From 4b4b92a4cc88ce36a3634b5ac67e7e6b77b2ef5c Mon Sep 17 00:00:00 2001 From: Sam Calisch <sam.calisch@cba.mit.edu> Date: Fri, 28 Jul 2017 14:09:57 -0400 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a558991..e850515 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,9 @@ This board comes flashed with a Serial DFU bootloader and it has an onboard USB- You don't have to spend hundreds on a J-Link (even though it is very nice). Using <a href='openocd.org'>OpenOCD</a>, we can make a Raspberry Pi bit-bang the programming protocols. -<img src='openocd/flashing-bootloader.png' width=50%> +<img src='openocd/bootloader-raspberrypi.jpg' width=53%> +<img src='openocd/flashing-bootloader.png' width=30%> + +Support for the NRF52 is not in the stable release of OpenOCD as of V 0.10, but you can patch it following the instructions on <a href='https://primalcortex.wordpress.com/2017/06/10/setting-up-openocd-for-programming-the-nordic-nrf52832-chip/'>this page</a>. + + -- GitLab