From 00344adfd392fdb6de653fd5efd9ef8c9a0f16f5 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 21 Sep 2019 13:25:28 -0500 Subject: [PATCH] subtle change for clarity Both interface-raspberrypi.cfg and interface-raspberrypi2.cfg gave conflicting instructions for the dd return value. This should clear that up. --- tools/jtag_openocd/interface-raspberrypi2.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/jtag_openocd/interface-raspberrypi2.cfg b/tools/jtag_openocd/interface-raspberrypi2.cfg index b779cd290..dc97479d5 100644 --- a/tools/jtag_openocd/interface-raspberrypi2.cfg +++ b/tools/jtag_openocd/interface-raspberrypi2.cfg @@ -17,7 +17,7 @@ interface bcm2835gpio # This file is meant for recent versions of Raspberry Pi # You can check yours with: # dd if=/proc/device-tree/soc/ranges bs=4 skip=1 count=1 2>/dev/null|xxd -p -# if it returns 20000000, use interface-raspberrypi2.cfg +# if it returns 20000000, use interface-raspberrypi.cfg # if it returns 3F000000, you're fine bcm2835gpio_peripheral_base 0x3F000000