资源列表
[嵌入式Linux] xitongdiaoyong
说明:1:修改dev.c文件,定义一个全局变量int count=0 然后用它来统计包的个数。 2.修改sys.C文件,添加extern int count 然后定义自己的函数,asmlinkage int sys_mycall(void) 3.修改entry.S和unistd.h文件,为自己定义的函数增加系统调用号。 4.自己写个函数进行系统调用。-1: Modify dev.c file, define a global va<吴涛> 在 2025-01-31 上传 | 大小:56kb | 下载:0
[嵌入式Linux] linux_transplantation
说明:《S3C44B0开发板移植内核2.6 uclinux记录》以及一篇论文《基于Linux的USB 2.0 OTG IP核主机驱动的研究与实现》。-" S3C44B0 development board transplantation kernel 2.6 uclinux record" and a paper " Linux-based USB 2.0 OTG IP core host-driven resear<zz> 在 2025-01-31 上传 | 大小:5.19mb | 下载:0
[嵌入式Linux] uboot_nand
说明:u-boot移植到s3c2440时,对nand flash的支持文件-u-boot porting to s3c2440, the supporting documents on the nand flash<晁衍凯> 在 2025-01-31 上传 | 大小:65kb | 下载:0
[嵌入式Linux] s3c2440_wheel_driver
说明:基于2440的板子,原理是一个gpio被外部中断后,另一gpio会后90度的相位滞后,希望对大家有用。-driver for digital wheel device base on s3c2440 platform.<老谢> 在 2025-01-31 上传 | 大小:10kb | 下载:0
[嵌入式Linux] s3c2440_key_iic
说明:基于2440的板子,用两块pcf8574作为io扩展,通过iic进行通信,只占用了2个goio口,很有参考价值。-driver for keys device base on s3c2440 platform.<老谢> 在 2025-01-31 上传 | 大小:13kb | 下载:0
[嵌入式Linux] rootfs.tar
说明:基于linux-arm-gcc 4.3.3编译的2440根文件系统-Based on linux-arm-gcc 4.3.3 compiled 2440 file system<jiee> 在 2025-01-31 上传 | 大小:29.6mb | 下载:0
[嵌入式Linux] module_simple
说明:module_simple 简单的内核模块,旨在正常加载和卸载内核模块,适合初学者上级测试-module_simple simple kernel module to the normal load and unload kernel modules, suitable for beginners to higher test<sun> 在 2025-01-31 上传 | 大小:45kb | 下载:0
[嵌入式Linux] module_param
说明:module_param 内核模块实例,带参数,演示了如何向模块传递整形、长整形、字符串等参数-module_param kernel module instance, with the parameters, the module demonstrates how to pass integer, long integer, string and other parameters<sun> 在 2025-01-31 上传 | 大小:48kb | 下载:0
[嵌入式Linux] register_chrdev
说明:register_chrdev 注册字符设备实例,提示加载模块后,需mknod建立相应的文件节点,在执行test测试程序-register_chrdev register character device example, prompts to load the module, the need to establish the appropriate file mknod node in the test program test<sun> 在 2025-01-31 上传 | 大小:74kb | 下载:0
[嵌入式Linux] linux_device_ioctl
说明:linux_device_ioctl ioctl是设备驱动程序中对设备的IO通道进行管理的的函数,程序可以通过ioctl想设备发送命令、参数等配置信息-linux_device_ioctl ioctl is device driver for device IO channel management functions, the program can send commands via ioctl to the device, p<sun> 在 2025-01-31 上传 | 大小:73kb | 下载:0
[嵌入式Linux] linux_device_lseek
说明:linux_device_lseek seek接口用来对设备的读写位置进行定位,其中off是偏移量,whence参数是起点的位置-linux_device_lseek seek to read and write interface is used to position the device to locate where off is the offset, whence parameter is the starting po<sun> 在 2025-01-31 上传 | 大小:75kb | 下载:0
[嵌入式Linux] linux_device_poll
说明:linux_device_poll poll接口是判断是否有数据可以读写,使用于select函数来查询设备当前状态,以便用户获知是否对数据进行非阻塞访问-linux_device_poll poll interface is to determine whether there is data to read and write, use the select function to query the device on the<sun> 在 2025-01-31 上传 | 大小:78kb | 下载:0