# ipmi-fru-parser **Repository Path**: openbmc_source/ipmi-fru-parser ## Basic Information - **Project Name**: ipmi-fru-parser - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-22 - **Last Updated**: 2024-07-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ipmi-fru-parser IPMI FRU read/write simulation, and dump conf file of [ipmi-fru-it](https://github.com/duanzhang512/ipmi-fru-it) ## Build ``` sh build.sh ``` ## Usage To parse the FRU and output the ini config file: ``` ./bin/parser -f example/fru.bin -o example/fru.conf ``` To parse the FRU directly: ``` ./bin/parser -f example/fru.bin ```