搜索资源列表
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 functions, such as serial port func
gps1.0
- 这是一个GPS接收定位的原代码,通过QT Compier进行编译,测试比较稳定,很不错的。-This is a GPS receiver position of the original code, compile QT Compier. testing is relatively stable, and very good.
Hello_World
- 一个极简单的Linux下程序的例子,编译用命令\"make\"。这个例子演示了Linux静态程序库的生成和使用、编译和连接的使用。具体请参考Makefile里面的命令。-a very simple procedure under Linux example, compile using the command "make." This example demonstrates Linux static library generation and use, compile a
44BOX中uClinux的编译和运行教程
- 44BOX中uClinux的编译和运行教程,无解压密码-44BOX which uClinux Guide to compile and run without extracting passwords
44b0sources
- 为44bo的嵌入式linux而编的c文件,学arm的人看看,里面有lcd及其他测试程序-44bo for embedded Linux and compile c files, learning to see the arm, There are LCD and other test procedures
driver_for_TL16C750_under_uClinux_+_44b0
- 此程序为串口芯片tl16c750在uClinux + s3c44b0环境下的驱动程序.tl16c750R FIFO设置为64BYTES, 除此之外,此程序还能缓存20条已经收到的串口数据.即存储数据量为20*64=1280BYTES的串口数据,而不用担心未及时读串口时发生数据的丢失现象.此外,附此驱动的测试程序,以及编译后的映像文件.-procedure for the serial port chip tl16c750 uClinux s3c44b0 environment of floodi
s3c2410base_experiment
- 这是s3c2410的几个基础实验代码,在ads下编译通过,上机调过,能用-s3c2410 This is the basis of several experiments code, compile under ads, on the plane emphasized that speaks
crosstool-0.27-gcc3.4.1.tar
- crosstool是由Dan Kegel开发的一套脚本程序,可以自动编译的gcc和glibc-crosstool by Dan Kegel development of a scr ipt, can automatically compile gcc and glibc
howtobuilduClinux
- 如何编译uClinux内核 -how to compile uClinux kernel compile how uClinu x uClinux kernel how to compile the kernel
skyeye0.9.5.win32
- skyeye是一个linux或ucos操作系统模拟器,编译出一个linux的内核后可以用这个软件来模拟。-skyeye is a linux operating system simulator or OUT, compile a Linux kernel after the software can be used to simulate.
serialudp
- 我的毕业设计,ARM7的以太网应用,串口与以太网数据互发,使用的uclinux系统,支持多线程,所以在你编译uclinux的时候请选择uclibc库而不是uc-libc。文件中包含了源码和Makefile文件,image里是编译后生成的文件,可以直接烧录进板子,但是请注意板子的配置,我的是44B0的公板,不同的板子请在编译uclinux的时候重新配置好-I graduated from the design, the ARM7 Ethernet, serial and Ethernet Data
SimpleforS3C2410
- 注意编译环境:ARM-Linux,这是一个为S3C2410入门者所写的简单但是较全面的源代码,编译时请注意相应参数的修改,学习S3C2410开发,从这里开始!-attention to the build environment : ARM-Linux. This is a S3C2410 for beginners written a simple but comprehensive source code, Please note that compile-time parameter ch
uClinux040408.44b0
- 44b0x处理器uclinux内核编译补丁-44b0x processor Basis kernel compile patch
arm_linux_sqlite
- Compile SQLite using the cross-compiler such as arm-linux-gcc first, get sqlite-3.3.6.tar.gz from www.sqlite.org unzip it, #tar -zxvf sqlite-3.3.6.tar.gz change into the sqlite-3.3.6 directory cd sqlite-3.3.6
Matrix500
- The source code example of ARM9 development board from Artila (M-501 starter kit). The source code can compile on linux or cygwin. find more information on http://www.artila.com/p_matrix.html#m_501.
嵌入式系统uclinux编程
- 总的来说,在uClinux上的开发和标准Linux还是很类似的。通常可以按照下面的步骤去设计和调试: 建立基于以太网的开发环境; 如果所设计的程序和硬件的关联不大,那么一定要在标准Linux上先编译和调试通过。灵活地使用gcc和gdb将大大节省时间; 将x86上的GCC编译好的应用程序用交叉编译工具来编译;如果编译时发现错误,那么很可能存在以下问题: 交叉编译器或库文件的路径不正确;最彻底的解决办法是重新装一次编译器; 遇到库不支持的函数;此时需要自己把函数的实现做成另外一个库供应用程序使用。如
针对USB摄像头生成yuyv4:2:2格式的V4l2视频采集程序
- 针对USB摄像头生成yuyv4:2:2格式的V4l2视频采集程序,可以修改成其它yuv格式。程序所有源码都有可以直接编译运行。 视频上的那个矩形只能移动左上和右下两个点-USB camera for generating yuyv4: 2:2 format V4l2 video capture program that can change into other yuv format. Program can compile all the source code has run.
libiconv-1.13.1.tar
- libiconv-1.13.1.tar.gz Source code for Linux , you need to cross compile for MIPS
u-boot-1.2.0.tar
- 移植成功的u-boot1.2.0源码,支持TX2440开发板或者2K大页面nandflash,DM9000a网卡的其他厂家的2440开发板。可设置环境变量以nandflash、网络(tftp以及nfs都可)引导内核,适合初学者进行代码分析或者作为上层开发人员的内核引导工具。 备注:本源码在ubuntu10.04系统下,采用arm-linux-softfloat-gnu-gcc2.4.5编译器编译成功,并在TX2440开发板上完美运行。-Successful transplantation o
VNT6656-wifi-drivers
- wifi驱动程序,此程序在linux下编译,运行在开发板linux下-wifi drivers in linux compile this program, running under linux in the development board