From 25f069d54c7d0f4b2744611c8462633b13e33b5e Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Thu, 31 Jan 2019 03:27:20 +0200 Subject: [PATCH] [sq] Add comments to cfg files --- doc/rpi3_jtag.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/rpi3_jtag.md b/doc/rpi3_jtag.md index ba923ec..b57d657 100644 --- a/doc/rpi3_jtag.md +++ b/doc/rpi3_jtag.md @@ -78,6 +78,8 @@ You need two files: interface file for driving the host GPIO correctly, and targ Interface configuration: rpi3_interface.cfg ``` +# Broadcom 2835 on Raspberry Pi as JTAG host + interface bcm2835gpio bcm2835gpio_peripheral_base 0x3F000000 @@ -103,7 +105,7 @@ reset_config trst_only Target configuration: rpi3_target.cfg ``` -# Broadcom 2835 on Raspberry Pi +# Broadcom 2835 on Raspberry Pi as JTAG target telnet_port 4444 gdb_port 5555