I’m attempting to get a simple image set up with various command line tools, like net shell:
https://github.com/simpleiot/zephyr-siot/tree/main/apps/siot-nrf-simple
The lte offline
and lte normal
commands work – I can see the device disconnecting and connecting in the Hologram portal.
However, the following does not seem to be working:
uart:~$ net iface
Interface net0 (0x2000cb8c) (<unknown type>) [1]
=========================================
Interface is down.
uart:~$ net ping 4.2.2.2
PING 4.2.2.2
Failed to send ping,uart:~$
Should this work? Am I missing something in my config?