Commit 606a193
boot: zephyr: socs: add overlay & conf for stm32h573xx_ext_flash_app
Following the introduction of stm32h573i-dk 'ext_flash_app' board variant,
for storing apps in external flash and chainloading them with MCUboot that's
placed in internal flash, we need a devicetree overlay to designate the
internal flash and flash controller as the chosen 'zephyr,flash'
and 'zephyr,flash-controller' for the MCUboot zephyr application.
Also, BOOT_MAX_IMG_SECTORS_AUTO is no longer needed to be disabled after
including the 'soc-nv-flash' binding in the 'st,stm32-xspi-nor' binding,
then adding the 'erase-block-size' and 'write-block-size' properties
in external Flash DT node.
Signed-off-by: Tim Pambor <[email protected]>
fix1 parent e4fc5ae commit 606a193
File tree
3 files changed
+8
-4
lines changed- boot/zephyr
- boards
- socs
3 files changed
+8
-4
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments