Unable to view printk() output in Visual Studio Code for Arduino Nano 33 BLE (nRF52840)

Hi everyone,  I’d like to build native code on my Arduino Nano 33 BLE on a Mac, i.e. using the nRF Connected SDK and avoiding the Arduino Core/Mbed OS. I’ve followed zephyr’s Getting Started with nRF Connect for Visual Studio Code guide and am able to build the samples. However, the board doesn’t appear under the CONNECTED DEVICES section in VC Code although it's connected via USB. I’m able to flash the board using Arduino’s bossac tool but the problem is that no prints appear in the nRF Terminal (e.g. for the zephyr/samples/hello_world project). What's the simplest way to make this work?

Related