diff options
Diffstat (limited to '')
-rw-r--r-- | _tools/ont-ethtool-print-eeprom.md | 14 |
1 files changed, 14 insertions, 0 deletions
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 + +<div id="app"> + <vue-lantiq-eeprom type='eeprom-ethtool'></vue-lantiq-eeprom> +</div> +<script src="https://unpkg.com/vue@latest"></script> +<script src="https://cdn.jsdelivr.net/npm/vue3-sfc-loader"></script> +<script src="/assets/js/vue-eeprom.js"></script>
\ No newline at end of file |