QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 3819|回复: 6

测试skyeye-testsuite-1.3.2/linux/s3c2410/2.4.18的vmlinux出错

[复制链接]
发表于 2011-2-22 16:50:31 | 显示全部楼层 |阅读模式
我安装的skyeye-1.3.2版,试运行skyeye-testsuite-1.3.2/linux/s3c2410/2.4.18下的vmlinux
一直循环报错,不知道为什么会这样,请各位帮忙!
我执行如下命令(我用的是ubuntu10.04)
cd /opt/skyeye-testsuite-1.3.2_rc1/linux/s3c2410/2.4.18
ls -a
initrd.img  pc.log  skyeye.conf  skyeye_dbct.conf  vmlinux

skyeye -e vmlinux -c skyeye.conf

Your elf file is little endian.
arch: arm
cpu info: armv4, arm920t, 41009200, ff00fff0, 2
mach info: name s3c2410x, mach_init addr 0x806dcc0
ethmod num=1, mac addr=0:4:3:2:1:f, hostip=10.0.0.1
failed to setup_module (name:net, type:cs8900a)
tapif_init: icotl TUNSETIFF erroruart_mod:0, desc_in:, desc_out:, converter:
SKYEYE: use arm920t mmu ops
Loaded RAM   ./initrd.img
exec file "vmlinux"'s format is elf32-little.
load section .init: addr = 0xc0008000  size = 0x0000f000.
load section .text: addr = 0xc0017000  size = 0x000e246c.
报错循环开始啦
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 792, mem_read_word addr = c70 no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 792, mem_read_word addr = c74 no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 792, mem_read_word addr = c78 no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 792, mem_read_word addr = c7c no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 800, mem_read_word addr = c80 no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 800, mem_read_word addr = c84 no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 800, mem_read_word addr = c88 no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 800, mem_read_word addr = c8c no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 800, mem_read_word addr = c90 no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 800, mem_read_word addr = c94 no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 800, mem_read_word addr = c98 no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 800, mem_read_word addr = c9c no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 808, mem_read_word addr = ca0 no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 808, mem_read_word addr = ca4 no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 808, mem_read_word addr = ca8 no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 808, mem_read_word addr = cac no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 808, mem_read_word addr = cb0 no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 808, mem_read_word addr = cb4 no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 808, mem_read_word addr = cb8 no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 808, mem_read_word addr = cbc no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 816, mem_read_word addr = cc0 no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 816, mem_read_word addr = cc4 no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 816, mem_read_word addr = cc8 no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 816, mem_read_word addr = ccc no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 816, mem_read_word addr = cd0 no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 816, mem_read_word addr = cd4 no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 816, mem_read_word addr = cd8 no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 816, mem_read_word addr = cdc no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 824, mem_read_word addr = ce0 no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 824, mem_read_word addr = ce4 no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 824, mem_read_word addr = ce8 no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 824, mem_read_word addr = cec no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 824, mem_read_word addr = cf0 no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 824, mem_read_word addr = cf4 no bank
SKYEYE:Error in mem_read_word, no bank found, NumInstrs 824, mem_read_word addr = cf8 no bank

我是个新手,整了几天啦,疯啦
请教,请教!
发表于 2011-2-23 12:27:09 | 显示全部楼层
尝试一下如下命令
skyeye -e vmlinux -c skyeye.conf -l 0x30000000,0xFFFFFF
回复

使用道具 举报

 楼主| 发表于 2011-2-23 14:51:00 | 显示全部楼层
谢谢
回复

使用道具 举报

发表于 2011-4-16 16:47:22 | 显示全部楼层

测试skyeye-tstsuite中的例子总是不成功,到了最后一步就卡了

dell@ubuntu:~$ cd download   
dell@ubuntu:~/download$ cd skyeye-testsuite-1.3.2_rc1
dell@ubuntu:~/download/skyeye-testsuite-1.3.2_rc1$ cd linux/ep7312/ep7312_with_framebuffer_touchscreen_minigui/
dell@ubuntu:~/download/skyeye-testsuite-1.3.2_rc1/linux/ep7312/ep7312_with_framebuffer_touchscreen_minigui$ skyeye -e vmlinux -c skyeye.conf
Non-option argument skyeye.conf
SkyEye 1.3.2
SkyEye is an Open Source project under GPL. All rights of different parts or modules are reserved by their author. Any modification or redistributions of SkyEye should not remove or modify the annoucement of SkyEye copyright.
Get more information about it, please visit the homepage http://www.skyeye.org.
Type "help" to get command list.
(skyeye)
后面就没有了,没有任何输出
skyeye应该是装好了,我测试了他自带的那个helloworld成功了……
我在参考这个网址:http://jimoniuzai.blog.163.com/b ... 223020081091261934/也是出现上面的问题:出现skyeye然后后面就没有了,我gtk也装了就是没有出现企鹅啊,呜呜呜……
dell@ubuntu:~$ cd download/
dell@ubuntu:~/download$ cd skyeye-testsuite-1.3.2_rc1/linux
dell@ubuntu:~/download/skyeye-testsuite-1.3.2_rc1/linux$ ls
at91rm9200  ep9312                 mpc8560   s3c2440                   x86
au1100            exec_skyeye_dbct.sh  mpc8572   strongarm
auto_test   exec_skyeye.sh         mpc8641d  test_report_2007-11-09
cs89712     godson                 pxa           test_report_2008-05-02
ep7312            initrd.img                 s3c2410   test_report_2008-06-08
dell@ubuntu:~/download/skyeye-testsuite-1.3.2_rc1/linux$ cd ep7312/ep7312_with_framebuffer_touchscreen_minigui/
dell@ubuntu:~/download/skyeye-testsuite-1.3.2_rc1/linux/ep7312/ep7312_with_framebuffer_touchscreen_minigui$ skyeye -e vmlinux -c skyeye.conf
Non-option argument skyeye.conf
SkyEye 1.3.2
SkyEye is an Open Source project under GPL. All rights of different parts or modules are reserved by their author. Any modification or redistributions of SkyEye should not remove or modify the annoucement of SkyEye copyright.
Get more information about it, please visit the homepage http://www.skyeye.org.
Type "help" to get command list.
(skyeye)start -n
arch: arm
cpu info: armv4, arm720t, 41807200, ffffff00, 1
In do_mach_option, mach info: name ep7312, mach_init addr 0x66a57d0

