mmilann / Cape_eeprom

EEPROM binary file generation tool for BeagleBone Cape

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cape_eeprom

EEPROM binary file generation tool for BeagleBone Cape

Description

Cape_eeprom Generator is a command line tool to easily generate EEPROM files for BeagleBone Capes. It accepts input settings file and generates output binary file to be written to Capes ID EEPROM.

Input Arguments:

eepcape [-pd] [-nboard number] [input file] [output file]

[input file] : Input settings text file path
[output file] : Output binary file path
[-p] : Print parsed data to screen
[-d] : Dump binary EEPROM data to screen
[-nboard number] : Board number, overrides board number specified in input file

Usage examples:

Make EEPROM binary file with name constracted of board name and version:
~/ ./eepcape settings.txt

Make EEPROM binary file with custom name and board number 543:
~/ ./eepcape -p settings.txt eeprom.bin -n543

Print and dump parsed data from binary file to screen:
~/ ./eepcape -pd eeprom.bin

Compilation:

Just type "make".

About

EEPROM binary file generation tool for BeagleBone Cape

License:GNU General Public License v3.0


Languages

Language:C++ 95.9%Language:Makefile 4.1%