linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Getting the image section of the ELF file to load w/ VxWorks boot ROM
@ 2000-05-02 17:24 diekema_jon
  2000-05-03  8:07 ` Arto Vuori
  2000-05-09 10:04 ` Frank Przybylski
  0 siblings, 2 replies; 6+ messages in thread
From: diekema_jon @ 2000-05-02 17:24 UTC (permalink / raw)
  To: linuxppc-embedded, bkuschak, jim.chapman, frank


	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/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2000-05-17 20:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-05-02 17:24 Getting the image section of the ELF file to load w/ VxWorks boot ROM diekema_jon
2000-05-03  8:07 ` 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

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).