Location:
Search - DEVFS
Search list
Description: 制作好的2410最小根文件系统,可以直接使用在ARM开发板上面,有devfs和mdev两种,自己选择。-2410 produced the smallest root best file system, can be directly used in the ARM development board above, have devfs and mdev two and choose.
Platform: |
Size: 5580800 |
Author: sxd |
Hits:
Description: 周立功magic2410实验箱源码
第7章嵌入式Linux驱动开发
7.2 Devfs驱动程序
7.3 LED驱动程序
7.4按键驱动程序
DM9000 驱动
UART1 驱动-Magic2410 week experimental box source Ligong Chapter 7 Embedded Linux Driver Development Driver 7.2 Devfs Driver 7.3 LED Driver 7.4 key driver DM9000 driver UART1
Platform: |
Size: 867328 |
Author: yc |
Hits:
Description: Linux设备驱动开发详解-06
udev-udev is targeted at Linux kernels 2.6 and beyond to provide a userspace solution for a dynamic /dev directory, with persistent device naming. The previous /dev implementation, devfs, is now deprecated, and udev is seen as the successor. udev vs devfs is a sensitive area of conversation- you should read this document before making comparisons
Platform: |
Size: 243712 |
Author: bob |
Hits:
Description: char driver example
Platform: |
Size: 6144 |
Author: Yen |
Hits:
Description: u-boot-2009.06 适合FL2440板
请设置参数:
[my2440]#setenv bootargs root=1f03 init=/linuxrc console=ttySAC0,115200 devfs=mount
[my2440]#setenv bootcmd nand read 0x30007fc0 0x40000 0x1c0000\ bootm 0x30007fc0
[my2440]#saveenv-u-boot-2009.06 for FL2440 board set the parameters: [my2440]# setenv bootargs root = 1f03 init =/linuxrc console = ttySAC0, 115200 devfs = mount [my2440]# setenv bootcmd nand read 0x30007fc0 0x40000 0x1c0000 \ bootm 0x30007fc0 [my2440 ]# saveenv
Platform: |
Size: 95232 |
Author: ma |
Hits:
Description: linux下开发,用于arm2410开发板的驱动测试程序源代码-linux under development, development board for arm2410 drive test program source code
Platform: |
Size: 2048 |
Author: 许大洲 |
Hits:
Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第5章、Linux文件系统与设备文件系统。由于字符设备和块设备都很好地体现了“一切都是文件”的设计思想,掌握Linux文件系统、设备文件系统的知识非常重要。首先,设备驱动最终通过操作系统的文件系统调用或C库函数(本质也基于系统调用)被访问。其次,驱动工程师在设备驱动中不可避免地会与设备文件系统打交道,如Linux 2.4内核的devfs文件系统和Linux 2.6内核的基于sysfs的udev文件系统。5.1节讲解了通过Linux API和C库函数在用户空间进行Linux文件操作的编程方法。5.2节分析了Linux文件系统的目录结构,简单介绍了Linux内核中文件系统的实现,并给出了文件系统与设备驱动的关系。5.3节和5.4节分别讲解Linux 2.4内核的devfs和Linux 2.6内核所采用的udev设备文件系统,并分析了两者的区别。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 5, Linux file system and equipment file system. Because characters equipment and piece of equipment are properly shows "everything is a document" design ideas, master Linux file system, equipment of the knowledge of the file system is very important. First, the device driver finally through the operating system of the file system calls or C library function (nature based on system call) were interviewed. Second, drive engineer in device driver inevitably will and equipment file system, such as Linux 2.4 kernel dealing with the devfs file system and Linux 2.6 kernel based on the udev sysfs of file system. Section 5.1 explained through the Linux API and C library function in user space for Linux file operation of the programming method. Section 5.2 the Linux analysis
Platform: |
Size: 606208 |
Author: 华清远见 |
Hits:
Description: Required for the uber-silly devfs /dev/ide/host1/bus2/target3/lun3 pathames.
Platform: |
Size: 2048 |
Author: motuigui |
Hits:
Description: tty记录和回放工具,记录指定tty的输入输出,并按照时间发生序列在字符模式回放。
-ttyrec is a tty recorder. ttyplay is a tty player.
Installation:
make
or if your system is SVR4 system (Solaris etc.),
make CFLAGS=-DSVR4
or if your system supports getpt(3),
make CFLAGS=-DHAVE_getpt
HAVE_getpt is required if your linux system uses devfs.
Usage:
ttyrec
(In the excuted shell, do whatever you want and exit)
ttyplay ttyrecord
Platform: |
Size: 16384 |
Author: bill |
Hits:
Description: Last modified: 18-JAN-1998 Richard Gooch <rgooch@atnf.csiro.au> Devfs support.
Platform: |
Size: 31744 |
Author: dingmsqang |
Hits:
Description: Added devfs support: Richard Gooch <rgooch@atnf.csiro.au>, 13-JAN-1998 Heavily rewritten for one fs - one tree dcache architecture. AV, Mar 2000.
-Added devfs support: Richard Gooch <rgooch@atnf.csiro.au>, 13-JAN-1998 Heavily rewritten for one fs - one tree dcache architecture. AV, Mar 2000.
Platform: |
Size: 11264 |
Author: cenjingqi |
Hits: