How to increase The initial RAM size(16M) of PPC440 in linux 2.6 kernel
Posted
by Allan
on Server Fault
See other posts from Server Fault
or by Allan
Published on 2010-02-18T01:27:19Z
Indexed on
2010/03/12
6:07 UTC
Read the original article
Hit count: 171
embedded-linux
|ppc
I am building cuImage. When I try to put in openSSH, I run out of 16M RAM boundary which is set during early kernel turning on MMU, so it wont boot up. Can anyone tell me how to increase that? Inside wrapper, there is a size set to 0x1000000, but it does not help me after I try to increase it. Thanks.
© Server Fault or respective owner