Hi, I have a ramdisk as RFS much larger than 4MB in a 2.4 kernel. In recent 2.6 kernels ramdisk is no longer supported so I decided to go with initramfs. However I found the initial RFS for initramfs is limited to 4MB since the bootwrapper locates at 0x400000.
One way to lift this limitation is to relocate the bootwrapper to somewhere else, say for example, 0x1000000 so that a 16MB initramfs can be loaded. If the bootwrapper is relocated, what else would be affected by this relocation? Another (better?) way may be to find a right file system for RFS such as JFFS2. My board has limited NOR flash (32MB) but larger RAM (128MB). There is not much space left in flash for RFS. Would you like to share some thoughts? Thanks a lot, -Shawn. _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev