Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanrueger committed Nov 17, 2022
1 parent f3bce43 commit 016e957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ bootloader
writing to any of the boot sections (otherwise the space freed up by vector bootloaders cannot
be used).
- Assumes hardware support **(`h`)** and sits in a dedicated HW boot section, in which case the
fuses need to be set to ensure that on reset the MCU jumps to the correct bootloader start and
fuses need to be set to ensure that on reset the MCU jumps to the correct bootloader start;
the boot section size fuse bits need to match the actual bootloader size (consult the data sheet
of the part for this purpose). The lock bits should protect the boot section from being written to.
of the part); the lock bits should protect the boot section from being written to.

| Bootloader | `FUSE_BOOTRS` | `FUSE_BOOTSZ` | Lock bits for bootloader section |
| --: | --: | --: | --: |
Expand Down

0 comments on commit 016e957

Please sign in to comment.