diff options
Diffstat (limited to '')
-rw-r--r-- | _ont/ont-nokia-g-010s-a.md | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/_ont/ont-nokia-g-010s-a.md b/_ont/ont-nokia-g-010s-a.md index 2e9c6c2..98b861f 100644 --- a/_ont/ont-nokia-g-010s-a.md +++ b/_ont/ont-nokia-g-010s-a.md @@ -12,6 +12,7 @@ parent: Nokia | Vendor | Nokia | | Model | G-010S-A | | Chipset | Lantiq PEB98035 | +| Manufacter | SourcePhotonics | | Flash | 16 MB | | RAM | 64 MB | | System | OpenWRT | @@ -39,15 +40,17 @@ The Nokia G-010S-A can be flashed with the [Nokia G-010S-P](/ont-nokia-g-010s-p) ## Serial -| USB TTL(UART) Adapter | SFP 20pins Molex connector | -| --------------------- | -------------------------- | -| 3.3V | pin #15 and #16 | -| TX | pin #3 | -| RX | pin #6 | -| GND | pin #10 | +| USB TTL(UART) Adapter | SFP 20pins Molex connector | +| --------------------- | -------------------------- | +| 3.3V | pin #15 and #16 | +| TX | pin #3 | +| RX | pin #6 | +| GND | pin #10 | Configuration: asc0=0 115200 8-N-1 +# Useful Commands + ## Disabling Dying Gasp ```sh uci set gpon.gtc.nDyingGaspEnable='0'; uci commit gpon |