Discussion:
[OpenOCD-devel] patch to configure.ac to build bcm2835gpio on aarch64 (rpi3)
Alexei Colin
2017-07-13 00:29:10 UTC
Permalink
When building openocd on aarch64 (RPi3) --enable-bcm2835gpio is ignored,
because host_cpu does not match 'arm*'. Attached is a trivial patch that
worked for me on RPi 3 to build openocd and successfully flash firmware
onto Adafruit BLE dongle. Not sure about the other two interfaces in the
case branch though, perhaps only bcm2835gpio is compatible with aarch64.
Marc Schink
2017-07-13 14:19:38 UTC
Permalink
Hi,

there is a branch with TCP/IP support for J-Link devices (e.g. J-Link
Pro, Flasher, EFR32 Wireless Starter Kit):

http://git.zapb.de/libjaylink.git/log/?h=tcpip_support

If you have one of these devices, please test it and give me some feedback.

Device discovery works with UDP broadcasts and devices can be selected
by their serial number. Direct connection via IP address is not possible
at the moment.

Note: OpenOCD itself does not need to be modified. Just compile and
install the libjaylink branch and build OpenOCD with the
'--disable-internal-libjaylink' option.

Best regards,
Marc

Loading...