rpi4b.cfg 470 B

12345678910111213
  1. # SPDX-License-Identifier: GPL-2.0-or-later
  2. # This is the Raspberry Pi 4 model B board with BCM2711 chip
  3. # https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2711/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/bcm2711.cfg]
  8. transport select jtag
  9. # Raspberry Pi boards only expose Test Reset (TRST) pin, no System Reset (SRST)
  10. reset_config trst_only