From fc93a2b9c30e1e5702c5b68d89d3114ecb9733b3 Mon Sep 17 00:00:00 2001 From: Sam Calisch <sam.calisch@cba.mit.edu> Date: Fri, 4 Aug 2017 21:03:09 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfdd297..5eb0e88 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Support for the NRF52 is not in the stable release of OpenOCD as of V 0.10, but I put up a mirror for this patched version <a href='https://gitlab.cba.mit.edu/calischs/openocd_nrf52_patch'>here</a>. Email sam.calisch@cba.mit.edu for access. -The `openocd.cfg` will also be different for the NRF52 than the linked tutorial. Here is mine for flashing a binary of the Adafruit bootloader: +The `openocd.cfg` will also be different for the NRF52 than the linked tutorial. Here is mine for flashing a binary of the Adafruit bootloader using a Raspberry Pi Zero: ``` source [find interface/raspberrypi-native.cfg] transport select swd -- GitLab