2001-12-19 00:32:08 +00:00
|
|
|
Simple program for storing data to I2C EEPROM.
|
2001-08-15 02:13:27 +00:00
|
|
|
|
|
|
|
|
!!!!!!!!!!!!!!!!!!!!!!!!Warning!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
|
|
|
|
2001-12-19 00:32:08 +00:00
|
|
|
The EEPROM must be a large EEPROM which uses a 2-byte address
|
|
|
|
|
field (24C32 or larger). It will NOT WORK on small EEPROMs
|
|
|
|
|
(24C01 - 24C16) such as those used on SDRAM DIMMs.
|
2001-08-15 02:13:27 +00:00
|
|
|
|
2001-12-19 00:32:08 +00:00
|
|
|
Tested only on 24C256.
|
2001-08-15 02:13:27 +00:00
|
|
|
|
2001-12-19 00:32:08 +00:00
|
|
|
!!!!!!!!!!!!!!!!!!!!!!!!Warning!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
2001-08-15 02:13:27 +00:00
|
|
|
|
2001-12-19 00:32:08 +00:00
|
|
|
This program is intended for use on eeproms using external busses such as
|
|
|
|
|
i2c-pport.
|
|
|
|
|
Do not use this on your SDRAM DIMM EEPROMS, it won't work!!!!!!!!!
|
|
|
|
|
Doing so will render your SDRAM USELESS and leave your system UNBOOTABLE!!!
|
2001-08-15 02:13:27 +00:00
|
|
|
|
2001-12-19 00:32:08 +00:00
|
|
|
!!!!!!!!!!!!!!!!!!!!!!!!Warning!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
2001-08-15 02:13:27 +00:00
|
|
|
|
2001-12-19 00:32:08 +00:00
|
|
|
Options:
|
2001-08-15 02:13:27 +00:00
|
|
|
-r read
|
|
|
|
|
-w write
|
|
|
|
|
-e erase
|
|
|
|
|
-p print "super block of EEPROM" (date and size stored data)
|
|
|
|
|
|
|
|
|
|
Daniel Smolik
|
|
|
|
|
marvin@sitour.cz
|