From: Gary Thomas <gary@mlbassoc.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] usb ethernet working on panda?
Date: Fri, 13 Apr 2012 14:13:35 -0600 [thread overview]
Message-ID: <4F8888EF.4060308@mlbassoc.com> (raw)
In-Reply-To: <CAAL8m4zS1wJLTFtzGOptvAPvubPm7xoTjOA9fHPO2uhGoaLqJg@mail.gmail.com>
On 2012-02-28 23:17, Govindraj wrote:
> On Wed, Feb 29, 2012 at 4:47 AM, Kumar Gala<galak@kernel.crashing.org> 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=<path_to_fs>,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
------------------------------------------------------------
prev parent reply other threads:[~2012-04-13 20:13 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-28 23:17 [U-Boot] usb ethernet working on panda? Kumar Gala
2012-02-29 6:17 ` Govindraj
2012-03-01 14:38 ` Kumar Gala
2012-03-02 12:41 ` Govindraj
2012-04-13 20:13 ` Gary Thomas [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F8888EF.4060308@mlbassoc.com \
--to=gary@mlbassoc.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.