[beagleboard] Re: BB xM Rev C no Ethernet no USB

if you have a problem with eth0! you must add in u-boot or you can modify u-boot and recompiling.

OMAP3 beagleboard.org # dcache off;

Data (writethrough) Cache is OFF

OMAP3 beagleboard.org # setenv usbethaddr 0:0:1:2:3:4;

OMAP3 beagleboard.org # setenv ethaddr 00:E0:4C:53:44:58;

OMAP3 beagleboard.org # setenv ipaddr 192.168.113.218;

OMAP3 beagleboard.org # setenv serverip 192.168.113.83;

OMAP3 beagleboard.org # setenv netmask 255.255.255.0;

OMAP3 beagleboard.org # usb start

(Re)start USB…

USB: Register 1313 NbrPorts 3

USB EHCI 1.00

scanning bus for devices… 4 USB Device(s) found

scanning bus for storage devices… 0 Storage Device(s) found

scanning bus for ethernet devices… 1 Ethernet Device(s) found

OMAP3 beagleboard.org # ping 192.168.113.83

Waiting for Ethernet connection… done.

Using sms0 device

host 192.168.113.83 is alive

  • |

2012/6/8 prem paulson <prempaulson@gmail.com>