ISP1761 Linux driver: Difference between revisions

From ArmadeusWiki
mNo edit summary
(merge from USB_Host page)
Line 1: Line 1:
This chip is a USB 2.0 Host/OnTheGo controller from NXP (ex Philips).
This page summarizes the informations to use the [[ISP1761|DevFull's ISP1761 USB Host controller]] with Linux.
It will be used on the DevFull board.


[[Image:Construction.png]]
{{Under_Construction}}
==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 for the moment:
* 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==
  # insmod apf9328-isp1761.ko
* Three drivers have to be started in order to get the ISP working. They have to be started in the following order:
  # insmod hal_pxa.ko
  # modprobe apf9328-isp1761
  # insmod pehci.ko
  # modprobe hal_imx
  # modprobe pehci


==Links==
==Links==

Revision as of 11:57, 21 June 2008

This page summarizes the informations to use the DevFull's ISP1761 USB Host controller with Linux.

Page under construction... Construction.png 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

Links