Skip to content

EEPROM binary file generation tool for BeagleBone Cape

License

Notifications You must be signed in to change notification settings

mmilann/Cape_eeprom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published