nRF Connect for VS Code unable to connect to device

Hi!

I'm trying out the nRF Connect for VS Code on a M1 Mac, and have a nRF9160-DK connected.

The VS Code stuff works fine, I'm able to build sample programs fine, but the nRF9160-DK does not show up as "Connected Devices".
I'm able to flash the nRF9160-DK with the newly built .hex-file via the SEGGER Jlink program from the command line (JLinkExe), but not able to flash via "Actions" in the VSCode extension ("No devices connected").

Also the Programmer (from the Desktop manager) does not connect to the device.

I've read other posts stating some issues with the M1 Mac versions, so have (also) tried installed x86-versions of the tools, but still no change.

This is output of the system report (if it might help):

# nRFConnect System Report - 2022-01-02T17-57-31.753Z

- System:     Apple Inc. MacBookPro17,1
- BIOS:       Apple Inc. null
- CPU:        1 x Apple M1 2.4 GHz 8 cores (8 physical)
- Memory:     39.6 MB free of 16 GB total
- Filesystem: /dev/disk3s1s1 (APFS) 460.4 GB 5.8% used

- OS:         macOS (11.6.1) darwin x64

- Versions
    - kernel: 20.6.0
    - git: 2.30.1
    - node: 14.16.0
    - python: 2.7.16
    - python3: 3.8.9

- Connected devices:
    - /dev/tty.usbmodem0009600048861: 000960004886 PCA10090

Any hints of how to solve this?

Parents
  • Hi,

    What version of nrfjprog and JLink do you have installed? You can find this by running nrfjprog --version in a terminal. Can you check if nrfjprog is able to see your device, using nrfjprog --com?

    Can you share the support information from VS Code? Open Command Palette in VS Code and use the command nRF Connect: Generate Support Information to generate this, then upload the information here.

    Best regards,

    Marte

Reply
  • Hi,

    What version of nrfjprog and JLink do you have installed? You can find this by running nrfjprog --version in a terminal. Can you check if nrfjprog is able to see your device, using nrfjprog --com?

    Can you share the support information from VS Code? Open Command Palette in VS Code and use the command nRF Connect: Generate Support Information to generate this, then upload the information here.

    Best regards,

    Marte

Children
No Data
Related