|
版主您好:
本人最近在开发u-boot,基于s3c2410,想在skyeye上进行仿真
不过编译后的u-boot无法启动,希望能得到帮助
我用软件版本:skyeye-1.2-RC8-3
arm-linux-gcc 2.95.3
u-boot-1.1.2
以下是我的配置情况(参考了testsuit 里s3c2410的配置):
#skyeye config file sample
cpu: arm920t
mach: s3c2410x
#all peripherals I/O mapping area
mem_bank: map=I, type=RW, addr=0x00000000, size=0x20000000
#physical memory
mem_bank: map=M, type=RW, addr=0x00000000, size=0x01000000, file=./u-boot, boot=yes
mem_bank: map=M, type=RW, addr=0xc0000000, size=0x01000000
运行#skyeye -e u-boot -c skyeye.conf
SKYEYE: If you have ELF kernel file, please use -e option to indicate your ELF format kernel filename
SKYEYE: If you only have kernel binary image, you should put the filename of kernel binary image in skyeye.conf file
arch: arm
cpu info: armv4, arm920t, 41009200, ff00fff0, 2
mach info: name s3c2410x, mach_init addr 0x805ae6c
SKYEYE: use arm920t mmu ops
Loaded RAM ./u-boot
程序就当掉了
应该是skyeye.conf文件没有配置好,能详细说明下该如何配置么? |
|