Baruch Chaikin wrote: > > Another question is the file system itself. What is the recommendation > here - JFFS, CRAMFS, anything else?... jffs if you need read/write, cramfs or squashfs for read-only. stock cramfs has endianness problems (mkcramfs must run on same endianness as kernel), but patches exist. http://sourceforge.net/projects/squashfs/ http://sourceforge.net/projects/cramfs/ Johannes