From mboxrd@z Thu Jan 1 00:00:00 1970 From: rhabarber1848 Date: Wed, 15 Jul 2009 18:33:27 +0200 Subject: [U-Boot] [PATCH] Refresh LZMA-lib to 4.65 References: <1246985548-24183-1-git-send-email-luigi.mantellini.ml@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, it seems I solved the problem. before: >> kernel loaded at 0x00000000, end = 0x00800000 >> ERROR: Failed to allocate 0x200 bytes below 0x800000. now: > kernel loaded at 0x00000000, end = 0x00090000 > ## cmdline at 0x007ffe00 ... 0x007ffe99 > ## kernel board info at 0x007ffdc0 [...] > ## Transferring control to Linux (at address 00000000) ... > Booting using board info... > Linux version 2.4.37.2-dbox2 (root at dbox2) (gcc version 3.4.6) #1 Di 14. Jul 13:10:34 CEST 2009 The end value for the kernel was too high, the attached patch[1] should fix it, a LZMA-compressed kernel booted well. I did not test the bz2 case but it seems it suffers from the same bug. Cheers, rhabarber1848 [1] Sorry, I do not use git here so I can not post the patch in git format. -------------- next part -------------- A non-text attachment was scrubbed... Name: lzma_bootm.diff Type: text/x-diff Size: 604 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20090715/d127249a/attachment.diff