FATAL ERROR: required program nrfutil not found; install it or add its location to PATH

HI ALL,

v2.8.0, nrf54l15, using the "periphral_uart" demo without any modifications

I downloaded nrf52840 using v2.8.0 and it runs normally, but nrf54l15 has issues.

The steps are as follows:

1.build

2.flash

 

3.Then

Thanks

Parents Reply
  • Hello, I've put nrfutil in the tolchains folder. Now I get this error. I type in device install but its says nrtutil command not found. VS on M4 mac 2.9SDK 54l15 DK 

     

    Flashing build54DK to 54L15 DK1
    west flash -d /Users/rafal/Documents/Nordic_Boards/Apps/build54DK --skip-rebuild --dev-id 1057731392
    
    -- west flash: using runner nrfutil
    -- runners.nrfutil: reset after flashing requested
    -- runners.nrfutil: Flashing file: /Users/rafal/Documents/Nordic_Boards/Apps/build54DK/merged.hex
    Error: nrfutil command `device` not found. See `nrfutil list` for full list of installed commands, `nrfutil search` for installable commands, and `nrfutil install` for installation of new commands.
    
    Caused by:
        Subcommand nrfutil-device not found
    -- runners.nrfutil: Board with serial number 1057731392 flashed successfully.
     *  Terminal will be reused by tasks, press any key to close it. 
    

Children
Related