Show
Ignore:
Timestamp:
03/19/08 15:04:25 (4 years ago)
Author:
khali
Message:

Add support for word register access mode.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • i2c-tools/trunk/stub/i2c-stub-from-dump.8

    r5005 r5149  
    1 .TH I2C-STUB-FROM-DUMP 8 "November 2007" 
     1.TH I2C-STUB-FROM-DUMP 8 "March 2008" 
    22.SH NAME 
    33i2c-stub-from-dump \- feed i2c-stub with a dump file 
     
    2727 
    2828Adjust the bus number and chip address for your case. i2cdetect can help 
    29 you find out their values. 
     29you find out their values. If the device uses word (16-bit) register 
     30access instead of the traditional byte (8-bit) access, use mode \fBw\fR 
     31instead of \fBb\fR. 
    3032 
    3133Copy the dump file to system B. 
     
    4143.SH LIMITATIONS 
    4244There are some limitations to the kind of devices that can be handled: 
    43 .IP \(bu "\w'\(bu'u+1n" 
    44 Device must only use byte register access. i2c-stub supports word 
    45 access but i2c-stub-from-dump doesn't (yet). 
    4645.IP \(bu 
    4746Device must not have banks (as most Winbond devices do). 
    4847 
    4948.SH SEE ALSO 
    50  i2cdump(8), i2cdetect(8), i2cset(8) 
     49i2cdump(8), i2cdetect(8), i2cset(8) 
    5150 
    5251.SH AUTHOR