<span class="ppt" id="_user_buildroot@uclibc.org">Hi all,<br><br>I've created a rootfs for my AT91RM9200 based custom board and i'm unable to mount the ext2 fs on a writable way.<br><br>I'm using an AT45DB64 spi dataflash as an MTD device and i've defined 3 partitions using this kernel bootargs:
<br><br>console=/dev/ttyS0,115200 root=/dev/mtdblock2 mtdparts=AT45DB642.spi0:168960(boot)ro,2162688(kernel),-(rootfs)rw rootfstype=ext2 mem=32M<br><br>After booting the kernel always says:<br><br>VFS: Mounted root (ext2 filesystem) readonly.
<br><br>Even if i try a "mount -o remount,rw /" from the busybox shell, i get this message:<br><br>mount: /dev/root is write-protected, mounting read-only<br><br>The "rootfs" partition is defined "writable" at the u-boot code, so i think i can assume the flash is Unlocked.
<br><br><br>Any ideas? Did i miss something when building the Rootfs? any option?<br><br>Thanks in advance.<br><br><br><br><br><br><br></span>