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

is there a nrfutil compatibility matrix for SDK versions?

Hello,

Is there any documentation available that specifies what version of nrfutil is required to create DFU packages which are compatible with a SDK and/or soft device version?

Thanks

Parents Reply Children
  • Hi Allen, 

    I used SDK14/bootloader_secure_ble, s132_nrf52_5.0.0_softdevice, ble_app_buttonless_dfu and nrfutil version 6.1.0, but couldn't reporduce. 

    There are the commands (and file 253662.zip) I used:

    >nrfutil version
    nrfutil version 6.1.0
    >mergehex -m nrf52832_bootloader_secure_ble_s132.hex s132_nrf52_5.0.0_softdevice.hex -o mergedBootloaderSoftdevice.hex
    >nrfjprog --program mergedBootloaderSoftdevice.hex --chiperase -r
    
    >nrfutil pkg generate --application nrf52832_ble_app_buttonless_dfu.hex --application-version-string "1.0.0" --hw-version 52 --sd-req 0x9D --sd-id 0x9D --softdevice s132_nrf52_5.0.0_softdevice.hex --key-file private.pem FW.zip
    

    -Amanda H.

Related