Andy Green wrote: > So if we are going to complicate our lives by insisting to put the > backup fs in NAND for GTA02, we should make an ext2 filesystem at +4MB > in the kernel partition, with its backup kernel inside that filesystem.
One problem with putting ext2 on bare NAND is that you have to create the file system around back blocks. So now you get a device-specific file system and can't just copy a pre-made binary image over. - Werner
