[OpenBIOS] r432 - dev/olpc/spiflash

svn at openbios.org svn at openbios.org
Fri Jun 1 20:20:38 CEST 2007


Author: wmb
Date: 2007-06-01 20:20:38 +0200 (Fri, 01 Jun 2007)
New Revision: 432

Modified:
   dev/olpc/spiflash/spiflash.fth
Log:
OLPC SPI FLASH utility - Added a workaround message for trac #1300, the problem
with the SPI ID sometimes reading as 14 instead of 13.


Modified: dev/olpc/spiflash/spiflash.fth
===================================================================
--- dev/olpc/spiflash/spiflash.fth	2007-05-31 20:15:17 UTC (rev 431)
+++ dev/olpc/spiflash/spiflash.fth	2007-06-01 18:20:38 UTC (rev 432)
@@ -288,6 +288,11 @@
    case
       h# 13  of  ['] common-write  endof
       h# bf  of  ['] sst-write     endof
+      h# 14  of
+         ." The SPI FLASH ID reads as 14.  This is due to an infrequent hardware problem."  cr
+         ." If you power cycle and try again, it will probably work the next time." cr
+         abort
+      endof
       ( default )  ." Unsupported SPI FLASH ID " dup .x  cr  abort
    endcase
    to write-spi-flash




More information about the OpenBIOS mailing list