nRF9151 devkit does not enumerate under VS Code

I have upgrade to nRF Connect for Desktop v5.2.0

Under the Desktop, I also upgrade Programmer APP to v4.6.2

and JLink to v818. Added the installation folder at the top of the Path environment variables.

The Programmer App can detect the nRF9151 DK

but VS Code does not

Somehow the JLink version is not detected?! Here is the log

18:13:41.996
Initialising the bundled nrfutil device
18:13:42.177
Using the bundled core version for nrfutil device: 8.0.0
18:13:42.214
Using nrfutil-device version: 2.12.3
18:13:42.214
Using nrf-device-lib version: 0.17.81
18:13:42.214
Using nrf-probe version: 0.40.1
18:13:42.214
Using JLink version: Unknown
18:13:42.214
SEGGER J-Link is not installed. Install at least version 8.18 from https://www.segger.com/downloads/jlink
18:13:42.241
Getting serial port options from the persistent store for 001051267026.pc-nrfconnect-programmer
18:13:42.242
Device connected with the serial number 001051267026
18:13:45.404
Selecting device with the serial number 001051267026
18:13:45.410
Selected device with the serial number 001051267026
18:13:45.410
No operations possible for device.
18:13:45.410
If the device is a MCUboot device make sure it is in the bootloader mode
Parents
  • Do you have any other Nordic dk to check to see if you get same MCU boot error ? I think it is still related to J-link issue not being detected. 

    Do you have nrfutil installed ? can you try with command line the recover command: nrfutil device recover 



    If you don't have nrfutil installed, please get it from here: nRF Util - nordicsemi.com , then place the executable file in a folder and add the folder address to your system's path. Then restart your system, after that you should be able to use it through windows command line.

Reply
  • Do you have any other Nordic dk to check to see if you get same MCU boot error ? I think it is still related to J-link issue not being detected. 

    Do you have nrfutil installed ? can you try with command line the recover command: nrfutil device recover 



    If you don't have nrfutil installed, please get it from here: nRF Util - nordicsemi.com , then place the executable file in a folder and add the folder address to your system's path. Then restart your system, after that you should be able to use it through windows command line.

Children
Related