On Fri, 2008-05-23 at 14:49 +0000, sphilippe12 wrote: > Hello everybody, > > I would like to know if it's possible to replace the internal flash of > the foxboard with mmc card flash. If it's possible to boot on a new > filesystem located on the mmc? > Probably the closest you could get is to have the kernel image on the internal flash and then have your / filesystem mount from the mmc card.
However personally I would leave / mounting from flash and just mount the card wherever on the filesystem you actually need the space. To actually attach the MMC to the fox look at the schematics for the FOXGM http://www.acmesystems.it/articles/00003/FOXGM_schematic.pdf You will see there that they are pretty much just wiring the mmc connector straight onto the fox I/O, do that and enable MMC support in the kernel under Driver settings under menuconfig and you can then mount it via fstab wherever you want.
