搜索资源列表
uclinux编译傻瓜教程
- 一步 教你如何去编译uclinux内核,包括文件系统ext2的挂载,网络驱动,基本的cash命令,lcd frambuffer功能,串口功能等内容。-teach you step by step how to compile Basis kernel, including ext2 file system mount, network drives, the basic cash orders, LCD frambuffer funct
uclinux-2.4.22-uc0.diff
- uclinux是嵌入式Linux的重要分支,与平台linux内核不同的是,经过现在后的uclinux内核不提供MMU支持-uclinux Embedded Linux is an important branch Linux platform and it is different now after the uclinux kernel does not provide support MMU
uclinux
- uclinux内核移植希望能对大家有些帮助
uclinux编译傻瓜教程
- 一步 教你如何去编译uclinux内核,包括文件系统ext2的挂载,网络驱动,基本的cash命令,lcd frambuffer功能,串口功能等内容。-teach you step by step how to compile Basis kernel, including ext2 file system mount, network drives, the basic cash orders, LCD frambuffer funct
kernel_image
- 这是一个uclinux内核程序,适合初学者使用,欢迎大家下载-Here is the kernel of uclinux, which is for beginners. And welcome everyone to download.
91c111driver
- 91c1111网络芯片驱动程序,使用与linux2.4内核,以及uclinux内核,支持ARM7,ARM9-91c1111 networking chip driver, use and linux2.4 kernel, and uclinux kernel, support for ARM7, ARM9
tl16c750_not_driver_for_uclinux_+_s3c44b0
- 此程序为查询方式下的tl16c750程序.开发环境为uclinux2.4.x+s3c440b.不需要向uclinux内核中加入驱动,使用方便,代码量小。附:编译映像。-procedure for inquiry under the tl16c750 procedures. Development Environment for uclinux2.4 . x s3c440b. uclinux kernel do not need to a
uclinux-2.4.22-uc0.diff
- uclinux是嵌入式Linux的重要分支,与平台linux内核不同的是,经过现在后的uclinux内核不提供MMU支持-uclinux Embedded Linux is an important branch Linux platform and it is different now after the uclinux kernel does not provide support MMU
howtobuilduclinux
- 如何编译uclinux内核 -how to compile uclinux kernel compile how uClinu x uclinux kernel how to compile the kernel
ARMSYS98
- 在ARMSYS(S3C44B0X开发板)上进行uclinux内核移植的总结.mht-in ARMSYS (S3C44B0X development board) on uclinux kernel of the total transplant Conclusions. mht
uclinux-2.4.31-uc0.diff
- 嵌入式Linux,即uclinux的内核.需要在环境下进行解压和运行.-Embedded Linux, the kernel is the Basis of uclinux. In the environment under the unpacked and running.
project20070425-1
- 基于ARM的uclinux、linux内核、驱动、应用调试-Based on ARM uclinux, Linux kernel, drivers, application debugging
w43786
- 用AXD调试uclinux内核相信多很多朋友有帮助请多支持-AXD debugger with uclinux kernel believe many more friends to help please support
uclinux040408.44b0
- 44b0x处理器uclinux内核编译补丁-44b0x processor Basis kernel compile patch
uclinux_hand_book
- uclinux内核说明手册,可以帮助初学者学习uclinux的精髓,本文档是以电子书的形式,方便于读者阅读和查找.-uclinux kernel instruction manual that can help beginners learn the essence of uclinux, this document is based on e-book form, to facilitate the readers to read a
uclinuxneiheyizhi
- 本文通过整理之前研发的一个项目(ARM7TDMI + uclinux),分析内核启动过程及需要修改的文件,以供内核移植者参考-In this paper, finishing a project before the research and development (ARM7TDMI+ uclinux), analysis of the kernel boot process and the need to revise the do
uclinux
- uclinux内核移植希望能对大家有些帮助-uclinux kernel Transplant hope for some help everyone
uclinux_neihebiancheng
- uclinux内核与驱动开发的基本介绍,里面大多是基础解释,适合初学者了解。-uclinux kernel and driver development of the basic introduction, which are the basis of interpretation, suitable for beginners to understand.
uclinux+bootloader
- uclinux内核代码请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。系统会自动删除debug和release目录,所以请不要将文件放在这两个目录下 -uclinux kernel code, please carefully read your paper packet and then write their specific functions (a
uclinux
- uclinux 内核编译傻瓜教程。 内核的编译过程我想大家都知道了,就是 make menuconfig 进入内核配置菜单进行删改,结束保存后进行 make dep make clean make lib_only make user_only make romfs make image make 基本上按照立宇泰给的uclinux内核文件和交叉编译器就能够完成整个编译内核