From b18c1e4472ef51129ddb0f54789ed89d36210ad2 Mon Sep 17 00:00:00 2001 From: Simone Bortolin Date: Mon, 19 Dec 2022 23:07:42 +0100 Subject: fix images, migrated to collection --- _ont/ont-nokia-g-010s-p.md | 76 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 _ont/ont-nokia-g-010s-p.md (limited to '_ont/ont-nokia-g-010s-p.md') diff --git a/_ont/ont-nokia-g-010s-p.md b/_ont/ont-nokia-g-010s-p.md new file mode 100644 index 0000000..d8ee2c6 --- /dev/null +++ b/_ont/ont-nokia-g-010s-p.md @@ -0,0 +1,76 @@ +--- +title: Nokia G-010S-P +has_children: false +layout: default +--- + +# Hardware Specifications + +| | | +| ----------- | ---------------------------------------------------------------- | +| Vendor | Nokia | +| Model | G-010S-P | +| Chipset | Lantiq PEB98035 | +| Flash | 16 MB | +| RAM | 64 MB | +| System | OpenWRT | +| HSGMII | Yes | +| Optics | SC/APC | +| IP address | | +| Web Gui | ✅ [after enabling](https://www.dslreports.com/forum/r32458588-) | +| SSH | ✅ user `ONTUSER`, password `SUGAR2A041` | +| Form Factor | miniONT SFP | + +{% include image.html file="g-010s-p.jpg" alt="G-010S-P" caption="G-010S-P" %} +
+{% include image.html file="g-010s-p-and-ma5671a.jpg" alt="G-010S-P and MA5671A Teardown" caption="G-010S-P and MA5671A Teardown" %} +
+{% include alert.html content="G-010S-P and other models will not expose ethernet interface unless fiber cable is connected ([source](https://forum.mikrotik.com/viewtopic.php?t=116364&start=300))" alert="Warning" icon="svg-warning" color="yellow" %} + +## Firmware is interchangeable with: +- [Huawei MA5671A](ont-huawei-ma5671a) +- [Nokia G-010S-P](ont-nokia-g-010s-p) +- [ONT FS.com GPON ONU Stick with MAC / SourcePhotonics SPS-34-24T-HP-TDFO](ont-SourcePhotonics-SPS-34-24T-HP-TDFO) +- [Hilink HL23446](ont-Hilink-HL23446) +- {:.text-red-200 } Dasan H650SFP +- {:.text-red-200 } DpOptics D23446 + +Turning a [Nokia G-010S-P](ont-nokia-g-010s-p) into a [Nokia G-010S-A](ont-nokia-g-010s-a) is possible by changing layout from mtd + +## Serial + +``` +USB TTL(UART) Adapter ------- SFP 20pins Molex connector +3.3V ---red ------------------pin #15 and #16 +TX -----orange ---------------pin #2 +RX -----yellow ---------------pin #7 +GND ----green --------------- pin #10 +``` +Configuration: asc0=0 115200 8-N-1 + +## List of software versions +## List of partitions + +| dev | size | erasesize | name | +| ---- | -------- | --------- | -------- | +|mtd0 | 00040000 | 00010000 | "uboot" | +|mtd1 | 00080000 | 00010000 | "uboot_env" | +|mtd2 | 00740000 | 00010000 | "linux" | +|mtd3 | 0061eedc | 00010000 | "rootfs" | +|mtd4 | 00370000 | 00010000 | "rootfs_data" | +|mtd5 | 00800000 | 00010000 | "image1" | + +## List of firmwares and files + +## Disabling Dying Gasp +```sh +fw_setenv nDyingGaspEnable 0 +``` + +# Known Bugs +# Miscellaneous Links + +- [alcatel_lucent-lantiq_falcon](https://github.com/minhng99/alcatel_lucent-lantiq_falcon) +- [uboot lantiq falcon](https://github.com/minhng99/u-boot_lantiq_falcon) + + -- cgit v1.2.3