To follow up on discussion about USB capabilities, I took a quick look at which platforms support USB host (so you can plug webcams, etc. *into* it), $ cd linux-2.6.16 $ find . | grep ohci ... ./drivers/usb/host/ohci-s3c2410.c [ Samsung ARM 920T ] ./drivers/usb/host/ohci-sa1111.c [ StrongARM(SA1110) companion Chip ] ./drivers/usb/host/ohci-lh7a404.c [ Sharp ARM920T ] ./drivers/usb/host/ohci-ppc-soc.c [ Various PowerPC (Freescale) ] ./drivers/usb/host/ohci-au1xxx.c [ AMD (formerly Alchemy) MIPS Au1000 ] ./drivers/usb/host/ohci-pxa27x.c [ XScale ARM (successor to SA1110] ... Those modules are thin hardware-specific glue around the main ohci/usb kernel code. I think the gumstix is a pxa25x, and only the 27x supports USB host. Development boards for a lot of these are priced rather high for the typical hobbyist budget, from a few hundred $$ on up, http://www.embeddedplanet.com/products/sbc.asp http://dkc3.digikey.com/PDF/T062/0378.pdf http://www.hitechglobal.com/boards/ARM920T.htm It looks like Gumstix and routerboard are the cheapest available products in this class. And they're great, but hopefully in the we'll see more things aimed at hobbyists, with USB host capability. -Jamie
http://www.linuxdevices.com/news/NS3880195342.html This is what you should have used for your router Andy! --- Jamie Guinan <guinan@bluebutton.com> wrote:
To follow up on discussion about USB capabilities, I took a quick look at which platforms support USB host (so you can plug webcams, etc. *into* it),
$ cd linux-2.6.16 $ find . | grep ohci ... ./drivers/usb/host/ohci-s3c2410.c [ Samsung ARM 920T ] ./drivers/usb/host/ohci-sa1111.c [ StrongARM(SA1110) companion Chip ] ./drivers/usb/host/ohci-lh7a404.c [ Sharp ARM920T ] ./drivers/usb/host/ohci-ppc-soc.c [ Various PowerPC (Freescale) ] ./drivers/usb/host/ohci-au1xxx.c [ AMD (formerly Alchemy) MIPS Au1000 ] ./drivers/usb/host/ohci-pxa27x.c [ XScale ARM (successor to SA1110] ...
Those modules are thin hardware-specific glue around the main ohci/usb kernel code.
I think the gumstix is a pxa25x, and only the 27x supports USB host.
Development boards for a lot of these are priced rather high for the typical hobbyist budget, from a few hundred $$ on up,
http://www.embeddedplanet.com/products/sbc.asp http://dkc3.digikey.com/PDF/T062/0378.pdf http://www.hitechglobal.com/boards/ARM920T.htm
It looks like Gumstix and routerboard are the cheapest available products in this class. And they're great, but hopefully in the we'll see more things aimed at hobbyists, with USB host capability.
-Jamie _______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mike Leo wrote:
http://www.linuxdevices.com/news/NS3880195342.html
This is what you should have used for your router Andy!
You're right - that's pretty cool! Its tempting to buy it just for yucks (but one would have to buy the boards also so the connectors will line up). Thanks for the pointer! Andy - -- Andy Stewart, Founder Worcester Linux Users' Group Worcester, MA, USA http://www.wlug.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFEihUsHl0iXDssISsRArc7AJ4+vcr4+GXk3a9FIP5R12aygLkQ3wCcCbfZ cYmfbGWqIEL7e4q6U3+dJOI= =C9n4 -----END PGP SIGNATURE-----
participants (3)
-
Andy Stewart
-
Jamie Guinan
-
Mike Leo