Skip to content

Commit

Permalink
boards: thingy91x: add nrf5340 primary1 partition
Browse files Browse the repository at this point in the history
This partition is usually autogenerated, but can end up missing.
It should be statically defined in the board configuration.
This patch has no effect on currently working builds.

Signed-off-by: Maximilian Deubel <[email protected]>
  • Loading branch information
maxd-nordic authored and nordicjm committed Jan 15, 2025
1 parent d2150a3 commit 4f78ead
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boards/nordic/thingy91x/thingy91x_nrf5340_pm_static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,7 @@ sram_retained_mem:
region: sram_primary
address: 0x2007FC00
size: 0x400
mcuboot_primary_1:
address: 0x0
region: ram_flash
size: 0x40000

0 comments on commit 4f78ead

Please sign in to comment.