ChinaUnix.net
相关文章推荐:

skyeye 2440 linux

100M以太网接口、2个USB Host接口1个USB device接口、PCMCIA接口、CF卡接口(通过转换卡)、SD卡接口、2个标准RS-232 UART串口、1个IRDA红外接口、直接接CMOS sensor图像传感器接口(可支持130万象素)、LCD接口(两种接口)、四线触摸屏接口、总线与I/O扩展接口(50PIN,数据线、地址线、片选、控制信号等)、CPU JTAG接口(10PIN)、CPLD JTAG接口(6PIN)、RTC纽扣电池座 如需详细了解请登陆:www.xlongtech.com 如需要可以给我发邮件:[ema...

by xiaoya827 - Linux论坛 - 2005-11-22 17:55:00 阅读(707) 回复(0)

相关讨论

基于三星2440的开发板,MP4 在2440上能播放,pocket pc在2440上能跑,如需详细了解请登陆:www.xlongtech.com 或者直接和我们联系:0755-26014554

by xiyu827 - Linux论坛 - 2005-11-02 11:34:57 阅读(555) 回复(0)

我用的是三星s3c2440的芯片,用什么linux好呢,uclinux好像只是在arm7上用比较好,而我的是arm9系列,用什么嵌入式linux比较好,听说MontaVista很贵,不晓得有没有下载的啊

by fatfatmaya - 内核/嵌入技术 - 2006-07-19 11:46:28 阅读(717) 回复(0)

Set boot params = root=/dev/mtdblock2 init=/linuxrc load_ramdisk=0 console=ttyS1,115200 mem=65536K console=ttySAC1,115200 Load Kernel... linux version 2.6.18 ([email]ucdragon@sz08948-fc4.cn.utstarcom.com[/email]) (gcc version 3.4.6) #12 Mon Oct 23 11:59:22 CST 2006 CPU: ARM920T [41129200] revision 0 (ARMv4T), cr=c0007177 Machine: SMDK2440 ATAG_INITRD is deprecated; please update your bootloader. ...

by sunxq - 内核/嵌入技术 - 2006-10-23 15:19:08 阅读(971) 回复(0)

tar jxvf skyeye-binary-testutils-1.0.4.tar.bz2 cd testsuits/at91/uclinux2(当然你还可以用别的) mkdir romfs(建一个目录,后面用) mount -o loop boot.rom /mnt/xxx cp -r /mnt/xxx/* romfs -------------------------------- 谁能帮忙解释一下上面几行的意思,那个rom是不是代表模拟的芯片?

by TurboDisk - 内核/嵌入技术 - 2006-04-21 14:22:45 阅读(1003) 回复(5)

软件环境:fedora1 硬件环境:vmware 1。安装skyeye-0.8.0.tar.bz2 出现错误: checking for executable suffix... (cached) no checking for unistd.h... (cached) yes checking for gtk-config... /usr/bin/pkg-config checking for GTK - version >= 1.1.3... Must specify package names on the command line Must specify package names on the command line no *** Could not run GTK test program, checking why... *** T...

by lovesu - 内核/嵌入技术 - 2006-03-31 14:03:02 阅读(1113) 回复(0)

autoconf ./../unix/configure.in > ./../unix/configure ../unix/configure.in:187: error: do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS' If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. make[2]: *** [../unix/configure] Error 1 make[2]: Leaving directory `/root/skyeye_insight/tcl/unix' make[1]: *** [all] E...

by hurong4597 - 内核/嵌入技术 - 2006-05-04 22:19:23 阅读(798) 回复(0)

makefile编译求助: 我现在模仿skyeye的整个工程结构在自己写些东西,对于makefile是刚开始真正的开始自己动手写。在实际过有些问题,不知道明白为什么,问题如下: 1.工程结构是这样的: 1.1 图 1.2 [root@localhost ea2]# ls arch/ebsa110/ sa110_init.c sa110_init.c.bak sa110_init.h sa110_init.h.bak start.S [root@localhost ea2]# ls kernel/ucos/ CVS includes.h os_cfg.h os_core.c os_cpu_a.S os_cp...

by luocolor - Shell - 2008-04-14 19:04:58 阅读(1351) 回复(0)

我用虚拟机搭了个linux环境,然后在linux上安装了skyeye,按网上的教程,没有看到跑起来的效果. [code]skyeye-binary-testutils-1.2.0/at91x40/uclinux2# skyeye -e linux arch: arm cpu info: armv3, arm7tdmi, 41007700, fff8ff00, 0 mach info: name at91, mach_init addr 0x805a2e0 ethmod num=1, mac addr=0:4:3:2:1:f, hostip=10.0.0.1 can't find device module: (null) log_info: log is off. log_info:log file is /tmp/tes...

by xxldc - C/C++ - 2007-12-24 10:17:53 阅读(1409) 回复(0)

make config和make dep都没有问题,就是在最后一步make的时候出现 /home/ucosii4skyeye/samples/ucos_test/../../lib/skyeye_printf.c:110: undefined reference to `isdigit' skyeye_printf.o: In function `skyeye_printf': /home/ucosii4skyeye/samples/ucos_test/../../lib/skyeye_printf.c:156: undefined reference to `isdigit' make: *** [ucos_test.elf] Error 1 提示的是 undefined reference to `isdigit' 但isdigit是包...

by poize - 内核/嵌入技术 - 2006-11-01 12:12:08 阅读(1110) 回复(3)