logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ao-eeprom - Analyze an eeprom log

Author

       Keith Packard

                                                    ao-eeprom                                       AO-EEPROM(1)

Description

ao-eeprom reads the specified eeprom log and display the contents of each record.

Name

       ao-eeprom - Analyze an eeprom log

Options

       -r | --raw
              This option makes ao-eeprom dump the raw bytes of each log record in hex format.

       -c | --csum
              This  option  makes  ao-eeprom dump records that have checksum errors. By default, ao-eeprom skips
              such records.  -v | --verbose This option makes ao-eeprom report when records are skipped  due  to
              checksum errors.  -l <record-len> | --len <record-len Specify the eeprom record length rather than
              letting ao-eeprom automatically determine it based on the file contents.

Synopsis

ao-eeprom [--raw] [--csum] [--verbose] [--len <record-len>] {flight.eeprom} ...

See Also