|
Revision 1268, 0.8 KB
(checked in by mds, 10 years ago)
|
|
update warnings
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | Simple program for storing data to I2C EEPROM. |
|---|
| 2 | |
|---|
| 3 | !!!!!!!!!!!!!!!!!!!!!!!!Warning!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
|---|
| 4 | |
|---|
| 5 | The EEPROM must be a large EEPROM which uses a 2-byte address |
|---|
| 6 | field (24C32 or larger). It will NOT WORK on small EEPROMs |
|---|
| 7 | (24C01 - 24C16) such as those used on SDRAM DIMMs. |
|---|
| 8 | |
|---|
| 9 | Tested only on 24C256. |
|---|
| 10 | |
|---|
| 11 | !!!!!!!!!!!!!!!!!!!!!!!!Warning!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
|---|
| 12 | |
|---|
| 13 | This program is intended for use on eeproms using external busses such as |
|---|
| 14 | i2c-pport. |
|---|
| 15 | Do not use this on your SDRAM DIMM EEPROMS, it won't work!!!!!!!!! |
|---|
| 16 | Doing so will render your SDRAM USELESS and leave your system UNBOOTABLE!!! |
|---|
| 17 | |
|---|
| 18 | !!!!!!!!!!!!!!!!!!!!!!!!Warning!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
|---|
| 19 | |
|---|
| 20 | Options: |
|---|
| 21 | -r read |
|---|
| 22 | -w write |
|---|
| 23 | -e erase |
|---|
| 24 | -p print "super block of EEPROM" (date and size stored data) |
|---|
| 25 | |
|---|
| 26 | Daniel Smolik |
|---|
| 27 | marvin@sitour.cz |
|---|