can not flash nrf54L15 DK with nrf connect vscode extension

Hi all:

   when I develop with nrf54l15dk and nrf connect sdk v2.8.0 on macOS.during flash my dk board, it show me the info as below:

   But, I tried flash my board with terminal and be successful:

   Do you have any solutions?thanks!

   By the way, I got the nrfutil via:

  

curl https://files.nordicsemi.com/artifactory/swtools/external/nrfutil/executables/universal-apple-darwin/nrfutil -o nrfutil
chmod +x nrfutil

Parents
  • Hi,

    I see. If the NRFUTIL_HOME environment variable is not also set so that it is picked up by VS Code (or specifically the terminal used there) that seems expected. Did you resolve it somehow (for instance by moving to the default location, or exporign the NRFUTIL_HOME so that it is picked up by the nRF Connect terminal in VS Code, or are other actions needed?

Reply
  • Hi,

    I see. If the NRFUTIL_HOME environment variable is not also set so that it is picked up by VS Code (or specifically the terminal used there) that seems expected. Did you resolve it somehow (for instance by moving to the default location, or exporign the NRFUTIL_HOME so that it is picked up by the nRF Connect terminal in VS Code, or are other actions needed?

Children
Related