add debugger link

This commit is contained in:
rcarteraz 2024-11-06 10:33:20 -07:00
parent c300f48d12
commit 1b542a2661

View file

@ -67,3 +67,7 @@ adafruit-nrfutil --singlebank --touch 1200 --verbose dfu serial --package <downl
``` ```
5. Once the process finishes, the update is complete. Your device is now running the latest bootloader version and you can proceed with [flashing the firmware](/docs/getting-started/flashing-firmware/nrf52/drag-n-drop/). 5. Once the process finishes, the update is complete. Your device is now running the latest bootloader version and you can proceed with [flashing the firmware](/docs/getting-started/flashing-firmware/nrf52/drag-n-drop/).
### Method 3: Using a Debugger
If the above methods do not work and if the hardware supports it (i.e., has the required SWD pins), a debugger like a DAPLink or J-Link can be used to flash the bootloader directly. For detailed instructions on using a debugger, refer to the [Debugger Instructions](https://meshtastic.org/docs/getting-started/flashing-firmware/nrf52/convert-rak4631r/#debugger) for an example with the RAK4631.