Hi,
Is it possible to load a initramfs compress CPIO image via u-boot like we can do with a ramdisk image (replace the uRamdisk by a uInitramfs in the command bellow)? nand_all=chpart Kernel;fsload 0x200000 uImage;chpart Config;fsload 0x400000 uRamdisk;run ramargs addip addtty;bootm 200000 400000 If it is possible, I guest we need to generate a different image type via the mkimage utility? Thanks Sylvain
_______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot