Hi,
I have made a super hex file and getting the following issue. I have already made a super hex file successfully already but this time getting this error. Does any solution please?
Thanks!


Hi,
I have made a super hex file and getting the following issue. I have already made a super hex file successfully already but this time getting this error. Does any solution please?
Thanks!


I am using Anaconda Prompt(Anaconda) and using the following commands to make a merge file.
nrfutil settings generate --family NRF52840 --application 3.0.0.hex --application-version 0 --bootloader-version 0 --bl-settings-version 2 bl_setting.hex
mergehex --merge bl_setting.hex secure_bootloader_ble_s140_pca10056.hex s140_nrf52_7.0.1_softdevice.hex --output bl_set_s140.hex
mergehex --merge bl_set_s140.hex 3.0.0.hex --output bl_set_s140_app.hex
I am using Anaconda Prompt(Anaconda) and using the following commands to make a merge file.
nrfutil settings generate --family NRF52840 --application 3.0.0.hex --application-version 0 --bootloader-version 0 --bl-settings-version 2 bl_setting.hex
mergehex --merge bl_setting.hex secure_bootloader_ble_s140_pca10056.hex s140_nrf52_7.0.1_softdevice.hex --output bl_set_s140.hex
mergehex --merge bl_set_s140.hex 3.0.0.hex --output bl_set_s140_app.hex