From: diekema@bucks.si.com (diekema_jon)
To: linuxppc-embedded@lists.linuxppc.org, bkuschak@yaoo.com,
jim.chapman@iname.com, frank@mitre.org
Subject: Getting the image section of the ELF file to load w/ VxWorks boot ROM
Date: Tue, 2 May 2000 13:24:21 -0400 (EDT) [thread overview]
Message-ID: <m12mgPF-001SyZC@bucks> (raw)
I am having trouble loading the image section of the elf file
(contains the gzip compressed Linux kernel) with the VxWorks boot
ROM or the EST VisionICE on the EST SBC8260 board. Both of these
options appear to ignore this section.
This problem was discussed on the linuxppc-embedded mailing list
on 11/2[2-3]/99. A few approaches were put forth, but not all the
details were included. Does someone have a recipe on how to solve
this problem?
CPU: EST Corp. est8260 -- MPC8260 PowerQUICC II SBC
Version: 5.4
BSP version: 1.2/3
I have managed to use ".gzimage" instead of "image" as the
section name and have changed the section flags, but I don't
think this is enough.
bucks 2166} powerpc-linux-objdump -h zImage
zImage: file format elf32-powerpc
Sections:
Idx Name Size VMA LMA File off Algn
0 .text 00004494 00400000 00400000 00010000 2**2
CONTENTS, ALLOC, LOAD, READONLY, CODE
1 .rodata 00000470 004044a0 004044a0 000144a0 2**4
CONTENTS, ALLOC, LOAD, READONLY, DATA
2 .data 0000030c 00405000 00405000 00015000 2**2
CONTENTS, ALLOC, LOAD, DATA
3 .data.init 00000000 00406000 00406000 00016000 2**0
CONTENTS
4 .bss 0000526c 00406000 00406000 00016000 2**2
ALLOC
5 .gzimage 0006fd80 00000000 00000000 00020000 2**0
CONTENTS, ALLOC, LOAD, READONLY, DATA
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
next reply other threads:[~2000-05-02 17:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-05-02 17:24 diekema_jon [this message]
2000-05-03 8:07 ` Getting the image section of the ELF file to load w/ VxWorks boot ROM Arto Vuori
2000-05-09 10:04 ` Frank Przybylski
2000-05-09 15:54 ` Daniel G. Clemmensen
2000-05-09 17:51 ` Getting the image section of the ELF file to load w/ VxWorks boot diekema_jon
2000-05-17 20:30 ` Getting the image section of the ELF file to load w/ VxWorks boot ROM Dan Malek
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=m12mgPF-001SyZC@bucks \
--to=diekema@bucks.si.com \
--cc=bkuschak@yaoo.com \
--cc=frank@mitre.org \
--cc=jim.chapman@iname.com \
--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).