|
版本skyeye.1.2.9
启动skyeye的测试用例testsuite/arm_hello,输入/opt/skyeye/bin/skyeye -e arm_hello,
opt/skyeye/testsuite/arm_hello下面的skyeye.conf文件内容是
#skyeye config file sample
arch:arm
cpu: arm7tdmi
mach: at91
mem_bank: map=M, type=RW, addr=0x01000000, size=0x00400000
mem_bank: map=I, type=RW, addr=0xf0000000, size=0x10000000
uart:mod=xterm
#log: logon=0, logfile=./sk1.log, start=0, end=200000
运行测试
[lzy@localhost arm_hello]$ /option/skyeye/bin/skyeye -e arm_hello
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 note 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.
pen_buffer not implemented.
(skyeye)
(skyeye)start
arch: arm
cpu info: armv3, arm7tdmi, 41007700, fff8ff00, 0
In do_mach_option, mach info: name at91, mach_init addr 0xb5c490
Invalid parameter for mod option
uart_mod:0, desc_in:, desc_out:, converter:
SKYEYE: use arm7100 mmu ops
exec file "arm_hello"'s format is elf32-i386.
load section .text: addr = 0x01000000 size = 0x00000084.
load section .glue_7: addr = 0x01000084 size = 0x00000000.
load section .glue_7t: addr = 0x01000084 size = 0x00000000.
load section .data: addr = 0x01002000 size = 0x00001000.
not load section .bss: addr = 0x01003000 size = 0x00000000 .
not load section .debug_abbrev: addr = 0x00000000 size = 0x0000004e .
not load section .debug_info: addr = 0x00000000 size = 0x00000187 .
not load section .debug_line: addr = 0x00000000 size = 0x000000a9 .
not load section .debug_pubnames: addr = 0x00000000 size = 0x0000001c .
not load section .debug_aranges: addr = 0x00000000 size = 0x00000020 .
In SIM_start, Set PC to the address 0x1000000
(skyeye)run
(running)Bus read error, can not find corresponding bank for addr 0xb3c,pc=0xb3c
Bus read error, can not find corresponding bank for addr 0xb40,pc=0xb40
Bus read error, can not find corresponding bank for addr 0xb44,pc=0xb44
Bus read error, can not find corresponding bank for addr 0xb48,pc=0xb48
Bus read error, can not find corresponding bank for addr 0xb4c,pc=0xb4c
Bus read error, can not find corresponding bank for addr 0xb50,pc=0xb50
Bus read error, can not find corresponding bank for addr 0xb54,pc=0xb54
Bus read error, can not find corresponding bank for addr 0xb58,pc=0xb58
Bus read error, can not find corresponding bank for addr 0xb5c,pc=0xb5c
非常感谢!
[ 本帖最后由 liukui359 于 2009-10-29 20:12 编辑 ] |
|