Hi All, I compile a Linux kernel and got the zImage file I could load into the NAND flash memory. I load the zImage file using DNW, it works correctly. Now, i need to compile a Root filesystem. Wich Root filesystem could i use? And how to compile it. Regards Thanks
Compiling target_fs for Mini2440
You are in for a "long night"! The tutorial on the Wiki is quite old and may have errors in it, but maybe it will get you started. Basically, you are using Busybox for all the utilities and putting some basic stuff into a filesystem (ie, JFFS2) I assume this is a desired learning exercise?