* Problem with PPC 857 MMU
@ 2002-07-15 8:36 rajib majila
2002-07-15 9:15 ` Alex Zeffertt
0 siblings, 1 reply; 2+ messages in thread
From: rajib majila @ 2002-07-15 8:36 UTC (permalink / raw)
To: linuxppc-embedded
[-- Attachment #1: Type: text/plain, Size: 868 bytes --]
Hi,
We are trying to port mvista linux on Power PC 857T based board. We are loading the zImage.initrd file into 0x120000 address and our bootloader looks for an elf file at that address and then copies the kernel into 0x400000 adrress.
After that the boot-loader jumps to that location and the pro-kernel starts uncompressing the kernel into 0x000000. After that it jumps to 0x0. From head_8xx.S, control is transffered to start_kernel by using a rfi instruction. Our kernel crashes at this location. We would like to hear about any such problem faced by any of you and how you solved the problem.
We are downloading our boot-loader into the RAM (at 0x100000) using BDM and we run the boot-loader from there as we are
Not able to write the on-board flash.
All the addresses mentioned above RAM physical address.
Thanx a lot in advance for your help.
--Rajib
[-- Attachment #2: Wipro_Disclaimer.txt --]
[-- Type: text/plain, Size: 514 bytes --]
**************************Disclaimer**************************************************
Information contained in this E-MAIL being proprietary to Wipro Limited is 'privileged'
and 'confidential' and intended for use only by the individual or entity to which it is
addressed. You are notified that any use, copying or dissemination of the information
contained in the E-MAIL in any manner whatsoever is strictly prohibited.
****************************************************************************************
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Problem with PPC 857 MMU
2002-07-15 8:36 Problem with PPC 857 MMU rajib majila
@ 2002-07-15 9:15 ` Alex Zeffertt
0 siblings, 0 replies; 2+ messages in thread
From: Alex Zeffertt @ 2002-07-15 9:15 UTC (permalink / raw)
To: rajib majila; +Cc: linuxppc-embedded
Don't use zImage.initrd PPCBoot won't understand that format. Use mkimage to build either:
i) pImage - the stand alone kernel
ii) pRamdisk - a stand alone ramdisk
iii) pMulti - combined ramdisk/kernel
see SELF on ftp.denx.de/pub/LinuxPPC/usr/src/SELF for an example of how to build these
rajib majila wrote:
> Hi,
> We are trying to port mvista linux on Power PC 857T based board. We are loading the zImage.initrd file into 0x120000 address and our bootloader looks for an elf file at that address and then copies the kernel into 0x400000 adrress.
> After that the boot-loader jumps to that location and the pro-kernel starts uncompressing the kernel into 0x000000. After that it jumps to 0x0. From head_8xx.S, control is transffered to start_kernel by using a rfi instruction. Our kernel crashes at this location. We would like to hear about any such problem faced by any of you and how you solved the problem.
> We are downloading our boot-loader into the RAM (at 0x100000) using BDM and we run the boot-loader from there as we are
> Not able to write the on-board flash.
> All the addresses mentioned above RAM physical address.
> Thanx a lot in advance for your help.
> --Rajib
>
>
> ------------------------------------------------------------------------
>
> **************************Disclaimer**************************************************
>
> Information contained in this E-MAIL being proprietary to Wipro Limited is 'privileged'
> and 'confidential' and intended for use only by the individual or entity to which it is
> addressed. You are notified that any use, copying or dissemination of the information
> contained in the E-MAIL in any manner whatsoever is strictly prohibited.
>
> ****************************************************************************************
>
** 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:[~2002-07-15 9:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-15 8:36 Problem with PPC 857 MMU rajib majila
2002-07-15 9:15 ` Alex Zeffertt
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).