From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dell-paw-3.cambridge.redhat.com ([195.224.55.237] helo=passion.cambridge.redhat.com) by pentafluge.infradead.org with esmtp (Exim 3.22 #1 (Red Hat Linux)) id 15eYcD-0002UZ-00 for ; Wed, 05 Sep 2001 10:04:57 +0100 From: David Woodhouse In-Reply-To: <3C6BEE8B5E1BAC42905A93F13004E8AB6B6B22@mailse01.axis.se> References: <3C6BEE8B5E1BAC42905A93F13004E8AB6B6B22@mailse01.axis.se> To: Jonas Holmberg Cc: mtd , Wojciech Kromer Subject: Re: JFFS2 on 8MB Flash-Chip conneted to MPC850 works extremly slo w:( Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 05 Sep 2001 10:10:56 +0100 Message-ID: <17828.999681056@redhat.com> Sender: linux-mtd-admin@lists.infradead.org Errors-To: linux-mtd-admin@lists.infradead.org List-Help: List-Post: List-Subscribe: , List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: jonas.holmberg@axis.com said: > I'm not using the mtdblock driver for the cramfs partition. I guess > it's me that's broken... What _are_ you using? If you're going through the MTD device for the flash chip, calling its read() method, that still ought to work. If you're trying to just read the compressed data in the flash chip directly from the memory location you happen to know it's mapped at, you've just demonstrated why XIP on a writable chips is such a pain :) -- dwmw2