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

update from sdk11.0.0 to sdk12.0.2 through dfu

Hi all, I have custom boards with sdk11 already sold out now we need to update those boards from sdk11 to sdk12.2. so we are planing to update sd+bl image. The present sdk11 firmwares have app preserve data of 3 code pages i.e(0xc00) finally we have bank0+bank1 size is 120kb but when we create a zip file sdk12.2+secure_bootloader almost the size is 123kb. Is their any possibility to reduce the code size of secure bootloader.

Parents
  • Hi Raj,

    The attached bootloader is based on SDK v11.0.0 and it supports both S130 v1.0.0 to S130 v2.0.x.

    I had to modify a couple of the files in the bootloader library in addition to some changes in the S130 v2.0.0 headers. Its therefore easiest to zip and send ta minimal version of the SDK v11.0.0 that only contains the dual_bank_ble_bootloader_s130 for the PCA10028.

    The zipped SDK is attached and you should only have to unzip it a the bootloader example should work "out-of-the-box". However, you have to modify the start address to match the start address of the secure bootloader. Lastly, please note that this bootloader has not been tested extensively.

    Bjørn

    Attachments:

    s130_compability_bootloader.zip

Reply
  • Hi Raj,

    The attached bootloader is based on SDK v11.0.0 and it supports both S130 v1.0.0 to S130 v2.0.x.

    I had to modify a couple of the files in the bootloader library in addition to some changes in the S130 v2.0.0 headers. Its therefore easiest to zip and send ta minimal version of the SDK v11.0.0 that only contains the dual_bank_ble_bootloader_s130 for the PCA10028.

    The zipped SDK is attached and you should only have to unzip it a the bootloader example should work "out-of-the-box". However, you have to modify the start address to match the start address of the secure bootloader. Lastly, please note that this bootloader has not been tested extensively.

    Bjørn

    Attachments:

    s130_compability_bootloader.zip

Children
Related