From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gary Thomas Date: Fri, 13 Apr 2012 14:13:35 -0600 Subject: [U-Boot] usb ethernet working on panda? In-Reply-To: References: <8D7B1258-F716-4CE1-AC74-816C95EE62DB@kernel.crashing.org> Message-ID: <4F8888EF.4060308@mlbassoc.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 2012-02-28 23:17, Govindraj wrote: > On Wed, Feb 29, 2012 at 4:47 AM, Kumar Gala wrote: >> Does anyone have usb ethernet working on top of git tree on a panda board? >> > yes. > >> If so any gotcha's or details on how you have it working. > > I use following commands: > > setenv usbethaddr 0:0:1:2:3:4;usb start; > > After Ethernet enumerates, from u-boot I use following bootargs > > setenv ipaddr xxx.xxx.xxx.xxx;setenv serverip xxx.xxx.xxx.xxx;setenv > gatewayip xxx.xxx.xxx.xxx;setenv netmask xxx.xxx.xxx.xx; > setenv bootfile xxxxxx;setenv bootcmd 'tftp 80300000;bootm 80300000'; > setenv bootargs console=ttyO2,115200n8 noinitrd root=/dev/nfs rw > nfsroot=,nolock,tcp, wsize=1024,rsize=1024 ip=dhcp > devfs=mount; > boot; > > Ensure you have smsc95xx usb Ethernet adapter support in your kernel for > nfs boot. Is this against the main U-Boot git tree (git://git.denx.de/u-boot.git)? If not, what tree/branch? Thanks -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------