MMU Initialization Problem

Dan Malek dmalek at jlc.net
Wed Nov 10 06:36:20 EST 1999


Nicolas Pohland wrote:

> 
> I can unzip the kernel at location 0 and then this space is mapped to
> 0xc0000000 in 1 8Mb page.

What do you mean?  You have to load zImage at or above 0x200000, then
jump to that location.  The boot code on the front of zImage has to
perform the uncompress of the kernel, and it further initializes the
board information sturcture for the rest of the Linux kernel.

> This is what I found strange:

You can't use the "standard" chip select and IMMR mappings that
most debuggers set for the FADS board.  The IMMR has to be well
into the kernel virtual space, something like 0xf0000000.

If you are using mpc8bug, you have to disable all debug and exception
traps, effectively removing the debugger capability.  You can't
debug Linux once the MMU is enabled, which happens within the first
few instructions.


> Have I missed something here ?

You should really get on the linuxppc-embedded mailing list.  All of
this was recently discussed, along with many other things that would
be helpful toward what you are doing.


	-- Dan

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/





More information about the Linuxppc-dev mailing list