Hi,
I am trying to implement USB DFU on a NRF52833 with nRF5 SDK for Thread and Zigbee v4.1.0 and nRF5 SDK v16.0.0.
- In a first step I want to perform this on the devkit.
- In a second step on our custom PCB.
Unfortunatelly there is no NRF52833 USB bootloader example. So i performed this on a NRF52840 (pca10056).
1. What I managed to do is flashing the "pca10056_usb_debug" via the first USB port and then connecting to the other USB port. Then I performed
nrfutil dfu usb-serial -pkg blinky_mbr.zip -p COM16
which was also successful judging by the LEDs. Now I want to create an own .zip (infocenter.nordicsemi.com/index.jsp and this is where I have problems. Public and private keys are provided but when I run
nrfutil pkg generate --hw-version 52 --application out.hex --key-file priv.pem package.zip
I get the error message
Usage: nrfutil pkg generate [OPTIONS] ZIPFILE Try 'nrfutil pkg generate --help' for help. Error: --sd-req required.
Which means I have to specify a soft device version. I am confused about this because I though soft devices can be used but are not required since this is neither an BLE nor an ANT project.
How do I know which version I have to pass to create the .zip?




