diff --git a/README.md b/README.md index bd490b27e6013822bda7619b37273e8a735c5949..388b97c3187d49a0da19c9b4ecf285e7dbddb76b 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ Support for the NRF52 is not in the stable release of OpenOCD as of V 0.10, but 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: ``` +source [find interface/raspberrypi-native.cfg] transport select swd source [find target/nrf52.cfg] bcm2835gpio_swd_nums 25 24