Hi
I'm trying to create a DFU package for a SDK11 (insecure) DFU
For just the bootloader I have this syntax in my makefile
nrfutil dfu genpkg --bootloader $(OUTPUT_BINARY_DIRECTORY)/$<.hex --application-version 0xffffffff --dev-type 0x023a --dev-revision 0x0064 --sd-req 0xfffe $(OUTPUT_BINARY_DIRECTORY)/$<.zip
But I need to include the updated SDK 11 SD 2.0.1 and also a replacement Application binary
But I don't know where the docs are for this old version of nrfutil that seems to be needed for SDK11
Can someone tell me the location of the docs for the old SDK11 compatible nrfutil.exe or tell me the items I need to add to the command line to add the SD and the Application
Thanks