Skip to content

Commit f8d6296

Browse files
alexstanoev-nordicrlubos
authored andcommitted
[nrf noup] boards: xiao_ble: Add static partition manager configuration
The xiao_ble boards ship with a bootloader requiring an app offset of 0x27000. The upstream board defines this via DT partitions, which will not be used if partition manager is enabled. Add a static partition configuration to allow binaries built for this board to work out-of-the-box in NCS, and match the behavior with sysbuild disabled. Signed-off-by: Aleksandar Stanoev <[email protected]> (cherry picked from commit 6c9cf79)
1 parent 91e5000 commit f8d6296

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

boards/seeed/xiao_ble/pm_static.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Mirror of partitions defined in nrf52840_partition_uf2_sdv7.dtsi
2+
# Default flash layout for nrf52840 using UF2 and SoftDevice s140 v7
3+
4+
softdevice_reserved:
5+
address: 0x00
6+
size: 0x27000
7+
8+
app:
9+
address: 0x27000
10+
size: 0xC5000
11+
12+
settings_storage:
13+
address: 0xEC000
14+
size: 0x8000
15+
16+
uf2_partition:
17+
address: 0xF4000
18+
size: 0xC000

0 commit comments

Comments
 (0)