Re: [U-Boot] TFTP on beagle board

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&...

<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&... -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

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&... -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
participants (3)
-
Dirk Behme
-
Nishanth Menon
-
Tom