安装sky1.2.7后编译vmlinux总线错误
skyeye vmlinux**************************** WARNING **********************************
If you want to run ELF image, you should use -e option to indicate
your elf-format image filename. Or you only want to run binary image,
you need to set the filename of the image and its entry in skyeye.conf.
***********************************************************************
Your elf file is little endian.
arch: arm
cpu info: armv4, arm920t, 41009200, ff00fff0, 2
mach info: name s3c2410x, mach_init addr 0x806aea0
ethmod num=1, mac addr=0:4:3:2:1:f, hostip=10.0.0.1
uart_mod:0, desc_in:, desc_out:, converter:
SKYEYE: use arm920t mmu ops
Loaded RAM ./initrd.img
Bus read error, can not find corresponding bank for addr 0x0,pc=0x8
Bus read error, can not find corresponding bank for addr 0x4,pc=0x8
Bus read error, can not find corresponding bank for addr 0x8,pc=0x8
Bus read error, can not find corresponding bank for addr 0xc,pc=0x8
Bus read error, can not find corresponding bank for addr 0x10,pc=0x8
Bus read error, can not find corresponding bank for addr 0x14,pc=0x8
Bus read error, can not find corresponding bank for addr 0x18,pc=0x8
Bus read error, can not find corresponding bank for addr 0x1c,pc=0x8
Bus read error, can not find corresponding bank for addr 0x20,pc=0x20
Bus read error, can not find corresponding bank for addr 0x24,pc=0x20
谁能告诉我原因吗? 配置文件
# 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 用 skyeye -e vmlinux 又出现了这个问题
Your elf file is little endian.
arch: arm
cpu info: armv4, arm920t, 41009200, ff00fff0, 2
mach info: name s3c2410x, mach_init addr 0x806aea0
ethmod num=1, mac addr=0:4:3:2:1:f, hostip=10.0.0.1
uart_mod:0, desc_in:, desc_out:, converter:
SKYEYE: use arm920t mmu ops
Loaded RAM ./initrd.img
elf_checkFile failed: -1
load "vmlinuz" error 是不是说我vmlinuz不对? skyeye -e vmlinux
not vmlinuz
页:
[1]