lcd_mod:1
uart_mod:0, desc_in:, desc_out:, converter:
Loaded ROM   ./ywcromfs-minigui.img
SKYEYE: use arm7100 mmu ops
exec file "vmlinux"'s format is elf32-i386.
load section .init: addr = 0xc0028000  size = 0x00012000.
load section .text: addr = 0xc003a000  size = 0x001212d0.
load section __ex_table: addr = 0xc015b2d0  size = 0x00000900.
not load section __ksymtab: addr = 0xc015bbd0  size = 0x00000000 .
load section .data: addr = 0xc015c000  size = 0x0000e483.
not load section .bss: addr = 0xc016a4a0  size = 0x00030b30 .
not load section .comment: addr = 0x00000000  size = 0x00002bca .
In SIM_start, Set PC to the address 0xc0028000

(skyeye)

谢谢
论坛里有没有QQ群啊,有的话告诉我一声,小弟感激不尽……
回复

使用道具 举报

发表于 2011-4-16 19:06:15 | 显示全部楼层
运行run命令
回复

使用道具 举报

发表于 2011-4-17 07:53:31 | 显示全部楼层

为什么我的出现段错误,2#说 的也不行

dell@ubuntu:~$ cd test/skyeye-testsuite-1.3.2_rc1/linux/s3c2410/s3c2410x-2.6.14
dell@ubuntu:~/test/skyeye-testsuite-1.3.2_rc1/linux/s3c2410/s3c2410x-2.6.14$ skyeye -e vmlinux -c skyeye.conf
Non-option argument skyeye.conf
SkyEye 1.3.2
SkyEye is an Open Source project under GPL. All rights of different parts or modules are reserved by their author. Any modification or redistributions of SkyEye should not remove or modify the annoucement of SkyEye copyright.
Get more information about it, please visit the homepage http://www.skyeye.org.
Type "help" to get command list.
(skyeye)start
arch: arm
cpu info: armv4, arm920t, 41009200, ff00fff0, 2
In do_mach_option, mach info: name s3c2410x, mach_init addr 0x26cded0

ethmod num=1, mac addr=0:4:3:2:1:f, hostip=10.0.0.1
can't alloc memory for devices pionter: (name:net, type:cs8900a)
can't alloc memory for devices pionter: (name:lcd, type:s3c2410x)
uart_mod:0, desc_in:, desc_out:, converter:
Loaded RAM   ./initrd.img
SKYEYE: use arm920t mmu ops
段错误
dell@ubuntu:~/test/skyeye-testsuite-1.3.2_rc1/linux/s3c2410/s3c2410x-2.6.14$ skyeye -e vmlinux -c skyeye.conf
Non-option argument skyeye.conf
SkyEye 1.3.2
SkyEye is an Open Source project under GPL. All rights of different parts or modules are reserved by their author. Any modification or redistributions of SkyEye should not remove or modify the annoucement of SkyEye copyright.
Get more information about it, please visit the homepage http://www.skyeye.org.
Type "help" to get command list.
(skyeye)start
arch: arm
cpu info: armv4, arm920t, 41009200, ff00fff0, 2
In do_mach_option, mach info: name s3c2410x, mach_init addr 0xa52ed0

ethmod num=1, mac addr=0:4:3:2:1:f, hostip=10.0.0.1
can't alloc memory for devices pionter: (name:net, type:cs8900a)
can't alloc memory for devices pionter: (name:lcd, type:s3c2410x)
uart_mod:0, desc_in:, desc_out:, converter:
Loaded RAM   ./initrd.img
SKYEYE: use arm920t mmu ops
段错误
dell@ubuntu:~/test/skyeye-testsuite-1.3.2_rc1/linux/s3c2410/s3c2410x-2.6.14$ skyeye -e vmlinux -c skyeye.conf -l 0x30000000,0xFFFFFF
Non-option argument skyeye.conf
SkyEye 1.3.2
SkyEye is an Open Source project under GPL. All rights of different parts or modules are reserved by their author. Any modification or redistributions of SkyEye should not remove or modify the annoucement of SkyEye copyright.
Get more information about it, please visit the homepage http://www.skyeye.org.
Type "help" to get command list.
(skyeye)start
arch: arm
cpu info: armv4, arm920t, 41009200, ff00fff0, 2
In do_mach_option, mach info: name s3c2410x, mach_init addr 0x943ed0

ethmod num=1, mac addr=0:4:3:2:1:f, hostip=10.0.0.1
can't alloc memory for devices pionter: (name:net, type:cs8900a)
can't alloc memory for devices pionter: (name:lcd, type:s3c2410x)
uart_mod:0, desc_in:, desc_out:, converter:
Loaded RAM   ./initrd.img
SKYEYE: use arm920t mmu ops
段错误
dell@ubuntu:~/test/skyeye-testsuite-1.3.2_rc1/linux/s3c2410/s3c2410x-2.6.14$
回复

使用道具 举报

发表于 2011-5-11 11:00:10 | 显示全部楼层
我也是!!!!!!!!!!!???????????怎么办
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-4-26 00:42 , Processed in 0.117548 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表