|
[root@localhost linux-2.6.14]# ll vmlinux
-rwxr-xr-x 1 root root 3581719 4月 24 15:58 vmlinux
[root@localhost linux-2.6.14]# vi skyeye.conf
# skyeye config file for S3C2410X
cpu: arm920t
mach: s3c2410x
# physical memory
mem_bank: map=M, type=RW, addr=0xc0000000, size=0x00800000
mem_bank: map=M, type=RW, addr=0xc0800000, size=0x00800000, file=./initrd.img
mem_bank: map=M, type=RW, addr=0xc1000000, size=0x01000000
# all peripherals I/O mapping area
mem_bank: map=I, type=RW, addr=0x48000000, size=0x20000000
mem_bank: map=I, type=RW, addr=0x19000300, size=0x00000020
net: type=cs8900a, base=0x19000300, size=0x20,int=9, mac=0:4:3:2:1:f, ethmod=tuntap, hostip=10.0.0.1
lcd: type=s3c2410x, mod=gtk
#dbct:state=on
[root@localhost linux-2.6.14]# skyeye -e vmlinux
big_endian is false.
arch: arm
cpu info: armv4, arm920t, 41009200, ff00fff0, 2
mach info: name s3c2410x, mach_init addr 0x808131c
ethmod num=1, mac addr=0:4:3:2:1:f, hostip=10.0.0.1
lcd_mod:1
uart_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 = 0x0001d000.
load section .text: addr = 0xc0025000 size = 0x0022924c.
not load section .pci_fixup: addr = 0xc024e24c size = 0x00000000 .
load section __ksymtab: addr = 0xc024e24c size = 0x00003d20.
load section __ksymtab_gpl: addr = 0xc0251f6c size = 0x00000850.
not load section __kcrctab: addr = 0xc02527bc size = 0x00000000 .
not load section __kcrctab_gpl: addr = 0xc02527bc size = 0x00000000 .
load section __ksymtab_strings: addr = 0xc02527bc size = 0x00009b24.
load section __param: addr = 0xc025c2e0 size = 0x00000334.
load section .data: addr = 0xc025e000 size = 0x0004ca90.
not load section .bss: addr = 0xc02aaaa0 size = 0x00022e44 .
not load section .comment: addr = 0x00000000 size = 0x00002826 .
call ARMul_InitSymTable,kernel filename is vmlinux.
start addr is set to 0xc0008000 by exec file.
到此卡住了,请高手指点,谢谢! |
|