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