lnls-dig / halcs

Hardware Abstraction Layer for Control Systems
GNU General Public License v3.0
1 stars 4 forks source link

Add reading of serial number stored on boards' EEPROM #164

Open danielot opened 7 years ago

danielot commented 7 years ago

Problem: it would be convenient to read the serial number of boards from the high level control system.

henrique-silva commented 7 years ago

This would require to implement a FRU parser in order to find this information inside the EEPROM. The board serial number is written in both the Board Info and Product Info Areas (redundant information because we don't have good reason to differ them)

henrique-silva commented 7 years ago

Related to issue #126