posts - 8, comments - 7, trackbacks - 0, articles - 64

skyeye的启动命令

Posted on 2005-12-17 16:10 YGB.Grushy 阅读(1908) 评论(5)  编辑 收藏 引用 所属分类: 嵌入式学习
按照REAME文件里面的说明
在终端里面使用SKYEYE命令,格式如下:
SKYEYE -E ELF格式文件 -C 配置文件
一般是skyeye -e vmlinux -c skyeye.conf执行ELF格式文件vmlinux
如果要skyeye运行的文件是bin格式,就不用-e 指定文件格式了
bin文件一般直接在skyeye.conf文件中用file=指定,ksyeye会自动加在文件到指定地址空间,使用boot=yes参数可以让skyeye加载完文件后从指定地址空间执行
和以前的一样,如果没有指定配置文件,skyeye会在当前目录下面搜索skyeye.conf例如:
#skyeye.conf文件
cpu: pxa25x
mach: pxa_lubbock
mem_bank: map=M, type=RW, addr=0xa0000000, size=0x01000000,file=zImage,boot=yes
mem_bank: map=M, type=RW, addr=0xa1000000, size=0x01000000,file=./ramdisk.img
mem_bank: map=M, type=RW, addr=0xa2000000, size=0x02000000
mem_bank: map=I, type=RW, addr=0x40000000, size=0x0c000000
lcd:state=on,type=pxa,mod=gtk
在终端上
root@ubuntu:~/rootfs # skyeye
------------------------- 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 = skyeye.conf, server TCP port is 12345
cpu info: xscale, pxa25x, 69052100, fffffff0, 2
mach info: name pxa_lubbock, mach_init addr 0x808d470
lcd_mod:0
dbct info: turn off dbct!
"dbct" option parameter error!
SKYEYE: use xscale mmu ops
Loaded RAM zImage
Loaded RAM ./initrd_minigui.img
Uncompressing Linux.............................................................. done, booting the kernel.
`Linux version 2.6.10 (root@ubuntu) (gcc version 3.4.1) #1 Tue Sep 20 22:47:03 CST 2005

Feedback

# re: skyeye的启动命令  回复  更多评论   

2006-01-15 20:32 by yy
------------------------- SkyEye -V1.2 ---------------------------
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
-v This shows arch and cpu supported
------------------------------------------------------------------
debugmode= 0, filename = skyeye.conf, server TCP port is 12345
arch: arm
cpu info: armv3, arm7tdmi, 41007700, fff8ff00, 0
mach info: name s3c44b0, mach_init addr 0x8073b18
SKYEYE: use arm7100 mmu ops
Loaded ROM boot.rom


skyeye skyeye.conf
cpu: arm7tdmi
mach: s3c44b0
mem_bank: map=M, type=R, addr=0xa0000000, size=0x01000000,file=boot.rom,boot=yes
mem_bank: map=M, type=RW, addr=0xa1000000, size=0x01000000
mem_bank: map=M, type=RW, addr=0xa2000000, size=0x02000000
mem_bank: map=I, type=RW, addr=0x40000000, size=0x0c000000

为什么这个到这步就不能动了啊

# re: skyeye的启动命令  回复  更多评论   

2006-01-15 20:38 by yy
我 实体了很多版本的SKYEYE了 ,每次都是遇到同样的问题 , 你能帮我看看吗?

# re: skyeye的启动命令  回复  更多评论   

2007-04-07 11:00 by 左潜
我LINUX都重装了N次
最近我的编译安装倒是成功了
但不能使用命令
在网上搜就搜到你这来了
.SkyEye的安装
到网上找的好像redhat9.0比较合适
我的系统配置入下
操作系统: Fedora Core 1 Linux(2.4.x)
GCC Version: 3.3.2
arm-elf-gcc Version: 2.95.3 20010315

首先从www.uClinux.org下载arm-elf-tools,里面包含arm-elf-gcc, arm-elf-ld等工具。下载后可以通过如下方式安装:
#su -c './arm-elf-tools-20030314.sh'

我的是着鬼样子
[root@localhost uClinux-dist]# ./skyeye -h
------------------------- SkyEye -V1.2 ---------------------------
Usage: SkyEye [options] -e 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 The SkyEye command options, and ARCHs and CPUs simulated
------------------------------------------------------------------
----------- Architectures and CPUs simulated by SkyEye-------------
-------- ARM architectures ---------
at91
lpc
s3c4510b
s3c44b0
ep7312
lh79520
ep9312
cs89712
sa1100
pxa_lubbock
pxa_mainstone
at91rm92
s3c2410x
s3c2440
sharp_lh7a400
ns9750
lpc2210
ps7500
-------- BlackFin architectures ----
bf533
[root@localhost uClinux-dist]#

# re: skyeye的启动命令  回复  更多评论   

2007-04-07 11:03 by 左潜
QQ290596657

# re: skyeye的启动命令  回复  更多评论   

2007-04-09 16:50 by YGB.Grushy
我也只是在FC4下,下载特定版本的skyeye安装成功过,你可参考下面文章中的配置嵌入式开发环境来试一下:http://www.cnitblog.com/ygb/archive/2005/12/17/5508.html
只有注册用户登录后才能发表评论。