|
[root@localhost start-uboot]# /home/SkyEye/skyeye-1.2.4/binary/skyeye
**************************** 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.
***********************************************************************
big_endian is false.
arch: arm
cpu info: armv3, arm7tdmi, 41007700, fff8ff00, 0
mach info: name s3c44b0, mach_init addr 0x8061e68
uart_mod:1, desc_in:/dev/ttyS0, desc_out:/dev/ttyS0, converter:
SKYEYE: use arm7100 mmu ops
Loaded ROM ./u-boot.bin
运行到这里就停住了,uboot是在板子可以运行的~~uboot是针对44b0的板子。。。
请高人指点~~~先谢过 了
skyeye.conf文件
cpu: arm7tdmi
mach: s3c44b0
#skyeye for uboot flash 2M bank 1
mem_bank: map=M, type=R, addr=0x00000000, size=0x00001000,file=./u-boot.bin,boot=yes
#skyeye for uboot sdram 8m bank 1
mem_bank: map=M, type=RW, addr=0x0c000000, size=0x00800000
mem_bank: map=I, type=RW, addr=0x01c00000, size=0x00400000
uart: fd_in=/dev/ttyS0, fd_out=/dev/ttyS0 |
|