
15 Jul
2009
15 Jul
'09
6:33 p.m.
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@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.