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

How to test ncs bootloader?

Hello,

As shown in the question. I am testing the ncs bootloader b0 and mcuboot, but I don't know it's ok or not.

work condition

ncs: 1.6.1

board: PCA10056

I am following this link to test bootloader, but some questions puzzled me

  1. prj_minimal.conf can't build pass.
    west build -b nrf52840dk_nrf52840 zephyr/samples/hello_world -p -- -DCONFIG_SECURE_BOOT=y -Db0_CONF_FILE=prj_minimal.conf

2. checking the public key doesn't work
Here is my cmd director:H:\mesh\ncs\zephyr\samples\hello_world>

When I put this cmd diff build/zephyr/nrf/subsys/bootloader/generated/public.pem <(openssl ec -in priv.pem -pubout) it returned The system can not find the file specified.

 

3. How to test ncs bootloader?

I can flash the firmware,but I don't know hwo to check it.

such as b0: I think I can use it update my application right ?

    mcuboot: I think I can use it update my mcuboot or application right? but how to check it?

Thank you.

Parents Reply Children
No Data
Related