From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonas Dietsche Date: Tue, 17 May 2005 10:39:07 +0200 Subject: [U-Boot-Users] jffs2 view u-boot/linux Message-ID: <4289ADAB.7090202@fsforth.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi all, I'm wondering why linux and u-boot are seeing different files when I use a jjfs2 image on my nand flash. This is what I've done. I partitioned my nand flash with 3 partitions (u-boot, jffs2, user) Then I flashed the jffs2 image with nand write.jffs2 booted the uImage from my jffs2 with fsload That all worked fine (although fsload is extreamly slow) and I can use my linux. Then I created a new file in my root. A "ls" from linux displays that file. With a "ls" from u-boot the file is not visible... So what went wrong? Who is cheating on me? Thanks for your help. Jonas