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

DFU Signing

I have had a look at you experimental implementation of DFU signing. I'm very concerned about the code size. The old Bootloader used about 13KB and the new one with signing has allocated 25KB. Let's assume we use 4KB for MBR and 4KB for App-data, this leaves us with 248KB. In order to update the SoftDevice+Bootloader, their maximum combined size is 124KB (248/2KB). The S130 is using 108KB, which leaves us with 16KB for the Bootloader. Please consider to integrate the nrf_sec_module into the Bootloader, in order to reduce the size and see if it's possible to keep the size below 16KB? Clem Taylor managed to implement a SHA1 + RSA512 within 1KB of code. Have a look here: devzone.nordicsemi.com/.../

Parents Reply Children
No Data
Related