Skip to content

Commit 162da4c

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Burn the bootloader on non-AVR boards
3-
description: Learn how to burn the bootloader on non-AVR boards.
2+
title: Burn the bootloader on SAMD boards
3+
description: Learn how to burn the bootloader on SAMD boards.
44
difficulty: Advanced
55
featuredImage: 'clip'
66
---
77

8-
In this tutorial, we will learn how to burn the bootloader on non-AVR boards using another Arduino board. The bootloader is a small piece of software that allows uploading sketches onto the Arduino board. It comes preprogrammed on the microcontrollers on Arduino boards. Whether the bootloader has been corrupted or intentionally has been removed, it can be restored by burning (also called, flashing or programming) a new bootloader to the board.
8+
In this tutorial, we will learn how to burn the bootloader on boards that use the ATSAMD21G18 microcontroller using another Arduino board. The bootloader is a small piece of software that allows uploading sketches onto the Arduino board. It comes preprogrammed on the microcontrollers on Arduino boards. Whether the bootloader has been corrupted or intentionally has been removed, it can be restored by burning (also called, flashing or programming) a new bootloader to the board.
99

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

0 commit comments

Comments
 (0)