ISP1761 Linux driver

From ArmadeusWiki
Revision as of 11:57, 21 June 2008 by JulienB (Talk | contribs) (merge from USB_Host page)

Jump to: navigation, search

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