summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bortolin <simonebortolin@users.noreply.github.com>2023-01-19 01:06:34 +0100
committerSimone Bortolin <simonebortolin@users.noreply.github.com>2023-01-19 01:06:34 +0100
commit37ec8f55585e45145d5224a7c9b394b5179481fa (patch)
treef07830f7c845841377432ebc784eef101a7db184
parentmigrate some command to luna sdk and add new command to afm0003 (diff)
downloadhack-gpon.github.io-update-rtk.tar
hack-gpon.github.io-update-rtk.tar.gz
hack-gpon.github.io-update-rtk.tar.bz2
hack-gpon.github.io-update-rtk.tar.lz
hack-gpon.github.io-update-rtk.tar.xz
hack-gpon.github.io-update-rtk.tar.zst
hack-gpon.github.io-update-rtk.zip
-rw-r--r--_ont/luna-sdk-userful-commands.md7
-rw-r--r--_ont/ont-odi-realtek-dfp-34g-2c2.md10
-rw-r--r--_ont/ont-odi-realtek-dfp-34x-2c2.md8
-rw-r--r--_ont/ont-technicolor-afm0003.md2
4 files changed, 12 insertions, 15 deletions
diff --git a/_ont/luna-sdk-userful-commands.md b/_ont/luna-sdk-userful-commands.md
index a4ac5f3..0370750 100644
--- a/_ont/luna-sdk-userful-commands.md
+++ b/_ont/luna-sdk-userful-commands.md
@@ -71,11 +71,8 @@ PON_VENDOR_ID=ZTEG
```
## Getting/Settng the ONT Custom software version
-{% if include.customSwVersionAlert %}
- {% include alert.html content=include.customSwVersionAlert alert="Note" icon="svg-info" color="blue" %}
-{% else %}
- {% include alert.html content="This needs the OMCI_OLT_MODE value to be set to 3" alert="Note" icon="svg-info" color="blue" %}
-{% endif %}
+{% assign customSwVersionAlert = include.customSwVersionAlert | default: "This needs the OMCI_OLT_MODE value to be set to 3" %}
+{% include alert.html content=customSwVersionAlert alert="Note" icon="svg-info" color="blue" %}
```sh
# nv setenv sw_custom_version0 YOURFIRSTSWVER
diff --git a/_ont/ont-odi-realtek-dfp-34g-2c2.md b/_ont/ont-odi-realtek-dfp-34g-2c2.md
index f85cdff..239f482 100644
--- a/_ont/ont-odi-realtek-dfp-34g-2c2.md
+++ b/_ont/ont-odi-realtek-dfp-34g-2c2.md
@@ -34,17 +34,17 @@ ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -oCiphers=+3des-cbc admin@192.16
{% include image.html file="realtek-dfp-34g-2c2.jpg" alt="ODI Realtek DFP-34X-C2C" caption="ODI Realtek DFP-34X-C2C" %}
## List of software versions
-- V1.0-220923
+- V1.0-220923 (hybrid by @lanseyujie and @stick86)
- V1.0-220817
-- V1.0-220530
-- V1.0-220414
+- V1.0-220530 (hybrid by @stick86)
+- V1.0-220414 (vlan working)
- V1.0-220304
- V1.0-210702
## List of firmwares and files
- [Firmware repository by Anime4000](https://github.com/Anime4000/RTL960x/tree/main/Firmware/DFP-34X-2C2)
-The reccomended version are `M114_sfp_ODI_hybrid_220527.tar` or `M114_sfp_ODI_hybrid_220916.tar` because it has working VLAN translation.
+The reccomended version are `M114_sfp_ODI_Vlan_220414.tar`, `M114_sfp_ODI_hybrid_220527.tar` or `M114_sfp_ODI_hybrid_220916.tar` because it has working VLAN translation.
## List of partitions
@@ -78,7 +78,7 @@ The stick has a TTL 3.3v UART console (configured as 115200 8-N-1) that can be a
{% include alert.html content="Some USB TTL adapters label TX and RX pins the other way around: try to swap them if the connection doesn't work." alert="Note" icon="svg-warning" color="yellow" %}
-{% include_relative luna-sdk-userful-commands.md flash='flash' flash='flash' ploam='hex' %}
+{% include_relative luna-sdk-userful-commands.md flash='flash' ploam='hex' customSwVersionAlert='This needs the OMCI_OLT_MODE value to be set to 3 and firmware 220530 or 220923 modded by @stich86' %}
# Known Bugs
diff --git a/_ont/ont-odi-realtek-dfp-34x-2c2.md b/_ont/ont-odi-realtek-dfp-34x-2c2.md
index 12a1dda..6c4a2bc 100644
--- a/_ont/ont-odi-realtek-dfp-34x-2c2.md
+++ b/_ont/ont-odi-realtek-dfp-34x-2c2.md
@@ -35,10 +35,10 @@ ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -oCiphers=+3des-cbc admin@192.16
## List of software versions
-- V1.0-220923
+- V1.0-220923 (hybrid by @lanseyujie and @stick86)
- V1.0-220817
-- V1.0-220530
-- V1.0-220414
+- V1.0-220530 (hybrid by @stick86)
+- V1.0-220414 (vlan working)
- V1.0-220304
- V1.0-210702
@@ -79,7 +79,7 @@ The stick has a TTL 3.3v UART console (configured as 115200 8-N-1) that can be a
{% include alert.html content="Some USB TTL adapters label TX and RX pins the other way around: try to swap them if the connection doesn't work." alert="Note" icon="svg-warning" color="yellow" %}
-{% include_relative luna-sdk-userful-commands.md flash='flash' ploam='hex' customSwVersionAlert='"This needs the OMCI_OLT_MODE value to be set to 3 and firmware 220530 as modded by stich86"' %}
+{% include_relative luna-sdk-userful-commands.md flash='flash' ploam='hex' customSwVersionAlert='This needs the OMCI_OLT_MODE value to be set to 3 and firmware 220530 or 220923 modded by @stich86' %}
# Known Bugs
diff --git a/_ont/ont-technicolor-afm0003.md b/_ont/ont-technicolor-afm0003.md
index 253df20..43afa76 100644
--- a/_ont/ont-technicolor-afm0003.md
+++ b/_ont/ont-technicolor-afm0003.md
@@ -95,7 +95,7 @@ tftp> q
## Getting/Setting the MTU
Getting/Setting the MTU of the L2 bridge
```sh
-diag
+# diag
RTK.0> switch get max-pkt-len port all
Port Speed
----------