mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-10-29 15:45:55 +00:00
26 lines
556 B
Plaintext
26 lines
556 B
Plaintext
|
|
Simple program for storing data to I2C EEPROM
|
||
|
|
tested only on 24C256
|
||
|
|
|
||
|
|
!!!!!!!!!!!!!!!!!!!!!!!!Warning!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||
|
|
|
||
|
|
This program is intended for use on eeproms using external busses such as
|
||
|
|
i2c-pport.
|
||
|
|
Do not use this on your SDRAM DIMM EEPROMS unless you REALLY REALLY
|
||
|
|
know what you are doing!!!!!!!!!!!
|
||
|
|
Doing so will render your SDRAM USELESS and leave your system UNBOOTABLE!!!
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
eepromer:
|
||
|
|
-r read
|
||
|
|
-w write
|
||
|
|
-e erase
|
||
|
|
-p print "super block of EEPROM" (date and size stored data)
|
||
|
|
|
||
|
|
Daniel Smolik
|
||
|
|
marvin@sitour.cz
|