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

Questions for NRF9160 programming

Hi

Q1. Can SES Nordic fork generate unique checksum for code verification? It's like what Microchips compiler did.

       Microchips compiler can generate checksum after code compiling.  It's convenient for operator to check if programming correct code version.

Q2. How to do readback protection at nrfjprog?

Thanks.

Jeff 

       

  • Hi,

     

    Q1. Can SES Nordic fork generate unique checksum for code verification? It's like what Microchips compiler did.

           Microchips compiler can generate checksum after code compiling.  It's convenient for operator to check if programming correct code version.

    As far as i know, this it not something that is implemented.

    We do have the option to use the mcuboot bootloader, and thus have signed firmware images.

     

    Q2. How to do readback protection at nrfjprog?

    This will enable readback protection:

    nrfjprog --rbp ALL -f nrf91

     

    Kind regards,

    Håkon

Related