Welcome![Sign In][Sign Up]
Location:
Search - busybox- 1.13.1

Search list

[Embeded-SCM Developbusybox-1.13.2

Description: busybox 最新版本
Platform: | Size: 2046961 | Author: efounder | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Linux-Unixbusybox-1.2.0.tar

Description: busybox-1.2.0的源码包,busybox是在构建嵌入式linux环境的时候经常用到的工具-busybox- 1.2.0 source code package, busybox is in the building embedded Linux environment in the frequently used tools
Platform: | Size: 1669120 | Author: 孟钢 | Hits:

[Linux-Unixbusybox-1.6.1.tar

Description: busybox最新版本. 嵌入式编程必不可少之工具.-busybox latest version. Embedded programming indispensable tool.
Platform: | Size: 1983488 | Author: 杨同峰 | Hits:

[Embeded Linuxbusybox-1.00.tar

Description: ARM9(AT91)开发板BUSYBOX的源码-ARM9 (AT91) development board BusyBox source code
Platform: | Size: 1118208 | Author: 王择斌 | Hits:

[Embeded Linuxbusybox-1.7.0.tar

Description: 嵌入式系统开发的必备工具,有嵌入式系统开发的瑞士军刀之功能,属于最新版本,更是制作文件系统很重要的工具-Embedded system development tool, has the Swiss Army Knife of embedded systems development function, belonging to the latest version of the production file system is a very important tool
Platform: | Size: 2033664 | Author: 樊志杰 | Hits:

[Linux-Unixbusybox-1.1.3.tar

Description: linux的常用系统工具:busybox源码-linux common system tools: busybox-source
Platform: | Size: 1742848 | Author: 杨晓涛 | Hits:

[Embeded Linuxbusybox-1.9.1.tar

Description: busybox是一个集成了一百多个最常用linux命令和工具的软件,在嵌入式linux应用中,busybox有非常广的应用。-busybox is an integration of more than 100 most commonly used commands and tools for linux software, linux in embedded applications, busybox has very wide applications.
Platform: | Size: 2107392 | Author: hyx | Hits:

[Linux-Unixbusybox-1.12.0

Description: 适合新手读的c源代码,包含linux下ls、echo、ping等常用工具的源代码-C suitable for novice reading the source code, including linux under ls, echo, ping and other commonly used tools for source code
Platform: | Size: 3303424 | Author: yuio654 | Hits:

[Embeded Linuxbusybox-1.00.tar

Description: busybox 号称Linux中的瑞士军刀,1.00版本 可由arm-linux-gcc2.95.3编译成功-busybox1.0.0 for arm-linux-gcc2.95.3
Platform: | Size: 2922496 | Author: 毛润华 | Hits:

[Linux-Unixbusybox-1.13.1

Description: 最新的busybox源码,是制作rootfs文件系统必须要包含的东西,很实用。-Busybox latest source is to produce rootfs file system must be included in things, very practical.
Platform: | Size: 2977792 | Author: 吴建华 | Hits:

[Linux-Unixbusybox-1.13.0.tar

Description: 制作Linux下的文件系统必用的工具,嵌入式Linux中的瑞士军刀-Produced under the Linux file system will use the tools of the Swiss Army Knife of Embedded Linux
Platform: | Size: 2394112 | Author: biao | Hits:

[Linux-Unixrootfs.tar

Description: 基于busybox-1.13.1的根文件系统制作,在arm9开发板中调试成功,附有配制过程的详细说明文档。-Busybox-1.13.1-based root file system of production, in arm9 debug development board in the success of the process with the preparation of a detailed description of the document.
Platform: | Size: 1469440 | Author: lwcheng | Hits:

[ARM-PowerPC-ColdFire-MIPSbusybox-1.13.3-mini2440.tar

Description: Busybox set of commands for FriendlyARM Mini/Micro2440 development board. Source code.
Platform: | Size: 2678784 | Author: pula | Hits:

[Linux-Unixbusybox-1.13.4.tar

Description: busybox1.13.4,一个比较好用的busybox版本,尤其在内核移植中比较重要-busybox1.13.4, a more useful version of busybox, particularly in the more important core transplantation
Platform: | Size: 2048000 | Author: 苏清波 | Hits:

[Linux-Unixbusybox-1.13.3-mini2440

Description: busybox1.13.3源码 busybox用于制作嵌入式linux命令-busybox1.13.3 source for the production of embedded linux command busybox
Platform: | Size: 3059712 | Author: xupeng | Hits:

[Embeded Linuxbusybox-1.13.3

Description: busybox是yaffs2文件系统在linux环境下需要的代码,用来帮助生成yaffs2目录下的bin、sbin、usr、linuxrc等文件-busybox is yaffs2 environment in the linux file system code needed to help generate yaffs2 directory bin, sbin, usr, linuxrc and other documents
Platform: | Size: 2777088 | Author: | Hits:

[OtherThe-Tiny6410-Linux-Development-Guide

Description: Tiny6410 Linux开发指南,友善之臂一款tiny6410的开发板,随板自带的文档 帮助爱好者更好的自学。文档内容如下:1.1 初试Linux之图形界面Qtopia-2.2.0,Qtopia4和QtE-4.7.0系统 1.2 通过串口终端操作开发板 1.3 安装并设置Fedora9 1.4 解压安装源代码及其他工具 1.5 配置和编译U-boot 1.6 配置和编译内核(Kernel) 1.7 配置和编译busybox 1.8 制作目标板文件系统映象 1.9 嵌入式Linux应用程序示例 1.10嵌入式Linux驱动程序示例 1.11 编译Qtopia-2.2.0 1.12 编译QtE-4.7.0 1.13 编译Qtopia4(Qt-Extended-4.4.3) 1.14 选择哪个版本的Qt进行开发 操作和介绍很清晰,便于嵌入式学习者使用。-The Tiny6410 Linux Development Guide, the friendliness arm a tiny6410 development board, documentation that comes with the board to help enthusiasts better self-learning. The document reads as follows: 1.1 first test of the graphical interface of Linux Qtopia-2.2.0 Qtopia4 QtE-4.7.0 system 1.2 development board through the serial port terminal operations 1.3 Installation and set-extracting install the source code and other tools Fedora9 1.4 1.5 configure and compile U- boot 1.6 configure and compile the kernel (Kernel) 1.7 configuration and compile busybox 1.8 production target board file system image 1.9 embedded Linux application example of 1.10 embedded Linux driver example 1.11 compile Qtopia-2.2.0 1.12 compiled QtE-4.7.0 1.13 compiled Qtopia4 (Qt-Extended-4.4.3) 1.14 very clear and easy to choose which version of Qt development operations and introduce embedded learner.
Platform: | Size: 5737472 | Author: 杨洋 | Hits:

[Driver Developbusybox-1.13.3

Description: 很好用的制作linux文件系统的源码工具-Well with the production of the source code of the Linux file system tools
Platform: | Size: 2057216 | Author: | Hits:

[Linux-Unixbusybox-1.13.3

Description: busybox 源码,构建根文件系统使用,这个是GT2440工程使用的busybox(busybox for GT2440 Linux)
Platform: | Size: 2677760 | Author: ysj8457 | Hits:
« 12 »

CodeBus www.codebus.net