Hailo 8 eeprom board config

In the hailo8 design guidelines, I found that if the EEPROM is used, it allows for modifications in the board configuration section.
And it said, “if the EEPROM is not detected, the default parameters of the ‘board config’ will be used.”
But i couldn’t find default parameter information in hailo RT or in hailo git.
in hailo git, write board config function looks like write bin file but i can’t find any guide line to make bin for board config.

You would like to know more details about the usage of board configuration and hailo8 default parameter ?

Thanks

Hi @roiyim,
The board config allows for storing information like vendor P/N, S/N and other information that is not coming from Hailo. Indeed, this info is serialized as a bin file that can be burned into the EEPROM. The default parameters are just empty strings.