[U-Boot-Users] boot linux from memory

Andreas Schweigstill andreas at schweigstill.de
Wed Jan 25 11:19:07 CET 2006


Dear Xuezhang Dong!

Xuezhang Dong schrieb:
> If I try to boot from 06008000, I got following:
> BRCM5001 # bootm 06008000                         
> ## Booting image at 06008000 ...                                
>    Image Name:   Linux-2.6.15                             
>    Image Type:   ARM Linux Kernel Image (uncompressed)
> 
>    Data Size:    655784 Bytes = 640.4 kB
> 
>    Load Address: 06008000                         
>    Entry Point:  06008000                         
>    Verifying Checksum ... OK                            
>    XIP Kernel Image ... OK                          

The compressed image and the Linux kernel to be executed may not
overlap. In your configuration both will be at address 0x06008000.
After decompression memory can be reused, so usually the compressed
image would be loaded to something like 0x06200000 or 0x06800000.

With best regards
Andreas Schweiigstill


-- 
Dipl.-Phys. Andreas Schweigstill
Schweigstill IT | Embedded Systems
Schauenburgerstraße 116, D-24118 Kiel, Germany
Phone: (+49) 431 5606-435, Fax: (+49) 431 5606-436
Mobile: (+49) 171 6921973, Web: http://www.schweigstill.de/




More information about the U-Boot mailing list