From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from a.ns.miles-group.at ([95.130.255.143] helo=radon.swed.at) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YxHjV-00067O-LA for linux-mtd@lists.infradead.org; Tue, 26 May 2015 16:29:41 +0000 Message-ID: <55649F58.5000101@nod.at> Date: Tue, 26 May 2015 18:29:12 +0200 From: Richard Weinberger MIME-Version: 1.0 To: Johannes Bauer , "Jeff Lauruhn (jlauruhn)" Subject: Re: Wear-leveling peculiarities References: <5b9c6106e355c0a676481e1de95ad15c@joe.dyn.spornkuller.de> <55f052b8b8f65bf34b0ed9f20b4f2f07@joe.dyn.spornkuller.de> <555A4D38.3070702@spornkuller.de> <555A4FFB.5040006@nod.at> <5564460D.6010209@nod.at> <0D23F1ECC880A74392D56535BCADD7357DEC6820@NTXBOIMBX03.micron.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: linux-mtd@lists.infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Am 26.05.2015 um 18:24 schrieb Johannes Bauer: > Hi Jeff, > > Am 26.05.2015 18:19, schrieb Jeff Lauruhn (jlauruhn): >> If the part is ONFI compliant you can always dump the parameter page >> and any information you need. > > This sounds very much like something I'd like to do... only that I have no clue how :-) Any hints? Read nand_base.c it does all NAND probing. I'd start with a plain NAND_CMD_READID. Thanks, //richard