Skip to content

Commit b202428

Browse files
kkasperczyk-noArekBalysNordic
authored andcommitted
samples: matter: Fixed configuration for 54lm20 internal
The picolibc was enabled in mcuboot for nrf54lm20 internal configuration, what does not work and leads to mcuboot crash. Signed-off-by: Kamil Kasperczyk <[email protected]>
1 parent 0aa04d7 commit b202428

File tree

10 files changed

+40
-0
lines changed

10 files changed

+40
-0
lines changed

samples/matter/contact_sensor/sysbuild/mcuboot/boards/nrf54lm20dk_nrf54lm20a_cpuapp_internal.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ CONFIG_BOOT_MAX_IMG_SECTORS=512
2828
# reset + 1. Hence, the reboot time increases more and more.
2929
# To avoid it enable tickles kernel for mcuboot.
3030
CONFIG_TICKLESS_KERNEL=y
31+
32+
# Use minimal C library instead of picolibc due to fault on this SoC
33+
# KRKNWK-20774
34+
CONFIG_MINIMAL_LIBC=y

samples/matter/light_bulb/sysbuild/mcuboot/boards/nrf54lm20dk_nrf54lm20a_cpuapp_internal.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ CONFIG_BOOT_MAX_IMG_SECTORS=512
4141
# reset + 1. Hence, the reboot time increases more and more.
4242
# To avoid it enable tickles kernel for mcuboot.
4343
CONFIG_TICKLESS_KERNEL=y
44+
45+
# Use minimal C library instead of picolibc due to fault on this SoC
46+
# KRKNWK-20774
47+
CONFIG_MINIMAL_LIBC=y

samples/matter/light_switch/sysbuild/mcuboot/boards/nrf54lm20dk_nrf54lm20a_cpuapp_internal.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ CONFIG_BOOT_MAX_IMG_SECTORS=512
4141
# reset + 1. Hence, the reboot time increases more and more.
4242
# To avoid it enable tickles kernel for mcuboot.
4343
CONFIG_TICKLESS_KERNEL=y
44+
45+
# Use minimal C library instead of picolibc due to fault on this SoC
46+
# KRKNWK-20774
47+
CONFIG_MINIMAL_LIBC=y

samples/matter/lock/sysbuild/mcuboot/boards/nrf54lm20dk_nrf54lm20a_cpuapp_internal.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ CONFIG_BOOT_MAX_IMG_SECTORS=512
4141
# reset + 1. Hence, the reboot time increases more and more.
4242
# To avoid it enable tickles kernel for mcuboot.
4343
CONFIG_TICKLESS_KERNEL=y
44+
45+
# Use minimal C library instead of picolibc due to fault on this SoC
46+
# KRKNWK-20774
47+
CONFIG_MINIMAL_LIBC=y

samples/matter/manufacturer_specific/sysbuild/mcuboot/boards/nrf54lm20dk_nrf54lm20a_cpuapp_internal.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ CONFIG_BOOT_MAX_IMG_SECTORS=512
4141
# reset + 1. Hence, the reboot time increases more and more.
4242
# To avoid it enable tickles kernel for mcuboot.
4343
CONFIG_TICKLESS_KERNEL=y
44+
45+
# Use minimal C library instead of picolibc due to fault on this SoC
46+
# KRKNWK-20774
47+
CONFIG_MINIMAL_LIBC=y

samples/matter/smoke_co_alarm/sysbuild/mcuboot/boards/nrf54lm20dk_nrf54lm20a_cpuapp_internal.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ CONFIG_BOOT_MAX_IMG_SECTORS=512
4141
# reset + 1. Hence, the reboot time increases more and more.
4242
# To avoid it enable tickles kernel for mcuboot.
4343
CONFIG_TICKLESS_KERNEL=y
44+
45+
# Use minimal C library instead of picolibc due to fault on this SoC
46+
# KRKNWK-20774
47+
CONFIG_MINIMAL_LIBC=y

samples/matter/temperature_sensor/sysbuild/mcuboot/boards/nrf54lm20dk_nrf54lm20a_cpuapp_internal.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ CONFIG_BOOT_MAX_IMG_SECTORS=512
4141
# reset + 1. Hence, the reboot time increases more and more.
4242
# To avoid it enable tickles kernel for mcuboot.
4343
CONFIG_TICKLESS_KERNEL=y
44+
45+
# Use minimal C library instead of picolibc due to fault on this SoC
46+
# KRKNWK-20774
47+
CONFIG_MINIMAL_LIBC=y

samples/matter/template/sysbuild/mcuboot/boards/nrf54lm20dk_nrf54lm20a_cpuapp_internal.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ CONFIG_BOOT_MAX_IMG_SECTORS=512
4141
# reset + 1. Hence, the reboot time increases more and more.
4242
# To avoid it enable tickles kernel for mcuboot.
4343
CONFIG_TICKLESS_KERNEL=y
44+
45+
# Use minimal C library instead of picolibc due to fault on this SoC
46+
# KRKNWK-20774
47+
CONFIG_MINIMAL_LIBC=y

samples/matter/thermostat/sysbuild/mcuboot/boards/nrf54lm20dk_nrf54lm20a_cpuapp_internal.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ CONFIG_BOOT_MAX_IMG_SECTORS=512
4141
# reset + 1. Hence, the reboot time increases more and more.
4242
# To avoid it enable tickles kernel for mcuboot.
4343
CONFIG_TICKLESS_KERNEL=y
44+
45+
# Use minimal C library instead of picolibc due to fault on this SoC
46+
# KRKNWK-20774
47+
CONFIG_MINIMAL_LIBC=y

samples/matter/window_covering/sysbuild/mcuboot/boards/nrf54lm20dk_nrf54lm20a_cpuapp_internal.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ CONFIG_BOOT_MAX_IMG_SECTORS=512
4141
# reset + 1. Hence, the reboot time increases more and more.
4242
# To avoid it enable tickles kernel for mcuboot.
4343
CONFIG_TICKLESS_KERNEL=y
44+
45+
# Use minimal C library instead of picolibc due to fault on this SoC
46+
# KRKNWK-20774
47+
CONFIG_MINIMAL_LIBC=y

0 commit comments

Comments
 (0)