搜索资源列表
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内核文件和交叉编译器就能够完成整个编译内核