In the Getting started with the nRF54H20 DK Guide (https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides/nrf54h/ug_nrf54h20_gs.html)
The step of programming BICR.HEX is giving me a error.
I verify the board is detected :
C:\nRF>nrfutil device list
1050885686
Product J-Link
Board version PCA10145
Ports COM20, vcom: 0
COM21, vcom: 1
Traits serialPorts, devkit, boardController, usb
Supported devices found: 1
Then I program as per instruction in guide :
C:\nRF>nrfutil device program --options chip_erase_mode=ERASE_NONE --firmware bicr.hex --core Application --serial-number 1050885686
[00:00:00] ------ 0% [1050885686] Failed, [BOARDCONTROLLE
Error: One or more program tasks failed:
* 1050885686: [BOARDCONTROLLER] Internal board controller error: Only binary files are supported (Generic)
I'm using the debugger port on the development kit. What could be the cause of this error?