blob: cf16ba86ac51c90b3b0a2ac6065b7383a6344b85 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>
|