Dev Environment setup

I am trying to setup the dev. environment in OpenSuSE Linux, but, even though it says Linux, I only find support for Ubuntu.

I am blocked now setting connecting the board to the VSCode. The CONNECTED DEVICES only shows "No devices found." I followed the documentation link, which states that it populates the list by callling nrfutil device list command, which works like this:

asabigue@localhost:~> nrfutil device list
WARNING: JLinkARM DLL not found. Devices that require J-Link will not be recognized correctly, and J-Link operations will not be available. Install SEGGER J-Link from www.segger.com/.../. Currently tested version: JLink_V8.76.

1050224181
Product J-Link
Board version PCA10056
Ports /dev/ttyACM0, vcom: 0
/dev/ttyACM1, vcom: 1
Traits devkit, serialPorts, usb

Supported devices found: 1

the message about JLinkARM DLL may not be relevant in Linux, but I found no documentation on this warning associated to my issue.

VSCode starts downloading Jlink v8.66, After downloading it asks privileges for executing:

:

dpkg install of a deb packace on an RPM based system.

Is it possible to access sources or other means to install this plugin?

Parents Reply Children
Related