bootloader project in nCS

Hi,

1. Is bootloader file and firmware file, different for projects build on nCS..?
    Or a single executable build file consists both bootloader & firmware..?

2. Can you suggest a sample program to build a bootloader project..?

Thanks,

Parents Reply
  • Ubaid_M said:

    1. I want to map SLOT-1 & SCRATCH memory locations to external serial flash locations.

    2. I want to provide mcuboot SPI interface APIs to interact with external flash.

    What chip are you using? I believe it is possible to offload this to an external QSPI flash chip by using CONFIG_NORDIC_QSPI_NOR=y. Without knowing the details, perhaps you can look into what this does, and try to implement something similar using SPI. 

    The MCUBOOT bootloader project is located in ncs <vX.Y.Z>\bootloader\mcuboot.

    BR,
    Edvin

Children
Related