Unable to establish connectivity to serial terminal in vscode

Hi,

I'm trying to follow the exercise 1 here: https://academy.nordicsemi.com/courses/wi-fi-fundamentals/lessons/lesson-2-wifi-fundamentals/topic/lesson-2-exercise-1-2/ and while I have been able to build the code, I get three warnings that show under PROBLEM in vscode:

  1. CONFIG_NEWLIB_LIBC was assigned the value y, but got the value n. Missing dependencies:
    NEWLIB_LIBC_SUPPORTED
  2. CONFIG_NEWLIB_LIBC_NANO was assigned the value n, but got the value n. Missing dependencies:
    NET_L2_OPENTHREAD || (NEWLIB_LIBC && HAS_NEWLIB_LIBC_NANO) || (HAS_NEWLIB_LIBC_NANO && NEWLIB_LIBC)
  3. The Set network settings for applications must be enabled by CONFIG_NET_CONFIG_SETTINGS to be included in the build

but no error and my OUTPUT tab does not show anything, why is this?

I appear to be able to flash it fine, when hovering over "Flash: wififund_less2_exer1/build_1 (active)" on the bottom right, it reads "Task succesful" and I see:

...

-- west flash: using runner nrfjprog
-- runners.nrfjprog: mass erase requested
-- runners.nrfjprog: Flashing file: /home/ron/src/wifi-fund/lesson2/wififund_less2_exer1/build_1/zephyr/zephyr.hex
[ #################### ] 0.377s | Erase file - Done erasing
[ #################### ] 4.464s | Program file - Done programming
[ #################### ] 4.573s | Verify file - Done verifying
Applying pin reset.
-- runners.nrfjprog: Board with serial number 1050777042 flashed successfully.
* Terminal will be reused by tasks, press any key to close it.

but when I connect to the serial connection /dev/ttyACM0 with 115200 8n1 rtscts:off[ I do not see anything where I should see outputs indicating that it's scanning for APs in the vincinity. Hitting the RESET button doesn't change a thing either. I'm wondering what I might be missing.
Can someone help out?

I'm using a fully upgraded Fedora 39 system with vscode 1.85.1 and SDK v2.5.0

Update:

I realized that I can use nRF RTT Terminal and when I connect with it, I get:

and this on the TERMINAL:

SEGGER J-Link V7.94b - Real time terminal output
SEGGER J-Link (unknown) V1.0, SN=1050777042
Process: JLinkExe

I then select nRF5340_xxAA_APPfrom the target selector and that's basically it, the terminal is not responsive but the LED by the iMCU is flashing really rapidly now.

Parents Reply Children
No Data
Related