NordicSemiconductor / Nordic-Thingy52-FW

Nordic Thingy:52 software development kit. This kit is designed to assist users in developing their own custom firmware for Thingy. Please see http://www.nordicsemi.com/thingy for the latest news and software releases.
Other
210 stars 133 forks source link

Bootloader project doesn't compile. #22

Closed ccarrizosa closed 6 years ago

ccarrizosa commented 6 years ago

Hello,

Bootloader project doesn't compile because compiler doesn't found project/bootloader_secure/dfu_public_key.c file. I moved it from previous location and now it's possible to compile project again.

Regards,

CLAassistant commented 6 years ago

CLA assistant check
All committers have signed the CLA.

koffes commented 6 years ago

Thank you for your contribution. We will have to discuss if renaming this file is the best approach. This will as you say get this project to compile. However, should you choose to use the supplied public key, the over-the-air DFU will only work with Nordic signed DFU packages. We envision that persons who compile and flash this bootloader would want to create their own signed DFU packages, and hence need to create their own unique public-private key pair.

koffes commented 6 years ago

We have discussed and believe that the current configuration is desirable. This acts as a reminder to the user to generate their own public-private key pair before compiling.