Building sample project files for Actinius Icarus (nRF9160) w/ nRFConnect extension for VSCode don't work - but do work when flashed over Actinius Console serial programmer

VSCode nrFConnect Extension w/ 2.2.0 SDK and Toolchain

Board Chip: nRF9160

I'm trying to build this sample: https://docs.actinius.com/getting-started/samples/iss-position - build works fine. When I flash it to the icarus board using the actinus serial programmer it doesn't output anything on the nRF serial terminal program.

However, when I go to https://console.actinius.io/serial-programmer and use the prebuilt sample for iss-position it works, and I can view the output in the nRF serial terminal program.

I've tried the build config w/ 'nrf9160dk_nrf9160_ns' and 'actinius_icarus_ns', and neither work. In the past with this board I was able to build this iss-position sample and flash it, and get an output.

I'm not sure what to do to troubleshoot this - I can't see how the samples on the actinius console were built, and when I build them on my computer and flash them, i get no output in the terminal, so debugging is kind of impossible.

Here is the build log for the last pristine build I did for the iss-position sample, w/ the 'actinius_icarus_ns' board config :

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
xecuting task: nRF Connect: Build [pristine]: iss-position/build (active)
Building iss-position
/bin/sh -c west build --build-dir /Users/danielms/Desktop/iss-position/build /Users/danielms/Desktop/iss-position --pristine --board actinius_icarus_ns -- -DNCS_TOOLCHAIN_VERSION:STRING="NONE" -DCONF_FILE:STRING="/Users/danielms/Desktop/iss-position/prj.conf"
-- west build: generating a build system
Loading Zephyr default modules (Zephyr base).
-- Application: /Users/danielms/Desktop/iss-position
-- Found Python3: /opt/nordic/ncs/toolchains/v2.2.0/bin/python3.9 (found suitable exact version "3.9.6") found components: Interpreter
-- Cache files will be written to: /Users/danielms/Library/Caches/zephyr
-- Zephyr version: 3.2.99 (/opt/nordic/ncs/v2.2.0/zephyr)
-- Found west (found suitable version "0.14.0", minimum required is "0.7.1")
-- Board: actinius_icarus_ns, Revision: 2.0.0
-- Found host-tools: zephyr 0.15.1 (/opt/nordic/ncs/toolchains/v2.2.0/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.15.1 (/opt/nordic/ncs/toolchains/v2.2.0/opt/zephyr-sdk)
-- Found Dtc: /opt/nordic/ncs/toolchains/v2.2.0/bin/dtc (found suitable version "1.6.1", minimum required is "1.4.6")
-- Found BOARD.dts: /opt/nordic/ncs/v2.2.0/zephyr/boards/arm/actinius_icarus/actinius_icarus_ns.dts
-- Found devicetree overlay: /opt/nordic/ncs/v2.2.0/zephyr/boards/arm/actinius_icarus/actinius_icarus_ns_2_0_0.overlay
-- Generated zephyr.dts: /Users/danielms/Desktop/iss-position/build/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /Users/danielms/Desktop/iss-position/build/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: /Users/danielms/Desktop/iss-position/build/zephyr/dts.cmake
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

If anyone could help me figure out this problem that would be awesome - or point me to any resources.