From 18912759d29b22219a654a84012030e3e9df5699 Mon Sep 17 00:00:00 2001 From: Simone <26844016+simonebortolin@users.noreply.github.com> Date: Mon, 16 Jan 2023 21:43:22 +0100 Subject: Create a unique page for Luna SDK 1.9 based ONT and add odi rtk DFP 34G (#107) Co-authored-by: Simone Bortolin --- _ont/ont-odi-realtek-dfp-34x-2c2.md | 43 +++++-------------------------------- 1 file changed, 5 insertions(+), 38 deletions(-) (limited to '_ont/ont-odi-realtek-dfp-34x-2c2.md') diff --git a/_ont/ont-odi-realtek-dfp-34x-2c2.md b/_ont/ont-odi-realtek-dfp-34x-2c2.md index 2c07562..ac9ed4e 100644 --- a/_ont/ont-odi-realtek-dfp-34x-2c2.md +++ b/_ont/ont-odi-realtek-dfp-34x-2c2.md @@ -1,5 +1,5 @@ --- -title: ODI Realtek DFP-34X-C2C +title: ODI Realtek DFP-34X-2C2 description: New model 2022 - v05 has_children: false layout: default @@ -11,7 +11,7 @@ parent: ODI | | | | ----------- | --------------------------------- | | Vendor | ODI | -| Model | DFP-34X-C2C | +| Model | DFP-34X-2C2 | | Chipset | Realtek RTL9601D | | Flash | 8 MB | | RAM | 64 MB | @@ -79,26 +79,9 @@ The stick has exposed TTL pads: | RX | white | RX | | GND | green | pin #10 | -Configuration: asc0=0 115200 8-N-1 +Configuration: 115200 8-N-1 -# Useful Commands - -## Getting/Setting the ONT's S/N -```sh -# flash get GPON_SN -GPON_SN=TMBB00000000 -# flash set GPON_SN TMBB0A1B2C3D -``` - -## Getting/Setting the ONT's PLOAM password - -{% include alert.html content="The PLOAM password is stored in HEX format, without any 0x or separators" alert="Note" icon="svg-info" color="blue" %} - -```sh -# flash get GPON_PLOAM_PASSWD -GPON_PLOAM_PASSWD=41414141414141414141 -# flash set GPON_PLOAM_PASSWD 41414141414141414141 -``` +{% include_relative luna-sdk-userful-commands.md flash='flash' ploam='hex' %} ## Getting/Setting the ONT Vendor ID @@ -121,7 +104,6 @@ PON_VENDOR_ID=ZTEG ## Getting/Setting a custom HW Version {% include alert.html content="This may need the OMCI_OLT_MODE value to be set to 3 to work" alert="Note" icon="svg-info" color="blue" %} - ```sh # flash get HW_HWVER HW_HWVER=V2.0 @@ -130,28 +112,13 @@ HW_HWVER=V2.0 ## Getting/Setting a custom ONT Equipment ID {% include alert.html content="This may need the OMCI_OLT_MODE value to be set to 3 to work" alert="Note" icon="svg-info" color="blue" %} + ```sh # flash get GPON_ONU_MODEL GPON_ONU_MODEL=DFP-34X-2C2 # flash set GPON_ONU_MODEL DFP-34X-XXX ``` -## Checking the currently active image -```sh -# nv getenv sw_active -sw_active=1 -``` - -## Booting to a different image -```sh -# nv setenv sw_commit 0|1 -# reboot -``` - -## Querying a particular OMCI ME -```sh -# omcicli mib get MIB_IDX -``` # Known Bugs -- cgit v1.2.3