j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
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