You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/tutorials/generic/bootloader-reloading/bootloader-reloading.md
-20Lines changed: 0 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,23 +84,3 @@ For the [Nano 33 IoT](https://store.arduino.cc/products/arduino-nano-33-iot?_gl=
84
84
- 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.
85
85
- Unplug the programmer Arduino board from your computer.
86
86
- 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