eeprom_write - bruno-beloff/scs_mfr GitHub Wiki
docs > software repositories > scs_mfr > commands > DEF EEPROM management
DESCRIPTION
The eeprom_read utility write the contents of the given file to the South Coast Science digital front-end (DFE) board's EEPROM.
The EEPROM contains information on vendor, product ID and a universally unique ID (UUID) code, as specified by either the Raspberry Pi HAT or BeagleBone cape standards.
A jumper link must be fitted to the DFE board in order to enable the write operation.
SYNOPSIS
eeprom_write.py [-v] FILENAME
Options | |
---|---|
--version | show program's version number and exit |
-h, --help | show this help message and exit |
-v, --verbose | report narrative to stderr |
EXAMPLES
./eeprom_write.py ~/SCS/hat.eep
SEE ALSO
scs_mfr/dfe_id
scs_mfr/eeprom_read
BUGS
Not currently functional on BeagleBone systems.
RESOURCES
https://github.com/raspberrypi/hats
https://github.com/picoflamingo/BBCape_EEPROM
https://lb.raspberrypi.org/forums/viewtopic.php?t=108134
https://github.com/raspberrypi/hats/tree/master/eepromutils
https://www.raspberrypi.org/documentation/configuration/device-tree.md
https://github.com/jbdatko/eeprom_tutorial
http://azkeller.com/blog/?p=62
http://papermint-designs.com/community/node/331
https://learn.adafruit.com/introduction-to-the-beaglebone-black-device-tree/compiling-an-overlay