Talk:PWM

From ArmadeusWiki
Revision as of 10:22, 21 July 2009 by JulienB (talk | contribs) (move driver install)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Linux driver installation

i.MXL PWM driver is now installed by default in standard Armadeus rootfs. Following instructions are only given as reference (to uninstall it at rootfs generation for example):

  • Launch Linux configuration:
 $ make linux26-menuconfig

And in Device Drivers ---> Armadeus specific drivers choose:
Linux config pwm.png

  • rebuild your system:
 $ make
  • then, either copy generated module target/linux/modules/pwm/imx-pwm.ko to your system with TFTP or NFS or reflash the generated rootfs. For more informations.