diff --git a/tool/fru_parse_usage.txt b/tool/fru_parse_usage.txt new file mode 100644 index 0000000..b3cc40a --- /dev/null +++ b/tool/fru_parse_usage.txt @@ -0,0 +1,3 @@ +FRU解析工具使用方法: +将nicsensor.sh读取到的FRU信息拷贝到文件frudata.txt中, 格式参考frudata.sample +随后执行 python fru_parse.py 即可完成对FRU信息的解析 \ No newline at end of file diff --git a/tool/frudata.txt b/tool/frudata.sample similarity index 100% rename from tool/frudata.txt rename to tool/frudata.sample