xyl1997 发表于 2006-1-6 15:17:13

仿真调试testsuite 2.0里的s3c2410?

不知道哪个版本的Skyeye可以仿真调试testsuite 2.0里的s3c2410,
有没有成功过的先例啊.我分别测试了skyeye 0.8.5, 0.9.4 1.0.0,结果
是都不行. 提示如下:

(SkyEye) r
....
SKYEYE: meme_reset: Error allocating mem for bank number 0.

ksh 发表于 2006-1-6 16:34:52

Sorry. I can not getskyeye version before 1.0 easily. It is a large package. But I tried two skyeye version from gro.clinux.org:
skyeye-1.2.0-RC3.tar.bz2skyeye-1.0.0.tar.bz2

Both can simulate 2410 testcase in testsuite 2.0 package.
You can first try the skyeye in testsuite package.

xyl1997 发表于 2006-1-6 17:03:19

是这个结果

谢谢ksh, 我用testsuite下的sky进行了测试:
对象为s3c2410, 是这个结果:

......
start addr is set to 0xc0008000 by exec file
然后就停住了.

测试了几个其他的例子如pxa, ep7312等也都是这样的.

不知道是错误呢还是这个新版本的用法和原来的不一样了
原来的:(Skyeye) target sim load run

ksh 发表于 2006-1-8 16:53:16

You can seehttp://skyeye.sourceforge.net/wiki/UserManual to know about how to use skyeye 1.0 and higher version.
BTW, you can use old version of skyeyeif you likethe old way ofskyeye command.Thus you can use
target rim
load
run.

mananaddd 发表于 2006-1-8 21:36:40

Re: 是这个结果

谢谢ksh, 我用testsuite下的sky进行了测试:
对象为s3c2410, 是这个结果:

......
start addr is set to 0xc0008000 by exec file
然后就停住了.

测试了几个其他的例子如pxa, ep7312等也都是这样的.

不知道是错误呢还是这个新版本的用法和原来的不一样了
原来的:(Skyeye) target sim load run
我使用1.2rc3+testsuite2.0没有错误
但是加载自己交叉编译生成的vmlinux出现的错误和你一样

ksh 发表于 2006-1-20 21:56:35

skyeye-1.2.0-RC4 fixes a bug on rc3 .You can get the information about this bug on skyeye maillist. Also you can download the newest version of SkyEye to get 2410 run.
页: [1]
查看完整版本: 仿真调试testsuite 2.0里的s3c2410?