Hi,I'am try to update the bootloader. But it stop at 1%. I don't what I miss.
Hi,I'am try to update the bootloader. But it stop at 1%. I don't what I miss.
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
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