hello, is there any way to generate DFU package without using command line. i am using segger embedded studio can directly generate dfu package in segger embedded studio please suggest me easy way to generate dfu package.
Thank you
hello, is there any way to generate DFU package without using command line. i am using segger embedded studio can directly generate dfu package in segger embedded studio please suggest me easy way to generate dfu package.
Thank you
Hi,
What you can do from Segger Embedded Studio, is to add custom build steps. In "Options", under "Code" -> "User Build Step", you will find the "Post-Build Command". There you can enter lines to be executed on the command line after the rest of the build process is finished.
For instance, you can enter the nrfutil command to build a DFU package.
A similar use case is described in the thread HOWTO: Flash bootloader settings for DFU using SES at debug time. But instead of using nrfutil.exe for generating the settings page, you want to use it for generating the zip package. (And, you do not have any additional hex file to load either.)
Regards,
Terje