Hi Subhra,

Welcome to the NuttX community!

Unfortunately we selected a board that doesn't have Ethernet driver,
see inside this directory: nuttx/arch/arm/src/am335x/ and you will
realize which peripherals are supported to this board.

I'm CC Mr. Petro, he is the guy who ported NuttX to BBB, maybe he say
if there are plans to add Ethernet.

If you want a board with Ethernet support, you can figure out it
searching for "netnsh" configuration files inside nuttx/boards/
directory.

BR,

Alan

On 10/26/20, Subhra Sankha Sarkar <rurtle.co...@gmail.com> wrote:
> 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