This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

warning on compiling from sample code of ADXL362 sensor ??

i am compiling sample code for accelerometer from sample C:\Users\mohit\nrf\v1.9.1\zephyr\samples\sensor\adxl362 .

i don't make any changes in code . when i try to build (for Thingy 91_nrf9160)successfully  but showing warning , please suggest how to remove it.

  

Parents
  • Hello

    As the warning is telling you, you are using the default MCUBoot bootloader key file.

    This is fine during testing and prototyping, but it is recommended to generate your own key before going into production for security reasons, which is why you're seeing this warning.

    Best regards,

    Einar

Reply
  • Hello

    As the warning is telling you, you are using the default MCUBoot bootloader key file.

    This is fine during testing and prototyping, but it is recommended to generate your own key before going into production for security reasons, which is why you're seeing this warning.

    Best regards,

    Einar

Children
No Data
Related