Incomplete installation on MacOS, file permission issue ?

Hi All,

After hours of reading this forum, I could not find a solution to an annoying issue I have with nRF Connect SDK installation on macOS Sonoma.

Please kindly note that I don't want to go through manual installation ;-)

Whenever I try to install the SDK (both via the nRF Connect for desktop App or from with Visual Studio Code):

- in my development account, the SDK directory is not populated at first and further, any attempt to "Update SDK" does not populate it neither

- in my "root" account, the SDK directory is properly populated and the visual studio environment is ready for development.

    - but when back in my account, the visual studio nRF panel, "WELCOME" zone, only allows to create a blank application: the "copy from sample" is missing.

I have redone the automatic process many times, rebooted in between, deleted the installed directories, ...

No way to succeed

Any help would be much appreciated !

Parents Reply
  • Hi Charlie,

    Thanks for keeping proposing hints.

    I wanted to update manually this way, but the nerf directory is not even created by the NSF Connect for Desktop installation proceed. Only the "toolchains", "tmp" and "downloads" directory do exist.

    So the first command "git fetch origin" fails (of course even after manually creating the nerf directory since it does not contain the.git

    Still hitless ;-(

    Regards,

    JRSN

Children
  • Hi JRSN

    Here is what I get after "Open Terminal" and running git commands. How did your "git fetch origin" fails?

    Best regards,

    Charlie

  • Hi Charlie,

    I was hoping the release of v2.5.2 would bring a fix for my issue. unfortunately no.

    But an assessment might help :

    I saw that during the install, the v2.5.2 directory was created but then was deleted beforre the arm-long error message (starting with "There are multiple errors:").

    Also, I tried creating the v2.5.2 before trying the install again and did a git init in it. But again, this directory was deleted when the error message was displayed.

    By the way, the "git --version" yields in :

    git version 2.39.3 (Apple Git-145)

    Then I am still blocked from using the development tools.

    Don't you have any ideas where this issue comes from ?

    Thanks for your help, Charlie

    JRSN

  • Hello JRSN, 

    Charlie is currently out of office. I will have a look at your case and follow up with our nRF Connect for Desktop team. 

    Kind regards,
    Øyvind

  • Hi Øyvind,

    Welcome on this annoying issue. I hope it can be explained and solved.

    However I am to give up on trying to develop on this Mac. I need to go forward.

    I'll help as much as I can 

    Best regards,

    JRSN

  • Hi, sorry to hear that this is causing problems on your end. This does seems to be an issue between the MacOS environment and our toolchain bundles. 

    Just to understand the issue correctly. You are using the Toolchain Manager in the nRF Connect for Desktop application? Are you also using the VS Code extension? Could you please provide the output from the nRF Connect: Generate support information, from the VS Code - Command Palette?

    JRSN said:
    git version 2.39.3 (Apple Git-145)

    This is a good indication that there could be an issue between OS and toochain bundle. Are you running this command in the nRF Connect terminal, as Charlie referred to in his last comment? The nRF Connect SDK should run in a sandbox environment when installing through the Toolchain Manager and opening Terminal through the same GUI. 

    You can also open this environment in the VS Code terminal (I'm currently on Windows).

    I will have access to my Macbook Air M2 later today to provide more guidance on this.

Related