linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: "Gerhard TAEUBL" <Gerhard.TAEUBL@frequentis.com>
To: <linuxppc-embedded@lists.linuxppc.org>, <gue@rettung.at>
Subject: Re: linux on dsp-board as ELF?
Date: Mon, 17 Mar 2003 13:17:36 +0100	[thread overview]
Message-ID: <se75cb10.022@mail.frequentis.com> (raw)


Hi Günther!

Our Company produce PPC boards since 1996, since 2001 (I think) we have linux on it.
So from history we have also an own bootstrapper, that only wait for data from the serial line and write the data into the RAM, Afterwards the adress where to jump will be transmitted.
Of course it detect also if an application is stored in flash.

So we wrote a small programm which write a RAM region into flash, After this programm we append the linux Image (mbx file). So the whole data will be stored in RAM, and afterwards it will be copy the real linux kernel into flash.
The rest of initializion we do in the boot files of linux (arch/ppc/boot/mbx).

But in the mbx file after the first 64kByte strat the real application (jump in), we cut the first 64kbyte.

Hope this helps a little bit

Have fun

Gerhard

>>> Guenther SOMMER <gue@rettung.at> 03/16/03 12:03am >>>

hmm, i've not a great knowledge with ELF.

my board-firmware has the possibility to download a image to the sdram
as ELF-file... a linux zImage is also a ELF-file... but the kernel will
give the wrong parameters if i will download it, or is there a
workaround possible?

greetings, guenther sommer.


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

             reply	other threads:[~2003-03-17 12:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-17 12:17 Gerhard TAEUBL [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-03-15 23:03 linux on dsp-board as ELF? Guenther SOMMER

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=se75cb10.022@mail.frequentis.com \
    --to=gerhard.taeubl@frequentis.com \
    --cc=gue@rettung.at \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    /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;
as well as URLs for NNTP newsgroup(s).