Forum Discussion
Altera_Forum
Honored Contributor
21 years agoMTD Support and uClinux 2.6
Hi: Am running Microtronix uClinux v2.6 on a NiosII custom design. As of now, the only way that I can get the kernel to boot through to a login prompt is if I enable MTD partitioning suppo...
Altera_Forum
Honored Contributor
21 years agoHi Nick,
> How do I configure the kernel to simply mount the flash file system, > using the kernel command line "root=/dev/rom0 ro" or "root=/dev/mtdblock0 ro", > without partitioning it further? i.e. how can I mount the flash file system as > was done in the 2.4 kernel? It really hasn't changed much at all ... setup a mapping driver appropriate for your custom hardware. (see the sources in drivers/mtd/maps). Pick one that's close to what you want, then copy & edit for your board :-) Regards, --Scott