Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750755AbVKJLLi (ORCPT ); Thu, 10 Nov 2005 06:11:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750756AbVKJLLi (ORCPT ); Thu, 10 Nov 2005 06:11:38 -0500 Received: from baythorne.infradead.org ([81.187.2.161]:27573 "EHLO baythorne.infradead.org") by vger.kernel.org with ESMTP id S1750755AbVKJLLi (ORCPT ); Thu, 10 Nov 2005 06:11:38 -0500 Subject: Re: latest mtd changes broke collie From: David Woodhouse To: Pavel Machek Cc: linux-mtd@lists.infradead.org, kernel list In-Reply-To: <20051110105954.GE2401@elf.ucw.cz> References: <20051109221712.GA28385@elf.ucw.cz> <4372B7A8.5060904@mvista.com> <20051110095050.GC2021@elf.ucw.cz> <1131616948.27347.174.camel@baythorne.infradead.org> <20051110103823.GB2401@elf.ucw.cz> <1131619903.27347.177.camel@baythorne.infradead.org> <20051110105954.GE2401@elf.ucw.cz> Content-Type: text/plain Date: Thu, 10 Nov 2005 11:11:30 +0000 Message-Id: <1131621090.27347.184.camel@baythorne.infradead.org> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-2.fc4) Content-Transfer-Encoding: 7bit X-SRS-Rewrite: SMTP reverse-path rewritten from by baythorne.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 958 Lines: 25 On Thu, 2005-11-10 at 11:59 +0100, Pavel Machek wrote: > Well, how do I found out? I tried switching to CFI, and it will not > boot (unable to mount root...). No mtd-related messages as far as I > can see. There's quite a lot of mtd-related config options, I set them > like this: If the old sharp driver had even a _chance_ of working, then you presumably have four 8-bit flash chips laid out on a 32-bit bus, and those chips are compatible with the Intel command set. You can CONFIG_MTD_JEDECPROBE, and you want CONFIG_MTD_MAP_BANK_WIDTH=4, CONFIG_MTD_CFI_I4, CONFIG_MTD_CFI_INTELEXT. Check that your chips are listed in the table in jedec_probe.c and turn on all the debugging in jedec_probe.c -- dwmw2 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/