From ef680efb2904912833ee4480cad7e375327a0f00 Mon Sep 17 00:00:00 2001 From: leimingsheng Date: Thu, 2 Jan 2025 08:55:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(master=20:=20tool)=E6=B7=BB=E5=8A=A0FRU?= =?UTF-8?q?=E8=A7=A3=E6=9E=90=E5=B7=A5=E5=85=B7=E7=9A=84=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tool/fru_parse_usage.txt | 3 +++ tool/{frudata.txt => frudata.sample} | 0 2 files changed, 3 insertions(+) create mode 100644 tool/fru_parse_usage.txt rename tool/{frudata.txt => frudata.sample} (100%) 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