打印

仿真调试testsuite 2.0里的s3c2410?

仿真调试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.

TOP

Sorry. I can not get  skyeye 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.bz2  skyeye-1.0.0.tar.bz2

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

TOP

是这个结果

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

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

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

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

TOP

You can see  http://skyeye.sourceforge.net/wiki/UserManual to know about how to use skyeye 1.0 and higher version.
BTW, you can use old version of skyeye  if you like  the old way of  skyeye command.Thus you can use
target rim
load
run.

TOP

Re: 是这个结果

[quote:06513c3254="xyl1997"]谢谢ksh, 我用testsuite下的sky进行了测试:
对象为s3c2410, 是这个结果:

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

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

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

TOP

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.

TOP