|
我安装的是 skyeye-1.0.0.tar.bz2
看readme只 make命令就可以安装,但不会在/usr/local/bin目录下生成链接,自己link
[[code:1]ln -s /home/niko/skyeye/binary/skyeye /usr/local/bin/skyeye[/code:1]
可以用了,接着test
[code:1][root@niko ~]# cd /home/niko/skyeye-testsuit-2.0/at91/at91_with_framebuffer_touchscreen/
[root@niko at91_with_framebuffer_touchscreen]# ls
linux readme romfs.img-fromuClinux skyeye.conf
[root@niko at91_with_framebuffer_touchscreen]# skyeye linux
------------------------- SkyEye -V1.0 ---------------------------
Usage: SkyEye [options] program [program args]
Default mode is STANDALONE mode
------------------------------------------------------------------
Options:
-e exec-file the (ELF executable format)kernel file name.
-d in GDB Server mode (can be connected by GDB).
-c config-file the skyeye configure file name.
-h This Help Display
------------------------------------------------------------------
debugmode= 0, filename = (null), server TCP port is 12345
Non-option argument linux
cpu info: armv3, arm7tdmi, 41007700, fff8ff00, 0
mach info: name at91, mach_init addr 0x8084454
lcd_mod:0
dbct info: turn on dbct!
SKYEYE: use arm7100 mmu ops
Loaded RAM ./romfs.img-fromuClinux
dbct translate block use memory 0x03ffac11 bytes.
[/code:1]
停在dbct translate block use memory 0x03ffac11 bytes.不动了,....... |
|