Skip to content

KNOT-v02.00: net: openthread: Use OT STORAGE flash partition

Compare
Choose a tag to compare
@jcorde jcorde released this 09 Jul 20:51
· 213 commits to zephyr-knot-v1.14.0 since this release
Use ot-storage flash sub-partition to store openthread settings instead
of placing it in the last pages of flash.

The OpenThread requires the defined sub-partition to be at least 2
pages big.

This change is necessary as some boards use the end of the flash to
store DFU and MBR data.

Signed-off-by: Joao Cordeiro <[email protected]>