Skip to content

Commit 5870418

Browse files
app: boards: fix 9151dk flash page size
9151dk page size defaults to 64kB. This breaks modem trace to memfault overlay which assumes 255 sectors of 4kB each. Instead, currently we end up with 16 sectors of 64kB, not aligning with partion size 0xFF000. Signed-off-by: Giacomo Dematteis <giacomo.dematteis@nordicsemi.no>
1 parent 367eb43 commit 5870418

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/boards/nrf9151dk_nrf9151_ns.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
CONFIG_SPI=y
99
CONFIG_SPI_NOR=y
1010
CONFIG_SPI_NOR_SFDP_DEVICETREE=y
11+
CONFIG_SPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096
1112
CONFIG_PM_OVERRIDE_EXTERNAL_DRIVER_CHECK=y
1213

1314
# Location priority order

0 commit comments

Comments
 (0)