|
发表于 2009-3-25 19:46:24
|
显示全部楼层
skyeye版本:skyeye-1.2.7_rc1
u-boot版本:u-boot-2009.03-rc1
运行如下命令:
ksh@server:/opt/source/u-boot/u-boot-2009.03-rc1> make smdk2410_config
ksh@server:/opt/source/u-boot/u-boot-2009.03-rc1> make
ksh@server:/opt/source/u-boot/u-boot-2009.03-rc1> cat skyeye.conf
# skyeye config file for S3C2410X
cpu: arm920t
mach: s3c2410x
# physical memory
mem_bank: map=M, type=RW, addr=0x00000000, size=0x00100000
mem_bank: map=M, type=RW, addr=0x30000000, size=0x04000000
#mem_bank: map=M, type=RW, addr=0xC0000000, size=0x04000000,file=./vmlinux
#mem_bank: map=M, type=RW, addr=0x30000000, size=0x03F80000
#mem_bank: map=M, type=RW, addr=0x33F80000, size=0x00080000, file=./u-boot.bin,boot=yes
#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=08:00:3E:26:0A:5B, ethmod=tuntap, hostip=10.0.0.1
nandflash: type=s3c2410x,name=K9F1208U0B,dump=./nand.dump
#lcd: type=s3c2410x, mod=gtk
dbct:state=on
ksh@server:/opt/source/u-boot/u-boot-2009.03-rc1> /home/ksh/cvs/skyeye/release/skyeye-1.2.7_rc1/skyeye -e u-boot
Your elf file is little endian.
arch: arm
cpu info: armv4, arm920t, 41009200, ff00fff0, 2
mach info: name s3c2410x, mach_init addr 0x420a80
ethmod num=1, mac addr=8:0:3e:26:a:5b, hostip=10.0.0.1
failed to setup_module (name:net, type:cs8900a)
nandflash: dump ./nand.dump
tapif_init: icotl TUNSETIFF errorfile size:69206016
dbct info: turn on dbct!
uart_mod:0, desc_in:, desc_out:, converter:
SKYEYE: use arm920t mmu ops
exec file "u-boot"'s format is elf32-little.
load section .text: addr = 0x33f80000 size = 0x00012dfc.
load section .glue_7: addr = 0x33f92dfc size = 0x00000000.
load section .glue_7t: addr = 0x33f92dfc size = 0x00000000.
load section .rodata: addr = 0x33f92dfc size = 0x00000700.
load section .rodata.str1.4: addr = 0x33f934fc size = 0x0000417f.
load section .data: addr = 0x33f9767c size = 0x00000c28.
load section .u_boot_cmd: addr = 0x33f982a4 size = 0x00000450.
not load section .bss: addr = 0x33f986f4 size = 0x000048a8 .
not load section .debug_line: addr = 0x00000000 size = 0x0000652e .
not load section .debug_info: addr = 0x00000000 size = 0x00015180 .
not load section .debug_abbrev: addr = 0x00000000 size = 0x00005818 .
not load section .debug_aranges: addr = 0x00000000 size = 0x000007c0 .
not load section .debug_frame: addr = 0x00000000 size = 0x00002b7c .
not load section .debug_pubnames: addr = 0x00000000 size = 0x0000216c .
not load section .debug_ranges: addr = 0x00000000 size = 0x000005f0 .
not load section .debug_str: addr = 0x00000000 size = 0x00003fa0 .
not load section .comment: addr = 0x00000000 size = 0x00000402 .
call ARMul_InitSymTable,kernel filename is u-boot.
start addr is set to 0x33f80000 by exec file.
ERROR: s3c2410x_io_write_word(0x4c000000) = 0x00ffffff
ERROR: s3c2410x_io_write_word(0x4c00000 = 0x00048032
%s
DRAM: %2ld %cB%sFlash: %2ld %cB%s*** Warning - bad CRC, using default environment
In: serial
Out: %s
Err: %s
ERROR: s3c2410x_io_write_word(0x1900030a) = 0x00000000
SMDK2410 # ksh@server:/opt/source/u-boot/u-boot-2009.03-rc1> |
|