nrf54h20-dk flash failed.

I strictly followed the tutorial in the document to develop

(docs.nordicsemi.com/.../ug_nrf54h20_gs.html

but the west flash still failed in the end. Here I record my operation process.

1.ncs version(with west update success)

2.the sample zephyr/samples/sysbuild/hello_world also build success.

3.some nrfutil command

4.flash always failed.

So please help to solve the flash issue.

Parents
  • Hi Bruce, 
    Flashing the application before the BICR could be the culprit here. I think we need to improve the documentation. 
    Could you try to do the following: 
    1. Make sure you have latest nrfutil and nrfutil device 

    2. Run the following: 
    nrfutil device x-boot-mode-set --boot-mode safe --traits jlink
    nrfutil device erase --all --log-level trace --core Application --traits jlink
    nrfutil device erase --all --log-level trace --core Network --traits jlink
    nrfutil device x-boot-mode-set --boot-mode normal --traits jlink

    3. Try to flash BICR again and continue the bring up

    4. If it doesn't work please try measuring the voltage on these pins: 


Reply
  • Hi Bruce, 
    Flashing the application before the BICR could be the culprit here. I think we need to improve the documentation. 
    Could you try to do the following: 
    1. Make sure you have latest nrfutil and nrfutil device 

    2. Run the following: 
    nrfutil device x-boot-mode-set --boot-mode safe --traits jlink
    nrfutil device erase --all --log-level trace --core Application --traits jlink
    nrfutil device erase --all --log-level trace --core Network --traits jlink
    nrfutil device x-boot-mode-set --boot-mode normal --traits jlink

    3. Try to flash BICR again and continue the bring up

    4. If it doesn't work please try measuring the voltage on these pins: 


Children
Related