From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roman Date: Wed, 15 Feb 2006 17:51:45 -0800 Subject: [U-Boot-Users] Uboot uimage with ramdisk question Message-ID: <200602151751.45640.romank@randrlabs.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, I am trying to boot uImage from the parallel flash on at91rm9200ek board. So far I can load the image and ramdisk separately. I think that it is possible to load the kernel and the ramdisk together as one uImage file. However, I have been unable to find any documentation regarding building one file with image and ramdisk in it. I am using 2.6.14 kernel and uboot 1.1.4. Please advice. Thank you. RK