Tools for manipulating the EEPROM on iPAQ sleeves.

  Andrew Christian
  <andrew.christian@compaq.com>
  22 June 2001

eegrab

   Capture raw eeprom data.  This is functionally equivalent to doing
   a "cat /proc/bus/sleeve/raweeprom", but uses the ioctl interface instead.

   This program will only run an iPAQ

eeparse

   Parse the contents of a raw eeprom file and generate a
   human-readable version.  Understands version 1 and 2 files, as well
   as Backpaq specific data.
 
   This program should run on any type of machine.


eecreate

   Create a raw eeprom data file appropriate for the Mercury Backpaq.
   There are a lot of command line options.

   This program should run on any type of machine.

eeprogram

   Program a sleeve with a raw eeprom data file.  Use this program
   with caution!  There are a few sanity checks to ensure that you do
   not send over complete garbage, but it can and will trash your
   sleeve.  I strongly recommend saving an "eegrab" version of your 
   eeprom before using this command.

   This program should only be run on the iPAQ




