This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

JLinkARM DLL load failed on M1 Mac

Hello,

We are trying to setup the building environment for a nrf9160 device. We use the nrf Connect Desktop Toolchain for installing the environment and then we download and install the nrf Command Line Tools and install "NRF Tools" and "J-LINK for M1"

Still when trying to flash the board through the programmer we get the following error:

ERROR: JLinkARM DLL load failed. Try again. If it keeps failing, please
ERROR: reinstall latest JLinkARM from Segger webpage.

We know that the programmer and board work fine because we can flash them when connected to a Linux laptop using the same tools. This is on a MacBook Prop featuring M1 Pro CPU running MacOS Monterrey 12.0.1

Could you guide us setting this up? Thank you.

Xavier

Parents
  • Some more data to this, if I use the command line and adjust the environment variables correctly i can build and flash the image to the board through the commands:

    west build

    west flash

    But that doesn't work on flashing from vscode giving the aforementioned error, it seems an environment configuration issue.

Reply
  • Some more data to this, if I use the command line and adjust the environment variables correctly i can build and flash the image to the board through the commands:

    west build

    west flash

    But that doesn't work on flashing from vscode giving the aforementioned error, it seems an environment configuration issue.

Children
Related