Rewrite documentation using correct module names
* Remove traits section now that we have embedded-hal-async and refer to it. * Explanation that embassy is multiple things. * Bootloader description image
This commit is contained in:
@ -20,7 +20,10 @@ In general, the bootloader works on any platform that implements the `embedded-s
|
||||
|
||||
== Design
|
||||
|
||||
The bootloader divides the storage into 4 main partitions, configured by a linker script:
|
||||
image::bootloader_flash.png[Bootloader flash layout]
|
||||
|
||||
The bootloader divides the storage into 4 main partitions, configurable when creating the bootloader
|
||||
instance or via linker scripts:
|
||||
|
||||
* BOOTLOADER - Where the bootloader is placed. The bootloader itself consumes about 8kB of flash.
|
||||
* ACTIVE - Where the main application is placed. The bootloader will attempt to load the application at the start of this partition. This partition is only written to by the bootloader.
|
||||
|
Reference in New Issue
Block a user