From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.auriga.ru ([80.240.102.102]) by pentafluge.infradead.org with esmtp (Exim 4.30 #5 (Red Hat Linux)) id 1BGfXc-0003cy-HO for linux-mtd@lists.infradead.org; Thu, 22 Apr 2004 15:51:05 +0100 Message-ID: <4087DBC9.3060602@auriga.ru> Date: Thu, 22 Apr 2004 18:50:49 +0400 From: Dmitry Konyshev MIME-Version: 1.0 To: Oliver Korpilla References: <4087C0EF.7090202@fh-landshut.de> <4087C999.4000805@auriga.ru> <4087D795.80305@fh-landshut.de> In-Reply-To: <4087D795.80305@fh-landshut.de> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit cc: linux-mtd@lists.infradead.org Subject: Re: Kernel panic worsens! :( List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Oliver Korpilla wrote: >>> I'm trying to get my Linux to boot its root filesystem from flash >>> (JFFS2) on the following hardware: >>> >> There's no need in ftl when using jffs2, it is only needed when >> using "traditional" filesystems upon mtds. >> Just mount jffs2 on the block mtd device (don't forget to >> previously erase the device using erase(all) utility) and you're done. >> >> wbr, Dmitry. >> > > This time eraseall worked, but when trying the following: > > / # cat tmp/rootfs.jffs2.img > /dev/mtd0 > Waiting for write to complete timed out in do_write_oneword.Scheduling > in interrupt > kernel BUG at sched.c:564! > I've just noticed that you're compiling official kernel sources. They don't contain last mtd sources, which can be found in mtd cvs (how to use that cvs described at http://linux-mtd.infradead.org/). wbr, Dmitry.