starr-zer0 opened a new issue, #17271:
URL: https://github.com/apache/nuttx/issues/17271

   ### Description
   
   I’m working on enabling Ethernet support on the BeagleBone Black (AM335x), 
but I’m unable to bring up the Ethernet interface.
   The lo interface is created correctly under /proc/net/lo, but no 
/proc/net/eth0 directory ever appears regardless of which network or PHY 
configuration I enable.
   
   I have enabled the following settings:
   
   CONFIG_NET=y
   
   CONFIG_NET_ETHERNET=y
   
   CONFIG_NETDEV_PHY_IOCTL=y
   
   CONFIG_AM335X_CPSW=y
   
   CONFIG_NETUTILS_NETINIT=y
   
    CONFIG_NETDEV_LATEINIT=y (otherwise it doesn't compile)
   
   IPv4 static address, mask, and default router defined
   
   Tried both DHCP and static configurations
   
   Is there an additional step required to make CPSW Ethernet functional on the 
BeagleBone Black under recent NuttX releases?
   Should Ethernet appear automatically under /proc/net/eth0 if done properly?
   
   ### Verification
   
   - [x] I have verified before submitting the report.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to