[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Cubox-i with Debian Stock Kernel



On Fri, 2014-05-30 at 15:47 +0200, Rainer Dorsch wrote:
> I tried bootz, but that did not work for me:
> 
> [...same root and boot args as above ...]
> CuBox-i U-Boot > ext4load mmc 0:2 0x10800000 vmlinuz
> 2853240 bytes read in 272 ms (10 MiB/s)
> CuBox-i U-Boot > ext4load mmc 0:2 0x18000000 imx6q-cubox-i.dtb
> 28603 bytes read in 149 ms (186.5 KiB/s)
> CuBox-i U-Boot > ext4load mmc 0:2 0x12800000 initrd.img
> 10909053 bytes read in 480 ms (21.7 MiB/s)
> CuBox-i U-Boot > bootz 0x10800000 0x12800000 0x18000000
> Kernel image @ 0x10800000 [ 0x000000 - 0x2b8978 ]
> Wrong Ramdisk Image Format
> Ramdisk image is corrupt or invalid

bootz requires that you provide the length of the initrd. Sine you
loaded it last you should be able to do:
booz 0x10800000 0x12800000:${filesize} 0x18000000

Ian.


Reply to: