Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Writable EXT2 fs on dataflash (using MTD)
@ 2007-10-14 17:24 Jorge S.
  2007-10-15 14:56 ` Jonathan Nalley
  0 siblings, 1 reply; 4+ messages in thread
From: Jorge S. @ 2007-10-14 17:24 UTC (permalink / raw)
  To: buildroot

Hi all,

I've created a rootfs for my AT91RM9200 based custom board and i'm unable to
mount the ext2 fs on a writable way.

I'm using an AT45DB64 spi dataflash as an MTD device and i've defined 3
partitions using this kernel bootargs:

console=/dev/ttyS0,115200 root=/dev/mtdblock2
mtdparts=AT45DB642.spi0:168960(boot)ro,2162688(kernel),-(rootfs)rw
rootfstype=ext2 mem=32M

After booting the kernel always says:

VFS: Mounted root (ext2 filesystem) readonly.

Even if i try a "mount -o remount,rw /" from the busybox shell, i get this
message:

mount: /dev/root is write-protected, mounting read-only

The "rootfs" partition is defined "writable" at the u-boot code, so i think
i can assume the flash is Unlocked.


Any ideas? Did i miss something when building the Rootfs? any option?

Thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20071014/52f07f49/attachment.htm 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-10-15 21:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-14 17:24 [Buildroot] Writable EXT2 fs on dataflash (using MTD) Jorge S.
2007-10-15 14:56 ` Jonathan Nalley
2007-10-15 16:14   ` Ulf Samuelsson
2007-10-15 21:44   ` Jorge S.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox