I would like to partition the Flash into two: (1) boot loader and (2) JFFS2. Can I put the kernel, zImage, and fs.gz on JFFS2, and boot the kernel from there? I would like to boot the kernel, mount the fs.gz as cramfs, and mount the JFFS2 under /flash as a writable storage. Linux will be running exclusively in RAM. Thanks. Bao