rpi3.cfg 462 B

12345678910111213
  1. # SPDX-License-Identifier: GPL-2.0-or-later
  2. # This is the Raspberry Pi 3 board with BCM2837 chip
  3. # https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2837/README.md
  4. #
  5. # Enable JTAG GPIO on Raspberry Pi boards
  6. # https://www.raspberrypi.org/documentation/configuration/config-txt/gpio.md
  7. source [find target/bcm2837.cfg]
  8. transport select jtag
  9. # Raspberry Pi boards only expose Test Reset (TRST) pin, no System Reset (SRST)
  10. reset_config trst_only