Skip to content

Commit e09c2c5

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

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,7 @@ In this tutorial, we will learn how to burn the bootloader on boards that use th
1010
>**Note:** If you want to burn the bootloader on AVR boards such as an UNO, Mega, and classic Nano you can check out [these instructions](https://support.arduino.cc/hc/en-us/articles/4841602539164-Burn-the-bootloader-on-UNO-Mega-and-classic-Nano-using-another-Arduino).
1111
1212
## Requirements
13-
- An extra Arduino board that runs at 3.3V to use as the programmer.
14-
15-
>**Note:** Certain Arduino boards can't be used with the sketch that converts it to a programmer. It is possible to use an Arduino board that runs at 5V as the programmer, but you will need to use level shifting circuitry on the programming lines to avoid exposing the target board to 5V logic levels, which would damage it.
16-
17-
| Working | Untested | Not working |
18-
| ----------- | ----------- |----------- |
19-
| SAMD architecture boards | AVR architecture boards | Nano 33 BLE |
20-
13+
- An extra SAMD-based Arduino board to use as the programmer.
2114
- An SD slot. This could be built into your Arduino board (e.g., [MKR Zero](https://store.arduino.cc/products/arduino-mkr-zero-i2s-bus-sd-for-sound-music-digital-audio-data?_gl=1%2A17dcyg9%2A_ga%2AMjEyMzQ2MjgwOC4xNjY1NjUyNTY3%2A_ga_NEXN8H46L5%2AMTY3MTYyNzMzMS4xNjEuMS4xNjcxNjI5ODA2LjAuMC4w)), a shield (e.g., [MKR SD Proto Shield](https://store.arduino.cc/products/mkr-sd-proto-shield?_gl=1%2A1xs1eol%2A_ga%2AMjEyMzQ2MjgwOC4xNjY1NjUyNTY3%2A_ga_NEXN8H46L5%2AMTY3MTYyNzMzMS4xNjEuMS4xNjcxNjMwMzgxLjAuMC4w)), or one of the common SD modules.
2215
- An SD card that fits your SD slot.
2316
- A way to connect the SD card to your computer.

0 commit comments

Comments
 (0)