Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 232cfcd

Browse files
sebromeromarqdevx
authored andcommitted
Fix incorrect image caption
1 parent 2f0e924 commit 232cfcd

File tree

1 file changed

+1
-1
lines changed
  • content/tutorials/portenta-h7/por-ard-bl

1 file changed

+1
-1
lines changed

content/tutorials/portenta-h7/por-ard-bl/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A bootloader is a small application that gets started when an Arduino board gets
2323

2424
The bootloader helps to upload a new sketch to the board. If the bootloader wasn't there you would need an external programmer device to upload your sketch to the board. The bootloader determines whether it should upload a new firmware or if it should launch an existing one that was uploaded previously. If you don't take any action the bootloader launches an existing firmware. On the other hand, when you double press the reset button on the board the bootloader recognises that and waits for a firmware to be uploaded. The bootloader then takes care of storing the new firmware in the memory.
2525

26-
![The firmware consists of your sketch plus the core for the chosen micro controller board](assets/por_ard_bl_booting_process.svg)
26+
![This chart shows a simplified version of the steps the Portenta goes through when it boots](assets/por_ard_bl_booting_process.svg)
2727

2828
## Memory Layout
2929

0 commit comments

Comments
 (0)