summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiammarco <stich86@gmail.com>2024-10-08 17:38:27 +0200
committerGitHub <noreply@github.com>2024-10-08 17:38:27 +0200
commit17beda362161c7c4e5e87040d54096e530107dcf (patch)
treec2f85c2121c4d5fe1d2c7ccc0f351f9c1b011d21
parentUpdate ont-huawei-ma5671a.md (#338) (diff)
downloadhack-gpon.github.io-17beda362161c7c4e5e87040d54096e530107dcf.tar
hack-gpon.github.io-17beda362161c7c4e5e87040d54096e530107dcf.tar.gz
hack-gpon.github.io-17beda362161c7c4e5e87040d54096e530107dcf.tar.bz2
hack-gpon.github.io-17beda362161c7c4e5e87040d54096e530107dcf.tar.lz
hack-gpon.github.io-17beda362161c7c4e5e87040d54096e530107dcf.tar.xz
hack-gpon.github.io-17beda362161c7c4e5e87040d54096e530107dcf.tar.zst
hack-gpon.github.io-17beda362161c7c4e5e87040d54096e530107dcf.zip
-rw-r--r--_ont/ont-zte-f6005v3.md335
1 files changed, 335 insertions, 0 deletions
diff --git a/_ont/ont-zte-f6005v3.md b/_ont/ont-zte-f6005v3.md
new file mode 100644
index 0000000..1fb91ce
--- /dev/null
+++ b/_ont/ont-zte-f6005v3.md
@@ -0,0 +1,335 @@
+---
+title: ZTE F6005v3
+has_children: false
+layout: default
+parent: ZTE
+---
+
+# Hardware Specifications
+
+| | |
+| ------------ | ----------------------------------------------------------------- |
+| Vendor/Brand | ZTE |
+| Model | F6005v3 |
+| ODM | ✅ |
+| CPU | ZTE ZX279133@A53 |
+| CPU Clock | 2x1200MHz |
+| Chipset | ZTE ZX279133 |
+| Flash | 128 MB (SPI NAND FM25S01A) |
+| RAM | 128 MB |
+| System | Customized Linux by ZTE |
+| 2.5GBaseT | No |
+| Optics | SC/APC |
+| IP address | 192.168.1.1 |
+| Web Gui | ✅ user `admin`, password `admin` or defined by ISP |
+| SSH | |
+| Telnet | ✅ [^1] |
+| Serial | ✅ [^2] |
+| Form Factor | ONT |
+
+{% include image.html file="f6005v3_tim_1.jpg" alt="F6005v3 TIM" caption="F6005v3 TIM" %}
+{% include image.html file="f6005v3_of_1.jpg" alt="F6005v3 OpenFiber" caption="F6005v3 OpenFiber" %}
+
+
+## List of software versions
+### HW V3.0
+- V3.0.10P3N2 (OpenFiber)
+- V3.0.10N06, internal version is V3.0.10P2N6 (TIM Italy)
+
+## List of partitions
+
+### HW V3.0
+
+| dev | size | erasesize | name |
+| ---- | -------- | --------- | ---------------- |
+| mtd0 | 08000000 | 00020000 | "whole flash" |
+| mtd1 | 00300000 | 00020000 | "uboot" |
+| mtd2 | 00400000 | 00020000 | "others" |
+| mtd3 | 00400000 | 00020000 | "parameter tags" |
+| mtd4 | 00400000 | 00020000 | "wlan" |
+| mtd5 | 00800000 | 00020000 | "usercfg" |
+| mtd6 | 00400000 | 00020000 | "middle" |
+| mtd7 | 02a00000 | 00020000 | "kernel1" |
+| mtd8 | 02a00000 | 00020000 | "kernel2" |
+| mtd9 | 02500000 | 00020000 | "rootfs1" |
+| mtd10 | 029e0000 | 00020000 | "rootfs2" |
+
+
+This ONT supports dual boot, as visible from the presence of `kernel0` and `kernel1`, which contain the rootfs.
+The boot images can be swapped with the following command but currently not works because if U-Boot is updated, a revert will brick ONT:
+
+```sh
+upgradetest switchver X
+```
+
+Where `X` can be `0/1`, based on the image you want to boot from.
+
+
+You can also clone the currently running image into the other slot using this command:
+
+```sh
+syn_version
+```
+
+# Use
+{% include alert.html content="Commands have been tested on V3 HW rev. on OpenFiber firmwares" alert="Note" icon="svg-info" color="blue" %}
+
+## Enable Telnet
+{% include alert.html content="This is an external script ([ZTE Telnet enabler](https://github.com/douniwan5788/zte_modem_tools)), use at your own risk! Credentials don't survive at reboot!" alert="Note" icon="svg-info" color="blue" %}
+
+{% include alert.html content="For italian users, the script above only works only on V3.0.10P3N2 (OpenFiber)" alert="Note" icon="svg-info" color="blue" %}
+
+```sh
+python3 zte_factroymode.py --user CUSTOM_USER --pass CUSTOM_PASS --ip 192.168.1.1 --port 80 telnet open
+```
+
+You should get this output and credentials to login over telnet:
+
+```sh
+trying user:"CUSTOM_USER" pass:"CUSTOM_PASS"
+reset facTelnetSteps:
+reset OK!
+
+facStep 1:
+OK!
+
+facStep 2:
+OK!
+
+facStep 3:
+OK!
+
+facStep 4:
+OK!
+
+facStep 5:
+OK!
+
+done
+Username: 2W3iqFVt
+Password: Eqb8X8Qt
+```
+
+## Enable console redirection
+
+To see omcidebug messages on telnet, execute this command (just the first time of each connection):
+
+```sh
+redir printf
+```
+
+# GPON ONU status
+
+## Getting the operational status of the ONU
+
+To check the connection status, use the following command:
+```
+gpontest -gstate
+```
+`[gpontest] gpon state is [O5]` for O5 state
+
+## Getting OLT vendor information
+
+```sh
+sendcmd 132 omcidebug showmedata 131
+```
+
+This command will print the following output:
+
+```sh
+##################################
+MIB INFO:
+ ME CLASS: 131
+ DB NAME: olt_g, DBHandle: 32
+##################################
+
+<-----MeID[ 0x0000,0 ], Addr[ 0x19a2b1]----->
+ Vendorid:48 57 54 43
+ EquipmentID:00 00 00 00 00 00 00 00 00 00
+ 00 00 00 00 00 00 00 00 00 00
+ Version:31 30 00 00 00 00 00 00 00 00
+ 00 00 00 00
+ TimeofDay:00 00 00 00 00 00 00 00 00 00
+ 00 00 00 00
+---------------------------------------------------------------------
+```
+
+## Querying a particular OMCI ME
+
+```sh
+sendcmd 132 omcidebug showmedata ID_MIB (eg. 7 for Firmware version)
+```
+
+This command will print the following output:
+
+```sh
+
+##################################
+MIB INFO:
+ ME CLASS: 7
+ DB NAME: soft_image, DBHandle: 14
+##################################
+
+<-----MeID[ 0x0000,0 ], Addr[ 0x19a011]----->
+ Version:V3.0.10P3N2
+ Is committed:01
+ Is active:01
+ Is valid:01
+
+<-----MeID[ 0x0001,1 ], Addr[ 0x19a031]----->
+ Version:V3.0.10P3N2
+ Is committed:00
+ Is active:00
+ Is valid:01
+---------------------------------------------------------------------
+```
+
+# GPON/OMCI settings
+
+## Setting ONU GPON Serial Number
+
+{% include alert.html content="Both S/N and VID have to be changed. 2176 is for the VID (first 4 letters of the S/N) and 2177 is for the last 8 digits of the S/N" alert="Note" icon="svg-info" color="blue" %}
+```sh
+setmac 1 2176 ZTEG
+setmac 1 2177 AABBCCDD
+```
+
+## Setting ONU GPON PLOAM password
+
+{% include alert.html content="The PLOAM password is stored in the ASCII format." alert="Note" icon="svg-info" color="blue" %}
+This can be done easily via the web UI. To do it via the shell use:
+```sh
+setmac 1 2181 1234567890
+setmac 1 2178 1234567890
+```
+
+## Setting ONU GPON Equipment ID
+```sh
+setmac 1 32770 "5::F6005V3.0:"
+```
+
+## Persistent telnet access
+
+{% include alert.html content="This procedure was only tested on OF V3.0.10P3N2 firmware and it's persistent after an upgrade from OLT" alert="Note" icon="svg-info" color="blue" %}
+
+
+Needed tools:
+
+- Linux VM or WSL with Python >3.3
+- [ZTE Telnet enabler](https://github.com/douniwan5788/zte_modem_tools)
+
+
+After the ONT has rebooted and you can access again, telnet can be enabled on each reboot. To do this, run again `zte_factroymode.py` to open new session to it. When you are in, execute these commands:
+
+```sh
+sendcmd 1 DB set TelnetCfg 0 TS_Enable 1
+sendcmd 1 DB set TelnetCfg 0 Lan_Enable 1
+sendcmd 1 DB set TelnetCfg 0 TS_UName root
+sendcmd 1 DB set TelnetCfg 0 TS_UPwd root
+sendcmd 1 DB set TelnetCfg 0 TSLan_UName root
+sendcmd 1 DB set TelnetCfg 0 TSLan_UPwd root
+sendcmd 1 DB set TelnetCfg 0 InitSecLvl 2
+sendcmd 1 DB saveasy
+sendcmd 1 DB addr FWSC 0
+sendcmd 1 DB set FWSC 0 ViewName IGD.FWSc.FWSC1
+sendcmd 1 DB set FWSC 0 Enable 1
+sendcmd 1 DB set FWSC 0 INCName LAN
+sendcmd 1 DB set FWSC 0 INCViewName IGD.LD1
+sendcmd 1 DB set FWSC 0 Servise 8
+sendcmd 1 DB set FWSC 0 FilterTarget 1
+sendcmd 1 DB saveasy
+```
+
+Reboot the ONT and a telnet interface will be available. You can login using `root\root` as credentials.
+
+**Just for OpenFiber firmware**
+
+In case you want add new a admin user instead of using the embedded credentials, run these commands before rebooting the ONT:
+
+```sh
+sendcmd 1 DB set DevAuthInfo 5 Enable 1
+sendcmd 1 DB set DevAuthInfo 5 User superadmin
+sendcmd 1 DB set DevAuthInfo 5 Pass superadmin
+sendcmd 1 DB set DevAuthInfo 5 Level 0
+sendcmd 1 DB set DevAuthInfo 5 AppID 1
+sendcmd 1 DB saveasy
+```
+Reboot the ONT and you can login to the WebUI using `superadmin\superadmin` as credentials with full unlocked menus.
+
+# Advanced settings
+
+## Backing up ONT partitions using hardware flasher
+
+As we currently known, only firmware V3.0.10P3N2 from OpenFiber are able to open telnet (and make it persistent).
+It's possible to swap RAW dump between ONTs and enable access over telnet to modify some ONT parameters.
+
+Needed tools:
+
+- Windows, Linux or macOS with [SNANDer](https://github.com/McMCCRU/SNANDer)
+- [CH341a programmer with 3.3V voltage](https://it.aliexpress.com/item/1005004637577204.html?spm=a2g0o.productlist.main.1.21ad51c1Lmyq6Z&algo_pvid=0aade75d-7f57-4fe7-b0f4-b3f2f56af9f1&algo_exp_id=0aade75d-7f57-4fe7-b0f4-b3f2f56af9f1-0&pdp_npi=4%40dis%21EUR%214.25%214.25%21%21%214.56%214.56%21%4021039cc717284006273332970e47ea%2112000029927819932%21sea%21IT%211864988329%21X&curPageLogUid=Xuv1aOCo58M9&utparam-url=scene%3Asearch%7Cquery_from%3A)
+- [Pogo-Pin Probe for WSON8 8x6mm chip](https://it.aliexpress.com/item/1005006666230520.html?spm=a2g0o.order_list.order_list_main.21.11e236965SstMd&gatewayAdapt=glo2ita)
+
+Connect all needed cable from the probe to the programmer, then attach the probe to the chip (use some rubbers to make it stable) and run this command to dump the NAND:
+
+```sh
+/SNANDer -r f6005v3_dump_X.bin
+```
+
+Do at least 3 dumps and compare their md5 to be sure that are good.
+
+If you want to flash this dump to another ONT, just run these commands:
+
+```sh
+/SNANDer -e
+/SNANDer -w f6005v3_dump_X.bin -v
+```
+```
+
+## Changing region code
+
+{% include alert.html content="Be aware that changing the region code may break features such as PPPoE depending on your ISP, and remove telnet access!" alert="Note" icon="svg-info" color="blue" %}
+
+ZTE has created various region codes that load default values based on the local ISP. This configuration can be changed using this command:
+
+```sh
+upgradetest sfactoryconf X
+```
+
+Where X is the number of supported regioncode into file `/etc/init.d/regioncode`, here is an example from TIM `V3.0.10N06` firmware:
+
+```sh
+# cat /etc/init.d/regioncode
+14:Thailand
+97:ItalyTi
+116:Tescali
+154:Izzi
+163:BrazilClaroHome
+188:HollandKpnSfu
+198:Manufacture
+2074:ItalyFastwebSFU
+```
+
+# Random notes
+- Both F601v6 and F601v7 read the software version exposed through the gpon_omci deamon from each kernel partition header, so the only way to spoof this parameter is to change the version in the header and recalculate CRC, otherwise the bootloader will refuse to load the image.
+- TIM's F601v6s use HWVer `VDF`, this can be changed back to `V6.0` issuing this command via telnet: `setmac 1 32770 3`
+- The F601v7 is mounted 'upside down' to save on waveguides, the LEDs would be on the bottom of the PCB, so it would have to be turned upside down to make it cooler...
+- The F601v6 turns on and runs even with 9V input.
+- The F601v7 turns on and runs even with 5V input.
+
+# Miscellaneous Links
+
+- [ZTE Telnet enabled](https://github.com/douniwan5788/zte_modem_tools)
+
+# Teardown and other photos
+
+## HW V3.0
+
+{% include image.html file="f6005v3_2.jpg" alt="Top of the F6005v3" caption="Top of the F6005v3" %}
+{% include image.html file="f6005v3_3.jpg" alt="Bottom of the F601 v6" caption="Bottom of the F6005v3" %}
+
+
+
+---
+
+[^1]: Credentials are randomly generated by zte_factroymode.py, they are not persistent and will change at reboot.
+[^2]: Serial console is read-only mode on most of U-Boot, and no output after kernel load. For OF V3.0.10P3N2 is possible after pressing ESC during the boot to access U-Boot Console. \ No newline at end of file