On Sat, Sep 19, 2020 at 7:36 AM Flavio Castro Alves Filho <flavio.al...@gmail.com> wrote: > The problem that I am facing now is that is that the network interface > is not initializing: > > nsh> ifconfig > nsh: ifconfig: opendir failed: 20
Need to mount procfs for ifconfig to work. nsh> mount -t procfs /proc Nathan