* Where can I configure the base address?
@ 2001-07-31 23:52 Masahide Tomita
2001-08-01 0:30 ` Dan Malek
0 siblings, 1 reply; 2+ messages in thread
From: Masahide Tomita @ 2001-07-31 23:52 UTC (permalink / raw)
To: linuxppc-embedded
Hello,
I'm struggling to get the kernel (zvmlinux) run on our custom board with
860T, but I think I get it loaded on wrong address.
I want the kernel starts from address 0x00000000, but I can't figure out
which file to set the base address for memory map.
And, I find System.map file in top directory ./linux-2.2.14 , but it seems
like it's a system map for vmlinux.
I also would like to know how to get the system map of zvmlinux (zImage),
if it's possible.
Thanks in advance.
--
Masahide Tomita
tomita@itl.nyc.co.jp
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Where can I configure the base address?
2001-07-31 23:52 Where can I configure the base address? Masahide Tomita
@ 2001-08-01 0:30 ` Dan Malek
0 siblings, 0 replies; 2+ messages in thread
From: Dan Malek @ 2001-08-01 0:30 UTC (permalink / raw)
To: Masahide Tomita; +Cc: linuxppc-embedded
Masahide Tomita wrote:
>
> Hello,
>
> I'm struggling to get the kernel (zvmlinux) run on our custom board with
> 860T, but I think I get it loaded on wrong address.
The zImage is a relocating, "self extracting" file. Remove the 64K
ELF header from the beginning of the file, load the resuling bag of
bits at or above 0x200000, and jump to that location. The "bootloader"
will start, request kernel start options, uncompress the kernel to
address zero, and start it.
This has all been discussed many times, along with different booting
options. Search the mailing list kernel for more information.
-- Dan
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-08-01 0:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-31 23:52 Where can I configure the base address? Masahide Tomita
2001-08-01 0:30 ` 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).