Nice
The kernel sources are available so you can modify the ezx kernel. In the config file /arch/arm/defconfig you will find the mounting procedure for the root fs.
http://wiki.openezx.org/Kernel_hacking_-_linux-2.4
# To mount the normal enviroment from internal flash
#CONFIG_CMDLINE="root=3e00 rootfstype=cramfs ip=off console=ttyS2,115200n8 console=tty0"
# To mount rootfs from external flash, use the right rootfstype
CONFIG_CMDLINE="root=f301 rootfstype=ext3 ip=off console=ttyS2,115200n8 console=tty0"
The mtd map discribes the partitions. It is located in /drivers/mtd/maps.
Have a look here http://www.motorolafans.com/forums/d...html#post22774 Aleksei made a writeable rootfs.



Reply With Quote

