[U-Boot-Users] [PATCH] Fix initrd length miscalculation in bootm command
Kumar Gala
galak at kernel.crashing.org
Tue Feb 6 18:14:43 CET 2007
On Feb 6, 2007, at 11:11 AM, Timur Tabi wrote:
> Kumar Gala wrote:
>
>>> incorrect when it came time to book the kernel. This resulted in
>>> the inability
>> book -> boot
>
> Ugh.
;)
>> Did you test this with a multi image as well? (kernel + initrd + dtb)
>
> I've never heard of multi image before. How do I make one? The
> README doesn't explain it.
mkimage -A ppc -O Linux -T multi -C gzip -n 'Linux Multiboot-Image' -
e 0 -a 0 -d vmlinux.gz:rootfs.ext2.gz:oftree.dtb kern+fs+dtb.bin
- k
More information about the U-Boot
mailing list