|
Revision 2167, 410 bytes
(checked in by mds, 5 years ago)
|
update to version 0.7.5, which makes -8 mode the default.
This should be safer.
Contribution from
Stefano Barbato <stefano@codesink.org>
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
Important! See the README file for important warnings. |
|---|
| 2 |
|
|---|
| 3 |
eeprog reads and writes 24Cxx EEPROMs connected to I2C serial bus. |
|---|
| 4 |
|
|---|
| 5 |
It uses the SMBus protocol used by most of the recent chipsets. Don't forget to load |
|---|
| 6 |
your i2c chipset and the i2c-dev drivers. |
|---|
| 7 |
|
|---|
| 8 |
Use -16 switch for EEPROM larger then 24C16 (16 bit addressing mode). |
|---|
| 9 |
|
|---|
| 10 |
Again, it's really important that you read the README file. |
|---|
| 11 |
|
|---|
| 12 |
Type "make" to compile. |
|---|