From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leif Lindholm Date: Wed, 08 Jun 2005 11:00:42 +0200 Subject: [U-Boot-Users] "Problem in increasing initrd(RAMDISK) size" In-Reply-To: <33621.202.62.67.130.1118214038.squirrel@202.62.67.130> References: <33621.202.62.67.130.1118214038.squirrel@202.62.67.130> Message-ID: <42A6B3BA.7000502@i3micro.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de nreddy at netenrich.com wrote: > Hi All, > > I am struggling with RAM disk Space. ... > Can some body throw a light to increase the RAMDISK size. There is a hard limitation in u-boot, causing "bootm" command to silently fail gunzip with images having an uncompressed size of > 4Mb. In file cmd_bootm.c, function do_bootm(), the line uint unc_len = 0x400000; specifies the maximum size of the output buffer. The ugly fix would be to just increase this value (like I did). Of course, if this doesn't solve your problem, Wolfgang is correct and your question belongs on a different mailing list. regards / Leif