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

nRF9160: where does the flash partitions address are been picked?

Hi,

I just enabled the CONFIG_BOOTLOADER_MCUBOOT=y for serial LTE modem application to understand the flash partitions and to perform the serial DFU(not sure if its really supported), but i was confused seeing the rom_report, the build system disregarded the partition addresses defined in the DTS files and overwritten with different start address and sizes, could you help me understand where there partition defined?

i refereed the following documentation but couldn't get the answer.

http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_multi_image.html

http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/scripts/partition_manager/partition_manager.html

regards

KK

Parents Reply
  • Hi Øyvind,

    Thanks for the detailed information, i have figured out some answers meanwhile, but your explanation gave me full overview of memory partitioning.

    One last question, if i dont use CONFIG_SECURE_BOOT, is it the case that i cant have a secure boot mechanism or mcuboot can also provide the immutable boot functionality? Yes i agree that MCUBoot can't be upgraded, but on the other hand i am also wondering what could be the circumstances where i may need the bootloader upgrade in field....

    regards

    KK

Children
Related