From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephan Linz Date: Thu, 27 May 2004 10:06:25 +0200 Subject: [U-Boot-Users] flash erase In-Reply-To: <048d01c4432c$6cb9e280$6b01a8c0@cc> References: <1085564564.4870.15.camel@Gargouille.comodoindia> <048d01c4432c$6cb9e280$6b01a8c0@cc> Message-ID: <04052710062500.02603@pcj86> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am Mittwoch, 26. Mai 2004 16:19 schrieb CG: > Hello all, > > I added a new flash (28F128J3C) to my board and u-boot seems detect the > flash now. > > --snip-- > > 100000f0: ffffff10 ffff00b0 ffff00b0 ffff3c30 > > What should be the content after erasing the memory? Flash memory has content 0xff in erased state. > > When I copy a file from RAM to this flash sector. I got this error : > Copy to Flash... not erased at 10000004 (0) Your flash algos seems to be not OK. The Flash is not erased. Checkup and fix your /flash.c file. best regards, Stephan