From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kristoffer Ericson Date: Tue, 8 Jun 2010 14:40:34 +0200 Subject: [U-Boot] Problems flashing kernel Message-ID: <20100608124034.GA2890@boggieman> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Greetings, Im having issues making flashing work on my platform. Earlier it responded that flash was not erased, but after doing : HP Jornada# erase 0x00080000 0x03BFFFFF it worked. When I do: HP Jornada# cp.b 0xC00080000 0x00080000 1296996 (<- my kernel size) Copy to flash... . (and just sits there) I tried to increase the timeout defines but it still uses exact same timeout (4096ms erase, 2ms buffer-write-timeout, 1ms write-timeout). Chip is being reported as: Bank # 1: CFI conformant FLASH (32 x 16) Size: 64MB in 259 Sectors Intel Extended command set, Manufacturer ID:0x89, Device ID:0x19 Erase timeout: 4096ms, write timeout:1ms Buffer write timeout: 2ms, buffer size: 64 bytes Best wishes Kristoffer