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?

@cbrake since most of the networking is offloaded to the network core, (and is separated by AT commands) I don’t think that will work. Let me look into it more.

Yeah, I’m starting to get the picture:

CONFIG_NET_SOCKETS_OFFLOAD=y

Terms and Conditions | Privacy Policy