From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jorge S. Date: Wed, 24 Oct 2007 18:20:11 +0200 Subject: [Buildroot] Dataflash rootfs problems (still) Message-ID: <6090c5eb0710240920o4e56f66et2c9f1761c97aea4e@mail.gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hello all: I've sucessfully built several root filesystems for my custom board (AT91RM9200 + 8MiB DataFlash), but now i'm facing a strange problem. I'm using a JFFS2 filesystem on an MTD partition into the DataFlash, my rootfs boots OK, but ONLY for the first time. See steps: 1) Create a rootfs JFFS2 image using buildroot -> OK 2) Erase entire flash partition: I boot from an initrd containing mtd-tools for this purpouse. -> OK 3) Dump the rootfs image "rootfs.jffs2" into the Dataflash (i use loadb from u-boot here...) -> OK 4) Boot the system... -> OK 5) Login and issue a simple reboot, no other commands...nothing else.... -> OK After the reboot at step "5" the system comes again, but now when is press BACKSPACE it writes a space, and if i try to add a user or change the root password i always get a "/etc/passwd" not found. So i have (at least) 2 weird issues here: 1) Why my backspace key sends a space, but really deletes a character?!?! It worked fine for the 1st boot 2) Why "adduser" and "passwd" utilities are unable to access /etc files? I'have TRIPLE checked read/write permissions...everything is ok. Of course it works fine if i do this on the 1st boot! Any idea?! Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://busybox.net/lists/buildroot/attachments/20071024/c58b307a/attachment-0001.htm