dfe_id - bruno-beloff/scs_mfr GitHub Wiki
docs > software repositories > scs_mfr > commands > DEF EEPROM management
DESCRIPTION
The dfe_id utility is used to read the vendor, product ID and product UUID fields from the EEPROM on a South Coast Science digital front-end (DFE) board.
DFE boards conform to Raspberry Pi HAT and BeagleBone Cape standards, as appropriate, and have differing fields, as required by the respective standards.
SYNOPSIS
dfe_id.py
EXAMPLES
./dfe_id.py
DOCUMENT EXAMPLE
{"vendor": null, "product": null, "product_id": null, "product_ver": null, "uuid": null}
SEE ALSO
scs_mfr/eeprom_read
scs_mfr/eeprom_write
BUGS
The utility is not currently functional on BeagleBone systems.