
这个人很懒,暂无签名信息
转载地址:http://www.eefocus.com/toradex/blog/17-05/420816_04520.html By Toradex秦海 1). 简介 PWM(Pulse-width modulation)接口是嵌入式设备最为常用的接口之一,常用于电机驱动,蜂鸣器,脉冲计数等嵌入式领域,因此本文就基于嵌入式Linux演示使用PWM接口。 本文所演示的平台来自于Toradex ...
一个、制造u-boot.bin文件: tar xjf u-boot-1.1.6.tar.bz2 cd u-boot-1.1.6 patch -p1 < ../u-boot-1.1.6_jz2440.patch make 100ask24x0_config make 二、制作适用于4.3寸屏幕的uImage文件: tar xjf linux-2.6.22.6.t...