Hey Guys , I have an rootfs of size ~150MB that I need to flash on my 1GB Mini2440. I am now using it using SD Card but I need to flash it to NAND. How Can I do this in uboot ??? Since RAM is only 64MB I Can't load it into the RAM as we normally do. Please Help
Loading Large rootfs on mini2440
What size is the rootfs it when compressed? I guess you will have to write or modify another decompress/loader program yourself that takes the compressed image from NAND, and decompresses and loads into RAM. Internet Linux forums have some open source for doing just this, I think even U-Boot does the same thing, so check that out. Hope this assists. Cheers.