From: Wolfgang Denk <wd@denx.de>
To: Sebastien Articlaux <sebastien_articlaux@yahoo.com>
Cc: linuxppc-embedded@lists.linuxppc.org
Subject: Re: Converting vmlinux.initrd to S-RECORD
Date: Wed, 09 Feb 2000 21:58:12 +0100 [thread overview]
Message-ID: <200002092058.VAA24849@denx.local.net> (raw)
In-Reply-To: Your message of "Wed, 09 Feb 2000 06:59:05 PST." <20000209145905.11737.qmail@web207.mail.yahoo.com>
In message <20000209145905.11737.qmail@web207.mail.yahoo.com> you write:
>
> I've just read a message posted by Dan in november.
> He said that he would post in ppc.kernel.org a prog
> to convert file into S-Records.
>
> He wrote:
> The program just strips the 64K ELF header and
> converts the rest of the file into S-Records. You can
No special tools needed. You have everything you need in your
toolbox:
# Strip ELF header
dd if=zImage of=image bs=64k skip=1
# Convert to S-records
objcopy -I binary -O srec image image.srec
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
Heavier than air flying machines are impossible.
-- Lord Kelvin, President, Royal Society, c. 1895
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
next prev parent reply other threads:[~2000-02-09 20:58 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-02-09 14:59 Converting vmlinux.initrd to S-RECORD Sebastien Articlaux
2000-02-09 20:42 ` Dan Malek
2000-02-09 20:58 ` Wolfgang Denk [this message]
2000-02-11 11:44 ` On-Chip-Debugging for MPC 860 ? Tobias Otto-Adamczak
2000-02-13 23:33 ` Graham Stoney
2000-02-14 1:45 ` Dan Malek
2000-02-29 5:45 ` Graham Stoney
2000-02-29 8:00 ` Dan Malek
2000-03-01 9:37 ` Performance 2.2.13 and USB work Björn Lundberg
2000-03-06 15:11 ` Marcus Sundberg
2000-03-06 18:01 ` Dan Malek
-- strict thread matches above, loose matches on Subject: below --
2000-02-09 18:22 Converting vmlinux.initrd to S-RECORD kd
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=200002092058.VAA24849@denx.local.net \
--to=wd@denx.de \
--cc=linuxppc-embedded@lists.linuxppc.org \
--cc=sebastien_articlaux@yahoo.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.