tcl: interface: harmonise RPi configs
Make all configs specify same JTAG and SWD GPIO numbers. Change-Id: I65b09c1671c97f253f0aab88e511de7409d91e0a Signed-off-by: Paul Fertser <fercerpav@gmail.com> Reviewed-on: http://openocd.zylin.com/3932 Tested-by: jenkins
This commit is contained in:
@@ -21,6 +21,10 @@ bcm2835gpio_speed_coeffs 113714 28
|
||||
# Header pin numbers: 23 22 19 21
|
||||
bcm2835gpio_jtag_nums 11 25 10 9
|
||||
|
||||
# Each of the SWD lines need a gpio number set: swclk swdio
|
||||
# Header pin numbers: 23 22
|
||||
bcm2835gpio_swd_nums 11 25
|
||||
|
||||
# If you define trst or srst, use appropriate reset_config
|
||||
# Header pin numbers: TRST - 26, SRST - 18
|
||||
|
||||
@@ -32,4 +36,3 @@ bcm2835gpio_jtag_nums 11 25 10 9
|
||||
|
||||
# or if you have both connected,
|
||||
# reset_config trst_and_srst srst_push_pull
|
||||
|
||||
|
||||
Reference in New Issue
Block a user