dfe_product_id - bruno-beloff/scs_dev GitHub Wiki

docs > software repositories > scs_dev > commands > device identity


DESCRIPTION

The dfe_product_id utility reports the vendor, product ID and product universally unique ID (UUID) fields, as held in the EEPROM on the South Coast Science digital front-end (DFE) board. Data from the EEPROM is normally read by the operating system at boot time.

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_product_id.py

EXAMPLES

./dfe_product_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.