manifest: update sdk-nrf to latest main#798
Conversation
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
|
You can find the documentation preview for this PR here. |
ce5b518 to
f6b895a
Compare
f6b895a to
0c4a5ef
Compare
0c4a5ef to
e888cde
Compare
nordicjm
left a comment
There was a problem hiding this comment.
all fixed-partitions should be changes to mapped partitions as per zephyr 4.4 migration guide
79a813b to
00422bc
Compare
00422bc to
73a911d
Compare
Updated DTS and PARTITION macros. We also need a patch for MCUmgr after the changes in zephyrproject-rtos/zephyr#101821, @nrfconnect/ncs-eris @nordicjm |
73a911d to
087b9a7
Compare
a74f596 to
8a7080b
Compare
77c66d8 to
83a32c8
Compare
Update sdk-nrf to v3.4.0-rc1. Replace CONFIG_NRF_SECUROTY with CONFIG_PSA_CRYPTO. Updated number of required board qualifiers to 3. Update to use mapped-partition in DTS. Workaround for SHELL_STACK_SIZE. Signed-off-by: Eivind Jølsgard <eivind.jolsgard@nordicsemi.no>
83a32c8 to
f21be91
Compare
| sysbuild_get(CONFIG_FLASH_LOAD_SIZE IMAGE ${DEFAULT_IMAGE} VAR CONFIG_FLASH_LOAD_SIZE KCONFIG) | ||
| # sysbuild_get(CONFIG_MCUBOOT_HARDWARE_DOWNGRADE_PREVENTION IMAGE ${DEFAULT_IMAGE} VAR CONFIG_MCUBOOT_HARDWARE_DOWNGRADE_PREVENTION KCONFIG) | ||
|
|
||
| # Custom TLV 0x0a is set to 0x01 to indicate that this is an installer image |
There was a problem hiding this comment.
Typo: comment says 0x0a but the code uses 0xa0. Should be
# Custom TLV 0xa0 is set to 0x01 to indicate that this is an installer image
|
This branch fails to link the firmware_loader (uart_mcumgr) image: Reproduce with Root cause: Suggested fix in +# Re-declare the hidden Zephyr symbol so its deps become MCUMGR || NCS_BM_MCUMGR.
+# Enables it (and compiles mcumgr_serial_tx_pkt() in serial_util.c) for the BM UART transport.
+# Uses default, not select, to avoid the unmet-MCUMGR-dep error.
+config MCUMGR_TRANSPORT_SERIAL_HAS_SMP_OVER_CONSOLE
+ bool
+ default y if MCUMGR_TRANSPORT_BM_UART
+ depends on NCS_BM_MCUMGR
+
menuconfig MCUMGR_TRANSPORT_BM_UART
bool "Bare Metal UART MCUmgr SMP transport"
... |
Update sdk-nrf to e611a7a75c4380f05716c6f5a984b2e1ff9c589f.
test_sdk_dfu: PR-814