Unable to program board

I'm seeing an issue when trying to program the nRF54H20 board. I have python 3.10.9 installed. Does nrfutil specifically need python 3.9? Any support with this would be appreciated

Parents
  • Hello Aman,

    Were you able to get everything installed using the pip command I provided?

    Thank you,

    Jennifer Gibbs

  • Hi Jennifer,

    Sorry, I haven't been working on this for a few months now as I've had a few other high priority tasks to take care of. Coming back to this now

    I've updated to SDK 2.8.0 and I am seeing a very similar issue to this ticket:

     (Missing Forum Reply)  

    I responded on there to get some feedback but it seems that the ticket will be taken private, so I am posting my details here as well. Thanks so much for your help!

    Regards,

    Aman

    -- west flash: using runner nrfutil
    -- runners.nrfutil: Flashing file: C:\Users\aman\peripheral_hids_mouse\peripheral_hr_coded\build_8\peripheral_hr_coded\zephyr\uicr_merged.hex
    -- runners.nrfutil: Reset
    Error: One or more batch tasks failed:
    - [Probe] Device error: Error in ADAC operation: Timeout in ADAC communication, code: Generic

    board details:
    NRF54H20-DK
    PCA10175
    rev 0.8.0

    I've updated my j-link, nrfutil device, nrf-regtools and nrfutil-trace libraries to match the dependencies. I am able to update the BICR and trigger the SUIT DFU, but when I try to recover the board, I see the same ADAC issue. 

    C:\Users\aman\Downloads>nrfutil device list
    1051173461
    product J-Link
    board version PCA10175
    ports COM62, vcom: 0
    COM61, vcom: 1
    traits boardController, devkit, jlink, seggerUsb, serialPorts, usb

    Found 1 supported device(s)


    C:\Users\aman\Downloads>nrfutil device recover --core Application --serial-number 1051173461
    x Failed to recover 1051173461, [Probe] Device error: Error in ADAC operation: Timeout in ADAC communication
    Error: One or more recover tasks failed:
    * 1051173461: [Probe] Device error: Error in ADAC operation: Timeout in ADAC communication, code: Generic

    C:\Users\aman\Downloads>nrfutil device recover --core Network --serial-number 1051173461
    x Failed to recover 1051173461, [Probe] Device error: Error in ADAC operation: Timeout in ADAC communication
    Error: One or more recover tasks failed:
    * 1051173461: [Probe] Device error: Error in ADAC operation: Timeout in ADAC communication, code: Generic

Reply
  • Hi Jennifer,

    Sorry, I haven't been working on this for a few months now as I've had a few other high priority tasks to take care of. Coming back to this now

    I've updated to SDK 2.8.0 and I am seeing a very similar issue to this ticket:

     (Missing Forum Reply)  

    I responded on there to get some feedback but it seems that the ticket will be taken private, so I am posting my details here as well. Thanks so much for your help!

    Regards,

    Aman

    -- west flash: using runner nrfutil
    -- runners.nrfutil: Flashing file: C:\Users\aman\peripheral_hids_mouse\peripheral_hr_coded\build_8\peripheral_hr_coded\zephyr\uicr_merged.hex
    -- runners.nrfutil: Reset
    Error: One or more batch tasks failed:
    - [Probe] Device error: Error in ADAC operation: Timeout in ADAC communication, code: Generic

    board details:
    NRF54H20-DK
    PCA10175
    rev 0.8.0

    I've updated my j-link, nrfutil device, nrf-regtools and nrfutil-trace libraries to match the dependencies. I am able to update the BICR and trigger the SUIT DFU, but when I try to recover the board, I see the same ADAC issue. 

    C:\Users\aman\Downloads>nrfutil device list
    1051173461
    product J-Link
    board version PCA10175
    ports COM62, vcom: 0
    COM61, vcom: 1
    traits boardController, devkit, jlink, seggerUsb, serialPorts, usb

    Found 1 supported device(s)


    C:\Users\aman\Downloads>nrfutil device recover --core Application --serial-number 1051173461
    x Failed to recover 1051173461, [Probe] Device error: Error in ADAC operation: Timeout in ADAC communication
    Error: One or more recover tasks failed:
    * 1051173461: [Probe] Device error: Error in ADAC operation: Timeout in ADAC communication, code: Generic

    C:\Users\aman\Downloads>nrfutil device recover --core Network --serial-number 1051173461
    x Failed to recover 1051173461, [Probe] Device error: Error in ADAC operation: Timeout in ADAC communication
    Error: One or more recover tasks failed:
    * 1051173461: [Probe] Device error: Error in ADAC operation: Timeout in ADAC communication, code: Generic

Children
No Data
Related