From 55f09a1b4de2fbb2f815963ab1c282311755e567 Mon Sep 17 00:00:00 2001 From: Simone Bortolin Date: Mon, 8 Aug 2022 16:20:49 +0200 Subject: update color scheme --- assets/css/just-the-docs-dark.scss | 2 +- assets/css/just-the-docs-default.scss | 6 ++++++ assets/css/just-the-docs-light.scss | 2 +- ont-Nokia-G-010S-A.md | 9 ++++++++- ont-Nokia-g-010g-p.md | 32 +++++++++++++++++--------------- ont-Nokia-g-010g-q.md | 2 +- ont-huawei-ma5671a.md | 1 + ont-nokia-g-s010s-p.md | 9 ++++++++- ont-technicolor-afm0002.md | 3 +++ 9 files changed, 46 insertions(+), 20 deletions(-) create mode 100644 assets/css/just-the-docs-default.scss diff --git a/assets/css/just-the-docs-dark.scss b/assets/css/just-the-docs-dark.scss index e56eda2..779e6dd 100644 --- a/assets/css/just-the-docs-dark.scss +++ b/assets/css/just-the-docs-dark.scss @@ -1 +1 @@ -{% include css/just-the-docs.scss.liquid color_scheme="dark" %} +{% include css/just-the-docs.scss.liquid color_scheme="dark" primary_colors="blue" %} diff --git a/assets/css/just-the-docs-default.scss b/assets/css/just-the-docs-default.scss new file mode 100644 index 0000000..5a6b14a --- /dev/null +++ b/assets/css/just-the-docs-default.scss @@ -0,0 +1,6 @@ +{% if site.color_scheme and site.color_scheme != "nil" %} + {% assign color_scheme = site.color_scheme %} +{% else %} + {% assign color_scheme = "light" %} +{% endif %} +{% include css/just-the-docs.scss.liquid color_scheme=color_scheme primary_colors="blue" %} \ No newline at end of file diff --git a/assets/css/just-the-docs-light.scss b/assets/css/just-the-docs-light.scss index 9595aef..3cdbd3c 100644 --- a/assets/css/just-the-docs-light.scss +++ b/assets/css/just-the-docs-light.scss @@ -1 +1 @@ -{% include css/just-the-docs.scss.liquid color_scheme="light" %} \ No newline at end of file +{% include css/just-the-docs.scss.liquid color_scheme="light" primary_colors="blue" %} \ No newline at end of file diff --git a/ont-Nokia-G-010S-A.md b/ont-Nokia-G-010S-A.md index 74fb8d1..f0505e8 100644 --- a/ont-Nokia-G-010S-A.md +++ b/ont-Nokia-G-010S-A.md @@ -38,7 +38,14 @@ Turning a [Nokia G-010S-P](ont-nokia-g-s010s-p) into a [Nokia G-010S-A](ont-noki ## Serial -On SFP: Serial TTL: TX Pin 3 RX Pin 6 asc0=0 115,200 N 8 1 +``` +USB TTL(UART) Adapter ------- SFP 20pins Molex connector +3.3V ---red ------------------pin #15 and #16 +TX -----orange ---------------pin #3 +RX -----yellow ---------------pin #6 +GND ----green --------------- pin #10 +``` +Configuration: asc0=0 115200 8-N-1 ## Disabling Dying Gasp ```sh diff --git a/ont-Nokia-g-010g-p.md b/ont-Nokia-g-010g-p.md index 0584036..ddf0e90 100644 --- a/ont-Nokia-g-010g-p.md +++ b/ont-Nokia-g-010g-p.md @@ -6,24 +6,26 @@ parent: ONT # Hardware Specifications -| | | -| ----------- | ---------------- | -| Vendor | Nokia | -| Model | G-010G-P | -| Alias | | -| Chipset | | -| Flash | | -| RAM | | -| System | | -| HSGMII | No | -| Optics | SC/APC | -| IP address | | -| Web Gui | | -| SSH | | -| Form Factor | ONT | +| | | +| ----------- | -------- | +| Vendor | Nokia | +| Model | G-010G-P | +| Alias | | +| Chipset | | +| Flash | | +| RAM | | +| System | | +| HSGMII | No | +| Optics | SC/APC | +| IP address | | +| Web Gui | | +| SSH | | +| Form Factor | ONT | {% include image.html file="g-010g-p.jpg" alt="G-010G-P" caption="Nokia G-010G-P" %} + + # Miscellaneous Links - MIB file parser for NOKIA's GPON ONTs (*helps you parsing the .mib file located in `/mnt/rwdir`*) diff --git a/ont-Nokia-g-010g-q.md b/ont-Nokia-g-010g-q.md index e816061..3ce0e6a 100644 --- a/ont-Nokia-g-010g-q.md +++ b/ont-Nokia-g-010g-q.md @@ -41,7 +41,7 @@ parent: ONT This ont seems to support dual boot (notice partitions "ImageA" and "ImageB"), however this has not been tested. ## List of firmwares and files -# Setting up the serial interface +# Serial {% include image.html file="g-010g-q-serial-pinout.png" alt="G-010G-Q " caption="G-010G-Q: serial pinout" %} You can easily communicate with the ONT using a TTL converter (for example the CH341A programmer in TTL mode) by connecting the converters' pins to the ONT following the pinout shown in the image above diff --git a/ont-huawei-ma5671a.md b/ont-huawei-ma5671a.md index ebff021..c9d0af7 100644 --- a/ont-huawei-ma5671a.md +++ b/ont-huawei-ma5671a.md @@ -38,6 +38,7 @@ TX -----orange ---------------pin #2 RX -----yellow ---------------pin #7 GND ----green --------------- pin #10 ``` +Configuration: asc0=0 115200 8-N-1 ## Disabling Dying Gasp ```sh diff --git a/ont-nokia-g-s010s-p.md b/ont-nokia-g-s010s-p.md index 5dd2705..46f35e1 100644 --- a/ont-nokia-g-s010s-p.md +++ b/ont-nokia-g-s010s-p.md @@ -34,7 +34,14 @@ Turning a [Nokia G-010S-P](ont-nokia-g-s010s-p) into a [Nokia G-010S-A](ont-noki ## Serial -On SFP: Serial TTL: TX Pin 2 RX Pin 7 asc0=0 115,200 N 8 1 +``` +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 diff --git a/ont-technicolor-afm0002.md b/ont-technicolor-afm0002.md index f6ab723..3167d88 100644 --- a/ont-technicolor-afm0002.md +++ b/ont-technicolor-afm0002.md @@ -24,6 +24,9 @@ parent: ONT {% include image.html file="afm0002tim.jpg" alt="AFM0002TIM" caption="AFM0002TIM" %} +## Serial + +Configuration: asc0=0 115200 8-N-1 # Hardware Revisions -- cgit v1.2.3