You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add network core bootloader implementation
Enables network core updates of nrf53 using MCUBoot by identifying
images through their start addresses. Also implements the control and
transfer using the PCD module.
- Add support for multi image DFU using partition manager.
- Add check for netcore addr if NSIB is enabled so netcore updates works
- boot: zephyr: move thingy53_nrf5340_cpuapp.conf downstream
Moved the board configuration for Thingy:53 Application Core to the
nRF Connect SDK MCUboot downstream repository. The configuration file
contains references to the Kconfig modules that are only available in
the nRF Connect SDK. The current configuration is set up to work in the
nRF Connect SDK environment and cannot be used upstream.
- pm: enable ram flash partition using common flag
This patch makes mcuboot_primary_1 ram-flash partition
selectable using CONFIG_NRF53_MCUBOOT_PRIMARY_1_RAM_FLASH
property. This is needed since CONFIG_NRF53_MULTI_IMAGE_UPDATE
become not only configuration which requires that partition.
- MCUBoot configures USB CDC by its own. There is no need for
BOARD_SERIAL_BACKEND_CDC_ACM option to configure anything which is
later overwritten anyway.
Jira: NCSDK-18596
Signed-off-by: Andrzej Puzdrowski <[email protected]>
Signed-off-by: Emil Obalski <[email protected]>
Signed-off-by: Håkon Øye Amundsen <[email protected]>
Signed-off-by: Ioannis Glaropoulos <[email protected]>
Signed-off-by: Jamie McCrae <[email protected]>
Signed-off-by: Johann Fischer <[email protected]>
Signed-off-by: Kamil Piszczek <[email protected]>
Signed-off-by: Ole Sæther <[email protected]>
Signed-off-by: Sigvart Hovland <[email protected]>
Signed-off-by: Simon Iversen <[email protected]>
Signed-off-by: Torsten Rasmussen <[email protected]>
Signed-off-by: Trond Einar Snekvik <[email protected]>
Signed-off-by: Mateusz Kapala <[email protected]>
Signed-off-by: Dominik Ermel <[email protected]>
(cherry picked from commit b96bed8)
(cherry picked from commit 4302a91)
0 commit comments