* TFTP on beagle board
@ 2009-11-17 2:45 Mai Daftedar
2009-11-17 6:36 ` [U-Boot] " Dirk Behme
0 siblings, 1 reply; 5+ messages in thread
From: Mai Daftedar @ 2009-11-17 2:45 UTC (permalink / raw)
To: linux-omap
Hi all,
I was wondering how can we configure the u-boot with the TFTP
capability on the beagle board at runtime..
Or if there's anyother way to set it up to be able to transfer files
to the beagle...
Any help will be appreciated..
Thanks
Best Regards
Mai
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: TFTP on beagle board
2009-11-17 2:45 TFTP on beagle board Mai Daftedar
@ 2009-11-17 6:36 ` Dirk Behme
0 siblings, 0 replies; 5+ messages in thread
From: Dirk Behme @ 2009-11-17 6:36 UTC (permalink / raw)
To: Mai Daftedar; +Cc: linux-omap, U-Boot user list
Mai Daftedar wrote:
> Hi all,
> I was wondering how can we configure the u-boot with the TFTP
> capability on the beagle board at runtime..
For this you will need ethernet support in U-Boot. There are two (?)
options to achieve this: Add support for USB ethernet dongle in U-Boot
or use a Beagle expansion card with ethernet.
Regarding USB ethernet dongle, there are some basic USB patches for
Beagle U-Boot on the list. But I'm not sure how much work it is to
enable them to support USB ethernet.
For ethernet on expansion board, there is TinCanTool's Zippy board
[1]. To access ethernet on this board from U-Boot, an U-Boot OMAP3 SPI
driver is missing.
Both options are not ready, yet, and need some development work. Any
help is greatly appreciated!
Cheers
Dirk
Btw.: I added U-Boot list, it is the better place to discuss this.
[1]
http://www.tincantools.com/product.php?productid=16147&cat=0&page=1&featured
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] TFTP on beagle board
@ 2009-11-17 6:36 ` Dirk Behme
0 siblings, 0 replies; 5+ messages in thread
From: Dirk Behme @ 2009-11-17 6:36 UTC (permalink / raw)
To: u-boot
Mai Daftedar wrote:
> Hi all,
> I was wondering how can we configure the u-boot with the TFTP
> capability on the beagle board at runtime..
For this you will need ethernet support in U-Boot. There are two (?)
options to achieve this: Add support for USB ethernet dongle in U-Boot
or use a Beagle expansion card with ethernet.
Regarding USB ethernet dongle, there are some basic USB patches for
Beagle U-Boot on the list. But I'm not sure how much work it is to
enable them to support USB ethernet.
For ethernet on expansion board, there is TinCanTool's Zippy board
[1]. To access ethernet on this board from U-Boot, an U-Boot OMAP3 SPI
driver is missing.
Both options are not ready, yet, and need some development work. Any
help is greatly appreciated!
Cheers
Dirk
Btw.: I added U-Boot list, it is the better place to discuss this.
[1]
http://www.tincantools.com/product.php?productid=16147&cat=0&page=1&featured
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] TFTP on beagle board
2009-11-17 6:36 ` [U-Boot] " Dirk Behme
(?)
@ 2009-11-17 18:00 ` Nishanth Menon
2009-11-17 18:12 ` Tom
-1 siblings, 1 reply; 5+ messages in thread
From: Nishanth Menon @ 2009-11-17 18:00 UTC (permalink / raw)
To: u-boot
<snip linux-omap>
On Tue, Nov 17, 2009 at 12:36 AM, Dirk Behme <dirk.behme@googlemail.com> wrote:
> Mai Daftedar wrote:
>>
>> Hi all,
>> ? I was wondering how can we configure the u-boot with the TFTP
>> capability on the beagle board at runtime..
>
> For this you will need ethernet support in U-Boot. There are two (?) options
> to achieve this: Add support for USB ethernet dongle in U-Boot or use a
> Beagle expansion card with ethernet.
>
> Regarding USB ethernet dongle, there are some basic USB patches for Beagle
> U-Boot on the list. But I'm not sure how much work it is to enable them to
> support USB ethernet.
>
> For ethernet on expansion board, there is TinCanTool's Zippy board [1]. To
> access ethernet on this board from U-Boot, an U-Boot OMAP3 SPI driver is
> missing.
>
> Both options are not ready, yet, and need some development work. Any help is
> greatly appreciated!
A third option might be to support RNDIS or CDC usb gadget support and
use the usb port with beagle.. tom might be able to comment better.
>
> Cheers
>
> Dirk
>
> Btw.: I added U-Boot list, it is the better place to discuss this.
>
> [1]
> http://www.tincantools.com/product.php?productid=16147&cat=0&page=1&featured
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at ?http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] TFTP on beagle board
2009-11-17 18:00 ` Nishanth Menon
@ 2009-11-17 18:12 ` Tom
0 siblings, 0 replies; 5+ messages in thread
From: Tom @ 2009-11-17 18:12 UTC (permalink / raw)
To: u-boot
Nishanth Menon wrote:
> <snip linux-omap>
>
> On Tue, Nov 17, 2009 at 12:36 AM, Dirk Behme <dirk.behme@googlemail.com> wrote:
>> Mai Daftedar wrote:
>>> Hi all,
>>> I was wondering how can we configure the u-boot with the TFTP
>>> capability on the beagle board at runtime..
>> For this you will need ethernet support in U-Boot. There are two (?) options
>> to achieve this: Add support for USB ethernet dongle in U-Boot or use a
>> Beagle expansion card with ethernet.
>>
>> Regarding USB ethernet dongle, there are some basic USB patches for Beagle
>> U-Boot on the list. But I'm not sure how much work it is to enable them to
>> support USB ethernet.
>>
>> For ethernet on expansion board, there is TinCanTool's Zippy board [1]. To
>> access ethernet on this board from U-Boot, an U-Boot OMAP3 SPI driver is
>> missing.
>>
>> Both options are not ready, yet, and need some development work. Any help is
>> greatly appreciated!
>
> A third option might be to support RNDIS or CDC usb gadget support and
> use the usb port with beagle.. tom might be able to comment better.
This is one of my development activities.
The cdc usb gadget is the gadget in the usb/cdc branch I am working
to first support. I think I am fairly close to seeing some real traffic.
The goal is to get the usb/cdc branch into the mainline at the same time musb
support has been added.
Tom
>> Cheers
>>
>> Dirk
>>
>> Btw.: I added U-Boot list, it is the better place to discuss this.
>>
>> [1]
>> http://www.tincantools.com/product.php?productid=16147&cat=0&page=1&featured
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
>> the body of a message to majordomo at vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-11-17 18:12 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-17 2:45 TFTP on beagle board Mai Daftedar
2009-11-17 6:36 ` Dirk Behme
2009-11-17 6:36 ` [U-Boot] " Dirk Behme
2009-11-17 18:00 ` Nishanth Menon
2009-11-17 18:12 ` Tom
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.