I have successfully initialized and tested the memory with the bootlets build via ltib, and loaded with the mfgtool.
When the kernel decompresses it will not fit in memory with the rootfs.
Should I start out with a already uncompressed kernel Image?
Is it possible to create a single ramdisk that has the kernel and the rootfs in it and load that into sdram?
This could be a read only rootfs right?
Should I invest time in yocto or stay with ltib?
I do not want to reinvent the wheel, just get a image flashed to the nand and spend my time developing it.