ISP1761 Linux driver
From ArmadeusWiki
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