Changeset 3086
- Timestamp:
- Jul 27, 2012 4:55:18 AM (10 months ago)
- File:
-
- 1 edited
-
dev/olpc/spiflash/spiflash.fth (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dev/olpc/spiflash/spiflash.fth
r2510 r3086 199 199 3drop 200 200 ; 201 202 : null-write ( adr len offset -- ) 3drop ; 201 203 202 204 \ This version is for SST parts, which use an auto-increment … … 307 309 h# 34 of ['] common-write endof 308 310 h# bf of ['] sst-write endof 309 h# 14 of 310 ." The SPI FLASH ID reads as 14. This is due to an infrequent hardware problem." cr 311 ." If you power cycle and try again, it will probably work the next time." cr 312 abort 313 endof 314 ( default ) true abort" Unsupported SPI FLASH ID" 311 h# 14 of ['] common-write endof 312 \ On some old board the ID would read as 14 when it should have been something else. 313 \ On CL4, 14 is the expected ID. 314 \ ." The SPI FLASH ID reads as 14. This is due to an infrequent hardware problem." cr 315 \ ." If you power cycle and try again, it will probably work the next time." cr 316 \ abort 317 \ endof 318 319 \ ( default ) true abort" Unsupported SPI FLASH ID" 320 ( default ) ." Bad SPI FLASH ID " dup . cr ['] null-write swap 315 321 endcase 316 322 to write-spi-flash … … 327 333 spi-id# case 328 334 h# 13 of ." type 13 - Spansion, Winbond, or ST" endof 335 h# 14 of ." type 14 - 2 MB" endof 329 336 h# 34 of ." type 34 - Macronyx" endof 330 337 endcase
Note: See TracChangeset
for help on using the changeset viewer.
