summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Mnemonic <amnemonic@users.noreply.github.com>2024-02-28 18:44:12 +0100
committerSimone Bortolin <simonebortolin@users.noreply.github.com>2024-02-29 15:34:48 +0100
commit43a2d6d8212556e730eceadd010af0fe91109090 (patch)
tree4bad2c5710fb87d2d661b615188db12d8c29a1ff
parentAdd Zaram to vendor.md (#325) (diff)
downloadhack-gpon.github.io-43a2d6d8212556e730eceadd010af0fe91109090.tar
hack-gpon.github.io-43a2d6d8212556e730eceadd010af0fe91109090.tar.gz
hack-gpon.github.io-43a2d6d8212556e730eceadd010af0fe91109090.tar.bz2
hack-gpon.github.io-43a2d6d8212556e730eceadd010af0fe91109090.tar.lz
hack-gpon.github.io-43a2d6d8212556e730eceadd010af0fe91109090.tar.xz
hack-gpon.github.io-43a2d6d8212556e730eceadd010af0fe91109090.tar.zst
hack-gpon.github.io-43a2d6d8212556e730eceadd010af0fe91109090.zip
-rw-r--r--_ont/ont-nokia-g-010g-t.md33
-rw-r--r--_ont/ont-nokia-useful-command.md19
-rw-r--r--assets/img/q-010g-t_flash.jpgbin0 -> 127546 bytes
-rw-r--r--assets/img/q-010g-t_laser_driver.jpgbin0 -> 132084 bytes
-rw-r--r--assets/img/q-010g-t_rtl8221b.jpgbin0 -> 138716 bytes
-rw-r--r--assets/img/q-010g-t_rtl9601d.jpgbin0 -> 142273 bytes
6 files changed, 46 insertions, 6 deletions
diff --git a/_ont/ont-nokia-g-010g-t.md b/_ont/ont-nokia-g-010g-t.md
index d70ce30..6d13576 100644
--- a/_ont/ont-nokia-g-010g-t.md
+++ b/_ont/ont-nokia-g-010g-t.md
@@ -34,18 +34,39 @@ alias: CIG G-97CP/G-97CU
{% include image.html file="q-010g-t_ports.jpg" alt="Nokia G-010G-T Ports" caption="Nokia G-010G-T Ports" %}
{% include image.html file="q-010g-t_internal_up.jpg" alt="Nokia G-010G-T Internal Up" caption="Nokia G-010G-T Internal Up" %}
{% include image.html file="q-010g-t_internal_down.jpg" alt="Nokia G-010G-T Internal Down" caption="Nokia G-010G-T Internal Down" %}
+{% include image.html file="q-010g-t_flash.jpg" alt="Nokia G-010G-T Winbond 25Q128 Flash memory" caption="Nokia G-010G-T Winbond 25Q128 Flash memory" %}
+{% include image.html file="q-010g-t_laser_driver.jpg" alt="Nokia G-010G-T Semtech GN25L95 Laser Driver" caption="Nokia G-010G-T Semtech GN25L95 Laser Driver" %}
+{% include image.html file="q-010g-t_rtl8221b.jpg" alt="Nokia G-010G-T Realtek RTL8221B" caption="Nokia G-010G-T Realtek RTL8221B" %}
+{% include image.html file="q-010g-t_rtl9601d.jpg" alt="Nokia G-010G-T Realtek RTL9601D" caption="Nokia G-010G-T Realtek RTL9601D" %}
## List of software versions
- 3FE49717AOCK12
+- 3FE49717AOCK49
## List of partitions
-| dev | size | erasesize | name |
-| ---- | -------- | --------- | -------- |
-| mtd0 | 00040000 | 00001000 | "Boot" |
-| mtd1 | 00002000 | 00001000 | "Config" |
-| mtd2 | 00002000 | 00001000 | "ImageA" |
-| mtd3 | 0003c000 | 00001000 | "ImageB" |
+| dev | size | erasesize | name | format |
+| ---- | -------- | --------- | -------- | ----------------------------------------------- |
+| mtd0 | 00040000 | 00001000 | "Boot" | Binary |
+| mtd1 | 00002000 | 00001000 | "Config" | [jffs2](https://en.wikipedia.org/wiki/JFFS2) |
+| mtd2 | 00002000 | 00001000 | "ImageA" | [cramfs](https://en.wikipedia.org/wiki/Cramfs) |
+| mtd3 | 0003c000 | 00001000 | "ImageB" | [cramfs](https://en.wikipedia.org/wiki/Cramfs) |
+
+## Kernel command line arguments
+```
+console=ttyS0,115200
+root=/dev/mtdblock3
+mtdparts=sflash:512K@0x0(Boot),0x180000@0x80000(Config),7M@0x200000(ImageA),7M@0x900000(ImageB)
+rootfstype=cramfs
+hasEeprom=0
+5srst=0
+eqvid=3FE49715ADAA01
+uboot_version=V3.9.08
+major=f4
+minor=1
+```
+
+Note: When **Reset** button is held for over 5 seconds then parameter `5srst=0` is changed to `1`.
## Serial
diff --git a/_ont/ont-nokia-useful-command.md b/_ont/ont-nokia-useful-command.md
index f4e0e48..ca888ef 100644
--- a/_ont/ont-nokia-useful-command.md
+++ b/_ont/ont-nokia-useful-command.md
@@ -112,6 +112,25 @@ hex_eqid: 0x594F55525F435553544F4D5F4551554944000000000000
---ATECMDRESULT--- OK
```
+## Getting/Setting MAC address
+`mac1` = Lower MAC ID (printed on label)
+
+`mac2` = Upper MAC ID (usually = `mac1`+`3`)
+```sh
+#ONT>system
+#ONT/system>misc
+#ONT/system/misc>mac1 get
+mac1: aa.bb.12.34.56.78
+---ATECMDRESULT--- OK
+#ONT/system/misc>mac2 get
+mac2: aa.bb.12.34.56.7b
+---ATECMDRESULT--- OK
+#ONT/system/misc>mac1 set 12:34:56:11:22:33
+---ATECMDRESULT--- OK
+#ONT/system/misc>mac2 set 12:34:56:11:22:44
+---ATECMDRESULT--- OK
+```
+
# Advanced settings
## Setting management IP
diff --git a/assets/img/q-010g-t_flash.jpg b/assets/img/q-010g-t_flash.jpg
new file mode 100644
index 0000000..36d0aee
--- /dev/null
+++ b/assets/img/q-010g-t_flash.jpg
Binary files differ
diff --git a/assets/img/q-010g-t_laser_driver.jpg b/assets/img/q-010g-t_laser_driver.jpg
new file mode 100644
index 0000000..d1ca80b
--- /dev/null
+++ b/assets/img/q-010g-t_laser_driver.jpg
Binary files differ
diff --git a/assets/img/q-010g-t_rtl8221b.jpg b/assets/img/q-010g-t_rtl8221b.jpg
new file mode 100644
index 0000000..cad612b
--- /dev/null
+++ b/assets/img/q-010g-t_rtl8221b.jpg
Binary files differ
diff --git a/assets/img/q-010g-t_rtl9601d.jpg b/assets/img/q-010g-t_rtl9601d.jpg
new file mode 100644
index 0000000..14b2217
--- /dev/null
+++ b/assets/img/q-010g-t_rtl9601d.jpg
Binary files differ