There is no network interface to work with!

Hey there!

I'm trying to run the 'wifi/shell' sample on v3.0.1 on a nrf7002dk (targeting the nrf7002dk/nrf5340/cpuapp) with sysbuild enabled, of course and I'm getting the following logs:

[00:00:00.256,011] <err> net_if: There is no network interface to work with!
*** Booting nRF Connect SDK v3.0.1-9eb5615da66b ***
*** Using Zephyr OS v4.0.99-77f865b8f8d0 ***

Following this, any wifi sub-commands that I ran leads to a bus fault being logged.

I've also noticed that disabling sysbuild fixes this, although the memory footprint goes 3x the sysbuild values. Unfortunately, I can't disable sysbuild for my project if I were to go with 3.0.1 because I use the partition manager subsys and that looks like it's only working with sysbuild now.

Any workaround to this?

Thank you,

Vic

Related