Hello,
I'm very new with the DFU on nordic and I would like to know if it is possible to upload a valid application so that my DFY can jump onto it ?
Thank you in advance,
Best regards,
Aurélien
Hello,
I'm very new with the DFU on nordic and I would like to know if it is possible to upload a valid application so that my DFY can jump onto it ?
Thank you in advance,
Best regards,
Aurélien
Hello Aurélien,
Yes, you can "validate" the app by generating a new bootloader settings page with nrfutil:
- https://infocenter.nordicsemi.com/topic/ug_nrfutil/UG/nrfutil/nrfutil_settings_generate_display.html?cp=6_5_6 Note: remember to use the --no-backup option if you are using a bootloader pre-SDK 15.3.0
Hello Aurélien,
Yes, you can "validate" the app by generating a new bootloader settings page with nrfutil:
- https://infocenter.nordicsemi.com/topic/ug_nrfutil/UG/nrfutil/nrfutil_settings_generate_display.html?cp=6_5_6 Note: remember to use the --no-backup option if you are using a bootloader pre-SDK 15.3.0
Hello,
Thank you very much for the reply. Is it possible to do it with Segger Embedded. I guess yes, i just need to call a script before uploader over SWD ?
Regards,
Aurélien
Hello,
Yes, you can create a script and automate this step, please have a look at this thread: https://devzone.nordicsemi.com/f/nordic-q-a/47481/mergehex-equivalent-in-ses/187925#187925
Hello Vidar,
Thank you very much for the help ;)
Best regards,
Aurélien