From 368b1a9ca9ec0cc9330e680dda86569467bac075 Mon Sep 17 00:00:00 2001 From: Simone <26844016+simonebortolin@users.noreply.github.com> Date: Sat, 19 Oct 2024 20:15:21 +0000 Subject: fix: Zisa, not Ziza - close #339 --- _ont/ont-d-link-dpn-100-rev-a2.md | 2 +- _ont/ont-halny-hl-gsfp.md | 2 +- _ont/ont-t-w-tw2362h-cdel.md | 2 +- _ont/ont-zisa-op151s.md | 53 ++++++++++++++++++++++++++++++++++++++ _ont/ont-zisa.md | 5 ++++ _ont/ont-ziza-op151s.md | 54 --------------------------------------- _ont/ont-ziza.md | 5 ---- _ont/ont-zyxel-pmg3000-d20b.md | 2 +- 8 files changed, 62 insertions(+), 63 deletions(-) create mode 100644 _ont/ont-zisa-op151s.md create mode 100644 _ont/ont-zisa.md delete mode 100644 _ont/ont-ziza-op151s.md delete mode 100644 _ont/ont-ziza.md diff --git a/_ont/ont-d-link-dpn-100-rev-a2.md b/_ont/ont-d-link-dpn-100-rev-a2.md index 5328863..457d3f5 100644 --- a/_ont/ont-d-link-dpn-100-rev-a2.md +++ b/_ont/ont-d-link-dpn-100-rev-a2.md @@ -36,7 +36,7 @@ Once you access the stick via ssh you will be presented with a second tier login - [Zyxel PMG3000-D20B](/ont-zyxel-pmg3000-d20b) - [Halny HL-GSFP](/ont-halny-hl-gsfp) -- [Ziza OP151s](/ont-ziza-op151s) +- [Zisa OP151s](/ont-zisa-op151s) - [T&W TW2362H-CDEL](/ont-t-w-tw2362h-cdel) # GPON/OMCI settings diff --git a/_ont/ont-halny-hl-gsfp.md b/_ont/ont-halny-hl-gsfp.md index 6756891..423cdcd 100644 --- a/_ont/ont-halny-hl-gsfp.md +++ b/_ont/ont-halny-hl-gsfp.md @@ -37,7 +37,7 @@ parent: HALNy - [Zyxel PMG3000-D20B](/ont-zyxel-pmg3000-d20b) - [D-LINK DPN-100-Rev-A2](/ont-d-link-dpn-100-rev-a2) -- [Ziza OP151s](/ont-ziza-op151s) +- [Zisa OP151s](/ont-zisa-op151s) - [T&W TW2362H-CDEL](/ont-t-w-tw2362h-cdel) ## List of partitions diff --git a/_ont/ont-t-w-tw2362h-cdel.md b/_ont/ont-t-w-tw2362h-cdel.md index 196b4b0..fa588d5 100644 --- a/_ont/ont-t-w-tw2362h-cdel.md +++ b/_ont/ont-t-w-tw2362h-cdel.md @@ -1,7 +1,7 @@ --- title: T&W TW2362H-CDEL has_children: false -redirect_to: /ont-ziza-op151s +redirect_to: /ont-zisa-op151s layout: default parent: T&W --- \ No newline at end of file diff --git a/_ont/ont-zisa-op151s.md b/_ont/ont-zisa-op151s.md new file mode 100644 index 0000000..afd9948 --- /dev/null +++ b/_ont/ont-zisa-op151s.md @@ -0,0 +1,53 @@ +--- +title: Zisa OP151S +has_children: false +layout: default +parent: Zisa +--- + +# Hardware Specifications + +| | | +| ---------------- | ---------------------------------------------------------- | +| Vendor/Brand | Zisa | +| Model | OP151S | +| ODM | T&W | +| ODM Product Code | TW2362H-CDEL | +| Chipset | Lantiq PEB98035 | +| CPU | MIPS 34Kc interAptiv | +| CPU Clock | 400MHz | +| Flash | 8 MB (GigaDevice GD25Q64CW16) | +| RAM | 64 MB (Nanya NT5TU32M16FG-AC1) | +| System | eCoS | +| HSGMII | Yes | +| Optics | SC/APC | +| IP address | 10.10.1.1 | +| Web Gui | ✅ username `admin` or `guest`, password `1234` or `guest` | +| SSH | ✅ username `admin`, password `admin` | +| Telnet | | +| Serial | ✅ | +| Serial baud | 115200 | +| Serial encoding | 8-N-1 | +| Form Factor | miniONT SFP | + +{% include image.html file="op151s.png" alt="Zisa OP151S" caption="Zisa OP151S" %} + +## Serial + +The stick has a TTL 3.3v UART console (configured as 115200 8-N-1) that can be accessed from the top surface: it's near the SFP header. TX, RX and ground pads need to be connected to a USB2TTL adapter that supports 3V3 logic. + +{% include image.html file="tw236h-cdel-serial.jpg" alt="PMG3000-D20B Serial Pinout" caption="PMG3000-D20B Serial Pinout" %} + +{% 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" %} + +## Firmware is interchangeable with: + +- [Halny HL-GSFP](/ont-halny-hl-gsfp) +- [D-LINK DPN-100-Rev-A2](/ont-d-link-dpn-100-rev-a2) +- [Zisa OP151s](/ont-Zisa-op151s) +- [T&W TW2362H-CDEL](/ont-t-w-tw2362h-cdel) + +# Miscellaneous Links + +- [Tech Info Depot Wiki](http://en.techinfodepot.shoutwiki.com/wiki/ZISA_OP151S) +- [Zisa OP151S 1GE GPON SFU SFP module](https://www.zisacom.com/admin/ewebeditor/uploadfile/20181116154842842.pdf) \ No newline at end of file diff --git a/_ont/ont-zisa.md b/_ont/ont-zisa.md new file mode 100644 index 0000000..e61b01a --- /dev/null +++ b/_ont/ont-zisa.md @@ -0,0 +1,5 @@ +--- +title: Zisa +has_children: true +layout: default +--- \ No newline at end of file diff --git a/_ont/ont-ziza-op151s.md b/_ont/ont-ziza-op151s.md deleted file mode 100644 index cb79345..0000000 --- a/_ont/ont-ziza-op151s.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -title: Ziza OP151S -has_children: false -layout: default -parent: Ziza ---- - -# Hardware Specifications - -| | | -| ---------------- | ---------------------------------------------------------- | -| Vendor/Brand | Ziza | -| Model | OP151S | -| ODM | T&W | -| ODM Product Code | TW2362H-CDEL | -| Chipset | Lantiq PEB98035 | -| CPU | MIPS 34Kc interAptiv | -| CPU Clock | 400MHz | -| Flash | 8 MB (GigaDevice GD25Q64CW16) | -| RAM | 64 MB (Nanya NT5TU32M16FG-AC1) | -| System | eCoS | -| HSGMII | Yes | -| Optics | SC/APC | -| IP address | 10.10.1.1 | -| Web Gui | ✅ username `admin` or `guest`, password `1234` or `guest` | -| SSH | ✅ username `admin`, password `admin` | -| Telnet | | -| Serial | ✅ | -| Serial baud | 115200 | -| Serial encoding | 8-N-1 | -| Form Factor | miniONT SFP | - -{% include image.html file="op151s.png" alt="Ziza OP151S" caption="Ziza OP151S" %} -{% include image.html file="tw236h-cdel-th.jpg" alt="PMG3000-D20B Teardown" caption="PMG3000-D20B Teardown" %} -{% include image.html file="tw236h-cdel-th-back.jpg" alt="PMG3000-D20B Teardown" caption="PMG3000-D20B Teardown" %} - -## Serial - -The stick has a TTL 3.3v UART console (configured as 115200 8-N-1) that can be accessed from the top surface: it's near the SFP header. TX, RX and ground pads need to be connected to a USB2TTL adapter that supports 3V3 logic. - -{% include image.html file="tw236h-cdel-serial.jpg" alt="PMG3000-D20B Serial Pinout" caption="PMG3000-D20B Serial Pinout" %} - -{% 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" %} - -## Firmware is interchangeable with: - -- [Halny HL-GSFP](/ont-halny-hl-gsfp) -- [D-LINK DPN-100-Rev-A2](/ont-d-link-dpn-100-rev-a2) -- [Ziza OP151s](/ont-ziza-op151s) -- [T&W TW2362H-CDEL](/ont-t-w-tw2362h-cdel) - -# Miscellaneous Links - -- [Tech Info Depot Wiki](http://en.techinfodepot.shoutwiki.com/wiki/ZISA_OP151S) \ No newline at end of file diff --git a/_ont/ont-ziza.md b/_ont/ont-ziza.md deleted file mode 100644 index 60af790..0000000 --- a/_ont/ont-ziza.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Ziza -has_children: true -layout: default ---- \ No newline at end of file diff --git a/_ont/ont-zyxel-pmg3000-d20b.md b/_ont/ont-zyxel-pmg3000-d20b.md index 761baab..b1d4a57 100644 --- a/_ont/ont-zyxel-pmg3000-d20b.md +++ b/_ont/ont-zyxel-pmg3000-d20b.md @@ -49,7 +49,7 @@ The stick has a TTL 3.3v UART console (configured as 115200 8-N-1) that can be a - [Halny HL-GSFP](/ont-halny-hl-gsfp) - [D-LINK DPN-100-Rev-A2](/ont-d-link-dpn-100-rev-a2) -- [Ziza OP151s](/ont-ziza-op151s) +- [Zisa OP151s](/ont-zisa-op151s) - [T&W TW2362H-CDEL](/ont-t-w-tw2362h-cdel) ## List of software versions -- cgit v1.2.3