From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonas Dietsche Date: Mon, 30 May 2005 15:08:14 +0200 Subject: [U-Boot-Users] jffs2 view u-boot/linux In-Reply-To: <20050530121714.1D153C1512@atlas.denx.de> References: <20050530121714.1D153C1512@atlas.denx.de> Message-ID: <429B103E.3040802@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 Hello Wolfgang, thanks for your reply. > We use a snapshot from MTD CVS of March 13, 2005 in our 2.4.25 kernel > tree, and this is what U-Boot was tested against. can you send it or give me a link? >>I created a jffs2 image with >>mkfs.jffs2 -e 16384 -qnd my_rootfs -o jffs2.img > > > Are you absolutely sure that 16 kB is the correct erase block size > for your hardware? Yes, it is a Samsung K9F1208U0B. >>Then I boot linux and mount my jffs2 partiton. I deleted the uImage from >> it. A "ls" from linux shows me that it is deleted. >>Then I rebooted and did a "ls" from u-boot. > > > And when booting Linux again the state is again as expected? Yes, it looks as expected. Jonas