Warning message after custom board programming completed

Dear ,

I am currently using NCS1.8.0.

I noticed that there was warning message as shown below after I downloaded the program to my custom board via my nRF52 dev kit.

WARNING: A programming operation has been performed without --verify.
WARNING: Programming can fail without error.

Is it something I would always expect to see if I am programming my custom board via the dev kit?

Thanks and regards, Kevin

Parents Reply
  • Hello again, Kevin

    My apologies, it seems that my previous comment was made a little too hasty.
    I took a closer look at this, and it seems that it has been fixed for later releases of the nRF Connect SDK - but unfortunately it is not present in the v1.8.0 that you are working with.
    Looking through the code for v1.8.0 it seems that this check was just not performed, and likely there was no warning either due to the nrfjprog being older, at the time.

    However, you could patch this in your zephyr by adding it to the nrfjprog call line instead - it should then look like this, which is how it looks for the newer versions.

    Give this a try, and let me know if it resolves your warning.

    Best regards,
    Karl



Children
No Data
Related