Hello all,

I just got started with NuttX and was able to build (using the default
beaglebone-black:nsh configuration) & run the OS on my Beaglebone Black
(BBB). However, when I checked for the list of commands available on it, I
am only seeing a limited subset of what NuttX offers.

--------------------------------------------------------------------------------
NuttShell (NSH) NuttX-9.1.0
nsh> ?
help usage:  help [-v] [<cmd>]

  .         cat       echo      hexdump   mkfatfs   mw        source
 umount
  [         cp        exec      kill      mkrd      rm        test
 unset
  ?         cmp       exit      ls        mh        rmdir     time
 usleep
  basename  dirname   false     mb        mount     set       true      xd

  break     dd        help      mkdir     mv        sleep     uname

Builtin Apps:
  sh   nsh
nsh>
--------------------------------------------------------------------------------

In particular, I am interested in the ifconfig command. However, just
setting CONFIG_NET=y and CONFIG_FS_PROCFS=y (per nshlib README) results in
build failure. Obviously, I'll have to enable a few other CONFIG options
through Kconfig. The board specific README file didn't provide much detail
on this matter.

Could someone please provide me with some pointers or a list of configs to
enable so I can run the ifconfig (or other networking commands) on my BBB?

Thank you in advance.

Sincerely,
Subhra Sankha Sarkar

Reply via email to