From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reinhard Meyer (-VC) Date: Tue, 20 Jul 2010 12:06:12 +0200 Subject: [U-Boot] Non standard CFI detection tweaks In-Reply-To: <4C4573BF.40405@dawes.za.net> References: <4C3CC5E5.1040606@dawes.za.net> <201007191533.37947.sr@denx.de> <4C446314.7040702@dawes.za.net> <201007200958.33622.sr@denx.de> <4C456073.3000706@dawes.za.net> <4C4573BF.40405@dawes.za.net> Message-ID: <4C457514.2000309@emk-elektronik.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Rogan Dawes schrieb: > Unfortunately, but understandably, it makes no difference whatsoever to > the behaviour of the flash chip. I can still put it into QRY mode, where > I get the doubled QQRRYY response, but the flash is not detected any > better than it was previously. Might it be that the design connects the flash A(-1) not to A(0) of the CPU? Or might it be that the flash is actually connected 16-bit wide, but you programmed the bus interface to be 8-bit wide? Both variants would lead to such a doubled answer. Reinhard