Programming provision.hex of HomeKit on NRF54L15

On NRF52840,  programming provision.hex with the command as follow:

%nrfjprog -f nrf52 --sectorerase --program  provision.hex --reset --verify

On NRF54l15, the nrfutil should be used. I tried with nrfutil, but it failed:

 % nrfutil device erase
Heavy check mark Erased 150710859


% nrfutil device program --firmware merged.hex --options chip_erase_mode=ERASE_NONE
[00:00:04] ###### 100% [1/1 150710859] Programmed


% nrfutil device program --firmware provision.hex --options chip_erase_mode=ERASE_NONE
[00:00:00] ####-- 50% [1/1 150710859] Failed, [Probe] Device error: Missing programmer for memory=xip in Application
Error: One or more program tasks failed:
* 150710859: [Probe] Device error: Missing programmer for memory=xip in Application (Generic)

 

What should I do?

Thanks in advance!

Related