This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
Parents
  • Yes, you can use nrfutil.exe (or nrf.exe for earlier MasterControlPanel version) to generate .zip file from the bootloader.hex. It's pretty complex to make the .dat and it's not recommended. So I think it's better to let the nrfutil.exe do the task. You can use a command like this:

    nrfutil.exe dfu genpkg bootloader.zip --bootloader yourbootloader.hex --application-version 0xffff --dev-revision 0xffff --dev-type 0xffff --sd-req 0xfffe
    
Reply
  • Yes, you can use nrfutil.exe (or nrf.exe for earlier MasterControlPanel version) to generate .zip file from the bootloader.hex. It's pretty complex to make the .dat and it's not recommended. So I think it's better to let the nrfutil.exe do the task. You can use a command like this:

    nrfutil.exe dfu genpkg bootloader.zip --bootloader yourbootloader.hex --application-version 0xffff --dev-revision 0xffff --dev-type 0xffff --sd-req 0xfffe
    
Children
No Data
Related