
16 Jan
2004
16 Jan
'04
7:26 p.m.
Hello,
I have been porting das u-boot to run directly out of RAM. So far so good, boots, serial works, ethernet works..
After I tftpboot a known good Linux kernel and try to bootm it it fails while inflating the kernel in inflate_blocks_new due to a malloc failure. I reserved 1MB of RAM for malloc in the config file, but when malloc is called there is not enough memory.
The board is an 8275 with 32MB of RAM. das u-boot is downloaded with a BDI to 0.
Any ideas?
Thank you Kevin