Difference between revisions of "ISP1761 Linux driver"
From ArmadeusWiki
m |
(merge from USB_Host page) |
||
| Line 1: | Line 1: | ||
| − | This | + | This page summarizes the informations to use the [[ISP1761|DevFull's ISP1761 USB Host controller]] with Linux. |
| − | + | ||
| − | + | {{Under_Construction}} | |
| − | + | ||
==Compilation== | ==Compilation== | ||
| − | Activate USB support in Linux: | + | * Launch kernel configuration: |
| + | $ make linux-menuconfig | ||
| + | * Activate USB support in Linux: | ||
Device Drivers ---> USB support ---> <M> Support for Host-side USB | Device Drivers ---> USB support ---> <M> Support for Host-side USB | ||
| − | and | + | * and choose ISP controller: |
Device Drivers ---> Armadeus specific drivers ---> <M> isp1761 USB 2.0 Host controller | Device Drivers ---> Armadeus specific drivers ---> <M> isp1761 USB 2.0 Host controller | ||
==Usage== | ==Usage== | ||
| − | # | + | * Three drivers have to be started in order to get the ISP working. They have to be started in the following order: |
| − | # | + | # modprobe apf9328-isp1761 |
| − | # | + | # modprobe hal_imx |
| + | # modprobe pehci | ||
==Links== | ==Links== | ||
Revision as of 10:57, 21 June 2008
This page summarizes the informations to use the DevFull's ISP1761 USB Host controller with Linux.
Page under construction...
Informations on this page are not guaranteed !!
Compilation
- Launch kernel configuration:
$ make linux-menuconfig
- Activate USB support in Linux:
Device Drivers ---> USB support ---> <M> Support for Host-side USB
- and choose ISP controller:
Device Drivers ---> Armadeus specific drivers ---> <M> isp1761 USB 2.0 Host controller
Usage
- Three drivers have to be started in order to get the ISP working. They have to be started in the following order:
# modprobe apf9328-isp1761 # modprobe hal_imx # modprobe pehci