Hex file downlaod Using CLI for nRF54L15.

Hi, 

We are looking for CLI support to download the .hex file. we want to use CLI for the factory.

Thanks,

Praveen 

Parents
  • Hi

    You can use nrfutil

    Just remember you need to add it to path, this will differer how you do this on different OS

    Then install device for nrfutil with "nrfutil install device"

    just a quick example

    PS J:\Support\hello_world_54l\build\zephyr> nrfutil device program  --firmware .\zephyr.hex
    [00:00:01] ###### 100% [2/2 1057786312] Programmed
    PS J:\Support\hello_world_54l\build\zephyr>

    Regards

    Runar

Reply
  • Hi

    You can use nrfutil

    Just remember you need to add it to path, this will differer how you do this on different OS

    Then install device for nrfutil with "nrfutil install device"

    just a quick example

    PS J:\Support\hello_world_54l\build\zephyr> nrfutil device program  --firmware .\zephyr.hex
    [00:00:01] ###### 100% [2/2 1057786312] Programmed
    PS J:\Support\hello_world_54l\build\zephyr>

    Regards

    Runar

Children
Related