|
使用的EP9315板子,厂商提供的redboot.bin,ramdisk.gz,zImage
redboot运行以下命令
load -r -v -b 0x218000 zImage
fis write -f 0x60040000 -b 0x218000 -l 0x140000
load -r -v -b 0x800000 ramdisk.gz
fis write -f 0x60200000 -b 0x800000 -l 0x600000
fis load ramdisk
fis load zImage
exec -c "root=/dev/mtdblock4 console=ttyS0 devfs=mount"
但是在最后一步内核没有解压缩,停在如下语句:
using base address 0x00218000 and length 0x001c0000
请教,问题出在哪里?
谢谢! |
|