Changeset 5830 for i2c-tools/trunk/stub/i2c-stub-from-dump.8
- Timestamp:
- 03/08/10 15:00:52 (2 years ago)
- Files:
-
- 1 modified
-
i2c-tools/trunk/stub/i2c-stub-from-dump.8 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c-tools/trunk/stub/i2c-stub-from-dump.8
r5165 r5830 1 .TH I2C-STUB-FROM-DUMP 8 " April 2008"1 .TH I2C-STUB-FROM-DUMP 8 "March 2010" 2 2 .SH NAME 3 i2c-stub-from-dump \- feed i2c-stub with a dump file3 i2c-stub-from-dump \- feed i2c-stub with dump files 4 4 5 5 .SH SYNOPSIS 6 6 .B i2c-stub-from-dump 7 .I address8 .I dump-file7 .IR address [, address ,...] 8 .IR dump-file " [" dump-file " ...]" 9 9 10 10 .SH DESCRIPTION 11 11 i2c-stub-from-dump is a small helper script for the i2c-stub kernel driver. 12 It lets you setup a fake I2C chip on the i2c-stub bus based on a dump of13 the chipyou want to emulate.12 It lets you setup one or more fake I2C chips on the i2c-stub bus based on 13 dumps of the chips you want to emulate. 14 14 15 15 i2c-stub-from-dump requires i2cdetect and i2cset to be installed and 16 16 reachable through the user's PATH. The former is used to find out the i2c-stub 17 bus number, while the latter is used to write to the fake I2C chip .17 bus number, while the latter is used to write to the fake I2C chips. 18 18 19 19 .SH EXAMPLE
