diff options
author | Simone <26844016+simonebortolin@users.noreply.github.com> | 2023-02-10 21:20:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-10 21:20:45 +0100 |
commit | 4649c57e55dba15ba5f5b014ee7bcf89cea4cdfd (patch) | |
tree | 26c757d54747d941ad219b7545cc2f8738962597 /_tools | |
parent | FS: Always use the original file (immutable /rom squashfs) to set the ONU hardware version (#148) (diff) | |
download | hack-gpon.github.io-4649c57e55dba15ba5f5b014ee7bcf89cea4cdfd.tar hack-gpon.github.io-4649c57e55dba15ba5f5b014ee7bcf89cea4cdfd.tar.gz hack-gpon.github.io-4649c57e55dba15ba5f5b014ee7bcf89cea4cdfd.tar.bz2 hack-gpon.github.io-4649c57e55dba15ba5f5b014ee7bcf89cea4cdfd.tar.lz hack-gpon.github.io-4649c57e55dba15ba5f5b014ee7bcf89cea4cdfd.tar.xz hack-gpon.github.io-4649c57e55dba15ba5f5b014ee7bcf89cea4cdfd.tar.zst hack-gpon.github.io-4649c57e55dba15ba5f5b014ee7bcf89cea4cdfd.zip |
Diffstat (limited to '_tools')
-rw-r--r-- | _tools/ont-lantiq-print-eeprom.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/_tools/ont-lantiq-print-eeprom.md b/_tools/ont-lantiq-print-eeprom.md new file mode 100644 index 0000000..6d95ebf --- /dev/null +++ b/_tools/ont-lantiq-print-eeprom.md @@ -0,0 +1,17 @@ +--- +title: Lantiq Print EEPROM +has_children: false +layout: default +--- + +1. Get `sfp_a0_low_128` or `sfp_a2_info` and paste into the form + + +<div id="app"> + <vue-lantiq-eeprom type='eeprom-print'></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> + +{% include alert.html content="For more information, see the SFF-8472 Rev 10.2 specification." alert="Info" icon="svg-info" color="blue" %}
\ No newline at end of file |