Skip to content

Commit 17e7409

Browse files
Update content/tutorials/generic/bootloader-reloading/bootloader-reloading.md
Co-authored-by: per1234 <accounts@perglass.com>
1 parent e09c2c5 commit 17e7409

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

content/tutorials/generic/bootloader-reloading/bootloader-reloading.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -84,23 +84,3 @@ For the [Nano 33 IoT](https://store.arduino.cc/products/arduino-nano-33-iot?_gl=
8484
- Select **Tools > Serial Monitor** from the Arduino IDE's menus. You should now see the Serial Monitor output showing the target board detected, and the bootloader file flashed to it successfully.
8585
- Unplug the programmer Arduino board from your computer.
8686
- Disconnect the programmer Arduino board from the target Arduino board.
87-
88-
## Alternatives
89-
These are some alternatives to the "Adafruit DAP" method described above.
90-
91-
### Using a CMSIS-DAP debug probe as the programmer
92-
93-
If you have a CMSIS-DAP compliant debug probe, you can just do this instead:
94-
95-
- Connect the debug probe to your Arduino board.
96-
- Select **Tools > Programmer > Atmel EDBG** from the Arduino IDE's menus.
97-
- Select **Tools > Burn Bootloader** from the Arduino IDE's menus. - The "Burn Bootloader" process should now finish successfully.
98-
99-
You can use [this little open-source debugger](https://www.tindie.com/products/ataradov/cmsis-dap-compliant-swd-debugger/).
100-
101-
### Using a J-Link as the programmer
102-
103-
Segger J-Link debug probes (e.g., J-Link EDU Mini) can be used with the Adalink software:
104-
https://github.com/adafruit/Adafruit_Adalink.
105-
106-
This is a fairly complex procedure, so we recommend against this option unless you already own a J-Link and don't have the supplies on hand for one of the other options.

0 commit comments

Comments
 (0)