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

Is it possible upgrading from nrf52 sdk 14.0 to sdk 16.0?

Hi,we had finished application development on nrf52832 long ago, based on nrf52 sdk 14.0(with softdevice 5.0). But now we get feedback which is a bug has been fixed on sdk 16.0(with softdevice 7.0). We want to solve this problem by DFU since a lot of productions have appeared on the market. We did the test, but not work(see attatchment). Is this possible technically?

Parents Reply
  • hi 

    I use this command generate the pkg.zip (BL+SD)

    nrfutil pkg generate --bootloader bootloader14.hex --bootloader-version 2 --softdevice s132_nrf52_7.0.1_softdevice.hex --sd-id 0xCB --hw-version 32 --sd-req 0x9D --key-file private.pem PKG.zip
    pause

    when dfu in nrfconnect and catch the fault as follow:

    BL is based on sdk 14.0 `s secure dfu example。

    I also used the "--sd-req 0x9D,0xCB" AND not work!

    thanks!

Children
No Data
Related