Make sure that the flash partition is valid. With TF-M enabled the storage_partition can be used as memory that is known to be configured as non-secure flash region. The slot1_ns_partition partition is only correct when TF-M is built with BL2 enabled. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
10 lines
222 B
Plaintext
10 lines
222 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_FLASH=y
|
|
CONFIG_FLASH_PAGE_LAYOUT=y
|
|
CONFIG_MPU_ALLOW_FLASH_WRITE=y
|
|
CONFIG_SOC_FLASH_NRF_EMULATE_ONE_BYTE_WRITE_ACCESS=y
|
|
CONFIG_FCB=y
|
|
CONFIG_FLASH_MAP=y
|
|
CONFIG_SETTINGS=y
|
|
CONFIG_SETTINGS_FCB=y
|