From mboxrd@z Thu Jan 1 00:00:00 1970 From: A. Geisreiter Date: Tue, 11 Aug 2009 17:03:22 +0200 Subject: [U-Boot] CFI Flash write speed Message-ID: <000001ca1a94$e0216f50$a0644df0$@de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, I have add CFI support to my project. I use Intel strata flash P30 and PXA270 CPU. The flash is connected with 16bit to the PXA data bus. If I write to the flash I have transfer rates of roughly 75kB/sec. I think this is very slow. How can I increase the transfer rate? Thanks, Andreas