Changeset 1490 for trunk/flashrom.8
- Timestamp:
- Feb 9, 2012 12:28:54 AM (16 months ago)
- File:
-
- 1 edited
-
trunk/flashrom.8 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/flashrom.8
r1483 r1490 422 422 .sp 423 423 .B " flashrom -p dummy:emulate=M25P10.RES,spi_write_256_chunksize=5" 424 .sp 425 To simulate a programmer which refuses to send certain SPI commands to the 426 flash chip, you can specify a blacklist of SPI commands with the 427 .sp 428 .B " flashrom -p dummy:spi_blacklist=commandlist" 429 .sp 430 syntax where commandlist is a list of two-digit hexadecimal representations of 431 SPI commands. If commandlist is e.g. 0302, flashrom will behave as if the SPI 432 controller refuses to run command 0x03 (READ) and command 0x02 (WRITE). 433 commandlist may be up to 512 characters (256 commands) long. 434 Implementation note: flashrom will detect an error during command execution. 435 .sp 436 To simulate a flash chip which ignores (doesn't support) certain SPI commands, 437 you can specify an ignorelist of SPI commands with the 438 .sp 439 .B " flashrom -p dummy:spi_ignorelist=commandlist" 440 .sp 441 syntax where commandlist is a list of two-digit hexadecimal representations of 442 SPI commands. If commandlist is e.g. 0302, the emulated flash chip will ignore 443 command 0x03 (READ) and command 0x02 (WRITE). commandlist may be up to 512 444 characters (256 commands) long. 445 Implementation note: flashrom won't detect an error during command execution. 424 446 .TP 425 447 .BR "nic3com" , " nicrealtek" , " nicsmc1211" , " nicnatsemi" , " nicintel\
Note: See TracChangeset
for help on using the changeset viewer.
