Merge pull request #1557 from meshtastic/add-debugger-link
Some checks are pending
CI / quality (push) Waiting to run
CI / build (push) Waiting to run

Add Debugger Link Blub
This commit is contained in:
pdxlocations 2024-11-07 16:49:36 -08:00 committed by GitHub
commit e9cf3de127
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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/).
### 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.