Difference between revisions of "ISP1761 Linux driver"
From ArmadeusWiki
(Creation) |
m |
||
Line 17: | Line 17: | ||
# insmod apf9328-isp1761.ko | # insmod apf9328-isp1761.ko | ||
# insmod hal_pxa.ko | # insmod hal_pxa.ko | ||
− | # insmod | + | # insmod pehci.ko |
==Links== | ==Links== | ||
* [http://www.nxp.com/acrobat/applicationnotes/AN10042_2.pdf NXP Linux application note for this chip] | * [http://www.nxp.com/acrobat/applicationnotes/AN10042_2.pdf NXP Linux application note for this chip] | ||
* [http://sourceforge.net/projects/isp176x-hcd NXP Open Source driver on SourceForge (x86 only)] | * [http://sourceforge.net/projects/isp176x-hcd NXP Open Source driver on SourceForge (x86 only)] | ||
− | * [http://www.ucc.asn.au/~dagobah/isp1761/ Linux driver for PXA targets] | + | * [http://www.ucc.asn.au/~dagobah/isp1761/ ISP1761 Linux driver for PXA targets] |
Revision as of 21:50, 23 September 2007
This chip is a USB 2.0 Host/OnTheGo controller from NXP (ex Philips). It will be used on the DevFull board.
Contents
UNDER CONSTRUCTION
Compilation
Activate USB support in Linux:
Device Drivers ---> USB support ---> <M> Support for Host-side USB
and for the moment:
Device Drivers ---> Armadeus specific drivers ---> <M> isp1761 USB 2.0 Host controller
Usage
# insmod apf9328-isp1761.ko # insmod hal_pxa.ko # insmod pehci.ko