Hello,
I need some help updating NRF52840.
This is my first project and I have a working application which uses Softdevice 140. I would like to update it with usb-serial in the field.
4. I generated my update file with following command:
nrfutil pkg generate --hw-version 52 --key-file C:\vault\priv.pem --sd-id 0xb6 --softdevice files\s140_nrf52_6.1.1_softdevice.hex --sd-req 0x00 --application-version 0xFF --application App_s140.hex files\dfu_update.zip
5. Using this command line in order to update:
nrfutil dfu usb-serial -pkg files\dfu_update.zip -p COM20
If I erease the chip and only upload the bootloader and try to update it succeeds. If i try the update again I get following error:
Extended Error 0x07: The array of supported SoftDevices for the update does not contain the FWID of the current SoftDevice.
I think this is because SD 6.1.1 is already on the target on seconds update. How do I configure the update.zip to accept none softdevice or 6.1.1 on the target?
Can anyone help me point in the right direction?
Thanks, Andreas