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是不是代表模拟的芯片?
这是uboot的start.s的一段启动代码 /* * These are defined in the board-specific linker script. */ .globl _bss_start _bss_start: .word __bss_start .globl _bss_end _bss_end: .word _end 我对这里的 .globl .word 不了解 希望知道的冒个泡谢谢! 还有就是能不能提供一些相关的汇编资料,我找了好长时间都没有找到。
软件环境: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...
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...
uboot> protect off all Un-Protect Flash Bank # 1 uboot> erase 10000000 1001ffff Erasing sector 0 ... done Erased 1 sectors uboot> loadb 20000000 ## Ready for binary (kermit) download to 0x20000000 at 115200 bps... ## Total Size = 0x00002908 = 10504 Bytes ## Start Addr = 0x20000000 uboot> cp.b 20000000 10000000 5fff Copy to Flash... not erased at 10000016 (800) Flash not Erased Ub...
通过串口使用loader.bin将u-boot.bin下载到at91rm9200板子上,u-boot-1.1.1与u-boot-1.1.4在超级终端上打印出的信息为何差别那么大啊? CCCCCCCCCCCCCCCC U-Boot 1.1.1 (Nov 16 2004 - 18:01:43) U-Boot code: 21F00000 -> 21F16F2C BSS: -> 21F1B368 RAM Configuration: Bank #0: 20000000 32 MB Flash: 16 MB DataFlash:AT45DB642 Nb pages: 8192 Page Size: 1056 Size= 8650752 bytes Logical address: 0xC0000000 Area ...
我下载了一个u-boot.里面有一个smc91111的驱动,但是现在要把这个驱动移植到ARM上的linux里. 不知道该怎么做?我以前没写过驱动,不知道从什么地方入手.请各位高人指点,多谢! :cry:
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...
我用虚拟机搭了个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...