Quoting ron minnich rminnich@gmail.com:
you might try forcing the size (in code) to 32M or some such in hardwaremain.c and see if it works then. There's something odd with your ram.
ron
It won't have anything to do with the fact that:
a. It is onboard 128MB memory b. It doesn't have a SPD module c. It is located in the second slot not first.
This is wierd because it passes the ram_check() from auto.c earlier in the process just fine.
/* Check RAM. */ ram_check(0, 640 * 1024);
Thanks - Joe