[EMAIL PROTECTED] writes:

> I am trying to boot linux with a ramdisk on a board based on TI dm6446.
>
> I am facing a weird problem: it correctly boots images smaller than  
> 2.5MB, while bugger ones stop boot after image decompression, before  
> the kernel boots.
>
> I'm not able to find out the reason why it hangs.
>
> Do you have any suggestion?

One common pitfall is that during decompression some vital code is
overwritten by the decompressed data. Double check that the memory area
to which you are decompressing your image is large enough to hold the
uncompressed data and doesn't overlap with any code.

Best regards

Markus Klotzbuecher

--
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: [EMAIL PROTECTED]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to