OTA DFU for nRF52832 SDK17 not working

Hello Nordic Team!

I'm working with the nRF52832 and following this tutorial from Nordic to do OTA DFU: https://devzone.nordicsemi.com/guides/short-range-guides/b/software-development-kit/posts/getting-started-with-nordics-secure-dfu-bootloader

When generating the .zip file I'm not able to use the correct command because I have softdevice s132_7.2.0, but the support is until s132_7.0.1 https://github.com/NordicSemiconductor/pc-nrfutil/blob/master/nordicsemi/__main__.py#L506

I tested with 7.0.0 but it doesn't work, any idea on where should I check the correct hex number for my softdevice?

Thanks in advance and I appreciate all the help!

Parents
  • Hello,

    I see that the latest softdevice IDs aren't added to nrfutil.

    The softdevice ID for S140 v7.2.0 is 0x0100.

    It says in the softdevice release notes (SDK\components\softdevice\s140\doc\s140_nrf52_7.2.0_release-notes.pdf), but I am aware that most people probably look up the softdevice IDs using the command "nrfutil pkg generate --help".

    I have forwarded the lack of this to our nrfutil team. Thank you for reporting, and hopefully others looking for the same information can find your post helpful.

    Best regards,

    Edvin

Reply
  • Hello,

    I see that the latest softdevice IDs aren't added to nrfutil.

    The softdevice ID for S140 v7.2.0 is 0x0100.

    It says in the softdevice release notes (SDK\components\softdevice\s140\doc\s140_nrf52_7.2.0_release-notes.pdf), but I am aware that most people probably look up the softdevice IDs using the command "nrfutil pkg generate --help".

    I have forwarded the lack of this to our nrfutil team. Thank you for reporting, and hopefully others looking for the same information can find your post helpful.

    Best regards,

    Edvin

Children
No Data
Related