* can't find "init" when using 1GB ram on 7455.
@ 2003-09-30 15:44 Q-ha Park
2003-09-30 16:21 ` Brian Waite
0 siblings, 1 reply; 2+ messages in thread
From: Q-ha Park @ 2003-09-30 15:44 UTC (permalink / raw)
To: linuxppc-embedded
Well, actually not just init but all "start" programs such as modprobe,
bash, etc. Linux uses NFS as its filesystem, and kernel thinks NFS is
mounted correctly, but it doesn't successfully find and execute "start"
programs like sh, init, etc. The system that works well with 512MB ram.
This is what I attempted to support two 512 MB DIMM rams:
1. use 2 more BATs to translate up to 0x40000000 (1GB) in ppcboot,
changed CFG_INIT_RAM to 0x40000000 accordingly.
2. enable high_mem support in the kernel.
When I made the system load the kernel w/o high_mem support
intentionally, UART doens't work anymore; it doesn't generate interrups.
Any clues on what might be wrong and what idiotic things I might have
done?
Thanks in advance!
:::::::::::::::::::::::::::::::::::::::::::::::::
Q-ha Park
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: can't find "init" when using 1GB ram on 7455.
2003-09-30 15:44 can't find "init" when using 1GB ram on 7455 Q-ha Park
@ 2003-09-30 16:21 ` Brian Waite
0 siblings, 0 replies; 2+ messages in thread
From: Brian Waite @ 2003-09-30 16:21 UTC (permalink / raw)
To: Q-ha Park, linuxppc-embedded
I had almost the exact same problem on the ev64260 platform with 1GB of
memory. Tak a look and make sure you are not doing any io_block_mapping()
calls in your platform setup functions. You might have one for early serial
messages. Look at the mapping and make sure it does not overlap. You might
have to reduce the io_block_mapping() size. Just a thought
Thanks
Brian
On Tuesday 30 September 2003 11:44 am, Q-ha Park wrote:
> Well, actually not just init but all "start" programs such as modprobe,
> bash, etc. Linux uses NFS as its filesystem, and kernel thinks NFS is
> mounted correctly, but it doesn't successfully find and execute "start"
> programs like sh, init, etc. The system that works well with 512MB ram.
>
> This is what I attempted to support two 512 MB DIMM rams:
> 1. use 2 more BATs to translate up to 0x40000000 (1GB) in ppcboot,
> changed CFG_INIT_RAM to 0x40000000 accordingly.
> 2. enable high_mem support in the kernel.
>
> When I made the system load the kernel w/o high_mem support
> intentionally, UART doens't work anymore; it doesn't generate interrups.
> Any clues on what might be wrong and what idiotic things I might have
> done?
>
> Thanks in advance!
>
>
> Q-ha Park
>
>
** 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:[~2003-09-30 16:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-30 15:44 can't find "init" when using 1GB ram on 7455 Q-ha Park
2003-09-30 16:21 ` Brian Waite
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).