mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Norbert Roos <nroos@webware-experts.de>
Cc: barebox@lists.infradead.org
Subject: Re: What is TEXT_BASE?
Date: Wed, 29 Aug 2012 15:27:02 +0200	[thread overview]
Message-ID: <20120829132702.GB26594@pengutronix.de> (raw)
In-Reply-To: <503E1591.8090904@webware-experts.de>

On Wed, Aug 29, 2012 at 03:13:53PM +0200, Norbert Roos wrote:
> Hello,
> 
> On 08/29/2012 08:29 AM, Sascha Hauer wrote:
> 
> >TEXT_BASE is the address barebox will be linked at. Normally this is
> >somewhere near the end of SDRAM, but could be also in some internal SRAM
> >in special cases. If you use the pcm049_defconfig it should be
> >configured correctly already.
> 
> Ok, thanks, i didn't know there are those configs.
> 
> Now it's building and produces some files. Is there somewhere an
> explanation what the files are and what i should do with them in the
> next step? In my case with an OMAP based board? I would have
> expected at least the "MLO" file, but there are just the barebox
> files..

For OMAP boards there are two defconfigs, one for the MLO (or xloader)
and one regular barebox binary. See
http://wiki.barebox.org/doku.php?id=boards:omap

(I just saw it's a bit outdated, because the file generated for the
xloader is nowadays MLO, not barebox.bin.ift.

So you have to:

make pcm049_xload_defconfig
make
cp MLO /mnt/MLO
make pcm049_defconfig
cp barebox.bin /mnt/barebox.bin

> 
> I don't intend to get personal teaching lessons here, but the whole
> documentation is somehow - suboptimal. I am writing down the steps
> i'm doing, so in return i could add a howto or tutorial or something
> like that.

That would be great. I could give you an account for the wiki if you
have something to improve there.

Thanks
 Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

      reply	other threads:[~2012-08-29 13:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-28 13:36 Norbert Roos
2012-08-29  6:29 ` Sascha Hauer
2012-08-29 13:13   ` Norbert Roos
2012-08-29 13:27     ` Sascha Hauer [this message]

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=20120829132702.GB26594@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=nroos@webware-experts.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