From ecbe25aab164deafd6cfdfe3dfe2644e061fc4dc Mon Sep 17 00:00:00 2001 From: Simone Bortolin Date: Sun, 25 Feb 2024 15:50:45 +0100 Subject: add ethtool eeprom parser --- _tools/ont-ethtool-print-eeprom.md | 14 +++++ _tools/ont-lantiq-print-eeprom.md | 2 +- assets/js/vue/vue-lantiq-eeprom.vue | 104 ++++++++++++++++++++++++++++++------ 3 files changed, 102 insertions(+), 18 deletions(-) create mode 100644 _tools/ont-ethtool-print-eeprom.md diff --git a/_tools/ont-ethtool-print-eeprom.md b/_tools/ont-ethtool-print-eeprom.md new file mode 100644 index 0000000..cf16ba8 --- /dev/null +++ b/_tools/ont-ethtool-print-eeprom.md @@ -0,0 +1,14 @@ +--- +title: Ethtool Print EEPROM +has_children: false +layout: default +--- + +1. Get `ethtool -m` or `ethtool -e` and paste into the form + +
+ +
+ + + \ No newline at end of file diff --git a/_tools/ont-lantiq-print-eeprom.md b/_tools/ont-lantiq-print-eeprom.md index 62f4314..486d7a0 100644 --- a/_tools/ont-lantiq-print-eeprom.md +++ b/_tools/ont-lantiq-print-eeprom.md @@ -8,7 +8,7 @@ layout: default
- +
diff --git a/assets/js/vue/vue-lantiq-eeprom.vue b/assets/js/vue/vue-lantiq-eeprom.vue index 4bb41ed..c3c0da1 100644 --- a/assets/js/vue/vue-lantiq-eeprom.vue +++ b/assets/js/vue/vue-lantiq-eeprom.vue @@ -1,10 +1,46 @@