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

nrf52810 not enough flash

I am using nrf52810, using sdk15.2, softdevice6.1.0, my application flash takes up 56KB (I used fds), softdevice: 100KB and bootloader: 24KB, resulting in insufficient flash. I want to modify the BootLoader to reduce the BootLoader's flash occupancy, how can I change the BootLoader to be an non-secure BootLoader

Parents Reply
  • Hi,

    hsc said:
    Do Android and IOS apps need to be modified?

    I have not tested this, but I would assume that the nRF Connect Android app would handle a non-signed image, as it is all "encapsulated" in the init packet.

    hsc said:
    Do you need to modify the way to generate the firmware upgrade package

    No, just use the same nrfutil command as you would normally do, but omit to specify a private key with  --key-file. When that option is missing the package is generated as normal, but not signed.

Children
Related