Difference between revisions of "Talk:TSC2102 Linux driver"

From ArmadeusWiki
Jump to: navigation, search
(New page: ==Driver Installation== '''Drivers are now installed by default in standard Armadeus rootfs.''' Following instructions are only given as references or if you want to remove these drivers f...)
 
(No difference)

Latest revision as of 15:39, 22 June 2009

Driver Installation

Drivers are now installed by default in standard Armadeus rootfs. Following instructions are only given as references or if you want to remove these drivers from your configuration.

 $ make linux26-menuconfig
 Device Drivers  ---> 
     Input device support  --->
         <*>   Event interface
         ...
         [*]   Touchscreens  --->
             <M>   TSC 2102 based touchscreens
     ...
     SPI support  --->
         <M> Freescale iMX SPI controller
         --- TSC2102 codec support
     ...
     <M> Hardware Monitoring support
 $ make

Then reflash your Linux kernel and your Rootfs...