搜索资源列表
patch.tar-0001
- Jollen-Kit! 2006 是非常積極進行中的專案,所有紀錄與更新將同步揭示於本網頁。 快速下載 U-Boot 的 binary code:U-Boot binary - 2006/01/03 Linux kernel 2.4.18 for jk2410:uimage.img - 2006/01/06 可開機的 Base root filesystem: urootfs.img -2006/01/07 (without tftp)
hh-at91rm9200-2.6(1)
- 笔者使用的是华恒公司提供的基于at91rm9200的开发板,公司提供的开发环境使用Linux内核是2.4, 交叉编译环境也比较老,由于笔者用到的驱动对2.4内核支持不好(尤其在arm上)。笔者决定自己移植2.6内核到该款开发板上,目前工作已经基本完成。 本文第一部分介绍了交叉编译环境的建立,基本内核的移植过程。其中对部分Linux源代码的修改方法虽然是适用于华恒的板,不过对其他平台也有借鉴价值。-author used the huaheng company based at91rm9200 d
Linux divice diver
- Linux设备驱动的现状 从non os驱动到Linux驱动 内核设施 自旋锁、信号量、互斥量、完成量 异步通知、信号 阻塞与非阻塞 内存与I/O操作,DMA 中断,top half/bottom half 字符设备驱动 复杂设备驱动的框架 LCD设备FRAMEBUFFER FLASH设备MTD TTY设备 块设备 用户空间的设备驱动 设备驱动开发流程 开
Touch-screen-system-of-Linux-kernel
- 文中分析了在linux2.6内核输入子系统下触摸屏驱动程序设计,并对比传统的驱动设计方法,得出了基于Linux 输入子系统的驱动程序设计优点.-This paper analyzes the input subsystem of the kernel linux2.6 touch screen driver design, the driver and compare the traditional design method, obtained based on the Linux input
backlight_ctl
- 《背光控制程序》 根据Tiny6410厂家提供的内核源码中的触屏驱动(路径:drivers/input/touchscreen/mini6410_1wire_host.c),背光由设备</dev/backlight-1wire>控制,该设备提供了write方法,根据用户传入的亮度值(0 ~ 127)来设置背光。 程序由操作函数<backlight_ctl.c> ,头文件<backlight_ctl.h>,测试程序<test.c
ARM-Linux
- 从嵌入式系统基础知识和Linux 编程技术讲起,说明了建立嵌入式Linux 交叉开发环境,分析了嵌入式Linux 系统的引导程序、内核和文件系统三大组成部分,最后介绍嵌入式Linux 系统集成和部署的方法。-From the basics of embedded systems and Linux programming talk, demonstrates how to create an embedded Linux cross-development environment, analyz
lboot
- 在ARM926EJS的内核上,配很小的SPI flash就可以烧录u-boot, 采用lzma的压缩方式,来压缩u-boot,代码包括实现内存分配,解码函数等重要的函数,效果非常不错 -On ARM926EJS kernel, with a small SPI flash can burn u-boot, using lzma compression method to compress u-boot, including the realization of the important fun