public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Andreas Schweigstill <andreas@schweigstill.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] boot linux from memory
Date: Wed, 25 Jan 2006 11:19:07 +0100	[thread overview]
Message-ID: <43D7509B.3070702@schweigstill.de> (raw)
In-Reply-To: <54AD0F12E08D1541B826BE97C98F99F11C34E8@NT-SJCA-0751.brcm.ad.broadcom.com>

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/

  reply	other threads:[~2006-01-25 10:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-25  1:08 [U-Boot-Users] boot linux from memory Xuezhang Dong
2006-01-25 10:19 ` Andreas Schweigstill [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-01-25 18:15 Xuezhang Dong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43D7509B.3070702@schweigstill.de \
    --to=andreas@schweigstill.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox