This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Issue about nRF5340 Network core bootloader

My Current nRF Connect SDK version: 1.5.0

I am trying to follow this reference https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.5.0/nrf/samples/nrf5340/netboot/README.html to test the network core bootloader.

Instead of using samples/bluetooth/peripheral_uart, I use zephyr/samples/hello_world.

0181.prj.conf

This file is the prj.conf that I use. You can see that I also enable the CONFIG_SECURE_BOOT=y.

After I build, I try to flash net_core_app_moved_test_update.hex this hex file. The MCUBoot just ignore it and doesn't start the update in Network core.

However, if I do CONFIG_SECURE_BOOT=n.

It works fine.

I can see "Done updating network core" show on the uart console.

Please advise.

Thanks,

Jason

Related