@@ -11,13 +11,13 @@ bootloader erases all the flash sectors before storing a firmware image.
1111
1212The flash memory of the target is partitioned into the following areas:
1313
14- - Bootloader partition, at the beginning of the flash
15- - Primary slot (boot partition) starting at address `FLASH_AREA_IMAGE_0_OFFSET`
16- - Secondary slot (upgrade partition) starting at address `FLASH_AREA_IMAGE_1_OFFSET`
17- - Scratch space (swap partition) starting at address `FLASH_AREA_IMAGE_SCRATCH_OFFSET`
14+ - Bootloader partition, at the beginning of the flash
15+ - Primary slot (boot partition) starting at address ` FLASH_AREA_IMAGE_0_OFFSET `
16+ - Secondary slot (upgrade partition) starting at address ` FLASH_AREA_IMAGE_1_OFFSET `
17+ - Scratch space (swap partition) starting at address ` FLASH_AREA_IMAGE_SCRATCH_OFFSET `
1818
1919A proper partitioning configuration must be set up for the specific use, by setting
20- the values for offsets and sizes in [ include/target.h] ( include/target.h ) .
20+ the values for offsets and sizes in [ include/target.h] ( ../ include/target.h) .
2121
2222### Bootloader partition
2323
@@ -54,14 +54,14 @@ configuration in `target.h`:
5454
5555which results in the following partition configuration:
5656
57- ![ example partitions] ( docs/ png/example_partitions.png)
57+ ![ example partitions] ( png/example_partitions.png )
5858
5959This configuration demonstrates one of the possible layouts, with the slots
6060aligned to the beginning of the physical sector on the flash.
6161
6262The entry point for all the runnable firmware images on this target will be ` 0x20100 ` ,
6363256 Bytes after the beginning of the first flash partition. This is due to the presence
6464of the firmware image header at the beginning of the partition, as explained more in details
65- in [ Firmware image] ( docs/ firmware_image.md)
65+ in [ Firmware image] ( firmware_image.md )
6666
6767
0 commit comments