|
我的配置文件如下:
cpu: arm7tdmi
mach: s3c44b0
mem_bank: map=M, type=R, addr=0x00000000, size=0x00010000
mem_bank: map=M, type=R, addr=0x00010000, size=0x00080000, file=./images/image.rom
mem_bank: map=M, type=R, addr=0x00090000, size=0x00170000
mem_bank: map=M, type=RW, addr=0x0C000000, size=0x00800000
运行skyeye -e ./linux-2.4.x/linux后消息如下:
# skyeye -e ./linux-2.4.x/linux
arch: arm
cpu info: armv3, arm7tdmi, 41007700, fff8ff00, 0
mach info: name s3c44b0, mach_init addr 0x806af75
SKYEYE: use arm7100 mmu ops
Loaded ROM ./images/image.rom
exec file "./linux-2.4.x/linux"'s format is elf32-little.
load section .init: addr = 0x0c008000 size = 0x0000b000.
load section .text: addr = 0x0c013000 size = 0x00134f80.
load section .data: addr = 0x0c148000 size = 0x0000d138.
not load section .bss: addr = 0x0c155140 size = 0x000218b4 .
not load section .debug_abbrev: addr = 0x00000000 size = 0x00044a9e .
not load section .debug_info: addr = 0x00000000 size = 0x01b3ae0c .
not load section .debug_line: addr = 0x00000000 size = 0x003466b4 .
not load section .debug_pubnames: addr = 0x00000000 size = 0x0000c798 .
not load section .debug_aranges: addr = 0x00000000 size = 0x00002a40 .
start addr is set to 0x0c008000 by exec file.
然后就停住了,请问是什么问题? |
|