Hi There,
How can I create a combined soft device and bootloader image/zip using the nrfutil.exe?
Is it possible to have an image/zip with both the application, bootloader and soft device?
Hi There,
How can I create a combined soft device and bootloader image/zip using the nrfutil.exe?
Is it possible to have an image/zip with both the application, bootloader and soft device?
You can use the mergehex
tool to merge any hex files. They are a lot of topics about this on the devzone, see for instance this answer.
As you said, you can use the nrfutil
tool to generate a zip file. Do upgrade the software (bootloader, SoftDevice or application) over the air or through serial (HCI), a Zip image is needed.
You can use the mergehex
tool to merge any hex files. They are a lot of topics about this on the devzone, see for instance this answer.
As you said, you can use the nrfutil
tool to generate a zip file. Do upgrade the software (bootloader, SoftDevice or application) over the air or through serial (HCI), a Zip image is needed.