Linux I2C EEPROM manipulation - read, write, fill, verify and test I2C EEPROM devices
C
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
Makefile Initial release Aug 29, 2014
README.md More tidy up Sep 3, 2014
i2ceeprom.1 More tidy up Sep 3, 2014
i2ceeprom.c More tidy up Sep 3, 2014

README.md

i2ceeprom

Linux I2C EEPROM manipulation - read, write, fill, verify and test I2C EEPROM devices

  • Configurable I2C bus and device addresses
  • Configurable device page size and device size
  • Read device contents to a file
  • Write device contents from a file
  • Verify device to a file
  • Dump contents of device in hexdump format
  • Test operations comprising of a fill to one of several standard test patterns (zero's, one's, checkerboard, inverse checkerboard, incremental +3)
  • Read after write verification of all fill operations
  • Full documentation in standard manpage format

Installation instructions

  1. Download the source
  2. Review the code if you wish
  3. make
  4. make install
  5. man i2ceeprom