Talk:PWM
From ArmadeusWiki
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:
- 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.