<div dir="ltr">Hi all,<br><br>When I debug the fru function, I found that I need a tool to generate binary data that conforms to the fru protocol specification, so that it can be stored on the eeprom, and then I implement one myself.   <a href="https://github.com/inspur-bmc/fru-generator">https://github.com/inspur-bmc/fru-generator</a><br><br>This tool generates fru.bin based on the json file.<br><br>Usge:<br>        fru-generator -j fru.json -b fru.bin<br> <br>The command to read fru:<br>phosphor-read-eeprom  --eeprom=/sys/bus/i2c/devices/xxx/eeprom --fruid=xx<br><br>We can also simulate a fru eeprom device like this:<br>phosphor-read-eeprom  --eeprom=/tmp/fru.bin --fruid=xx<br><br><div>I would like to contribute this tool to the community, if anyone is interested.<br><br>Regards<br><br>-John</div></div>