mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-12 16:44:20 -08:00
Merge pull request #1557 from meshtastic/add-debugger-link
Add Debugger Link Blub
This commit is contained in:
commit
e9cf3de127
|
@ -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/).
|
||||
|
||||
### 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. Refer to the [Debugger Instructions](https://meshtastic.org/docs/getting-started/flashing-firmware/nrf52/convert-rak4631r/#debugger) for an example with the RAK4631.
|
||||
|
|
Loading…
Reference in a new issue