Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
toh:zyxel:t-56 [2024/12/10 13:09] – info about T0. frollictoh:zyxel:t-56 [2024/12/12 12:34] – [Installation] frollic
Line 1: Line 1:
 ====== ZyXEL T-56 ====== ====== ZyXEL T-56 ======
  
-The Zyxel T-56 is an ISP (Odido) branded EX5601-T1, which is the same as the T0 version, without the SFP+ port. +The Zyxel T-56 is an ISP (Odido and Hyperoptic) branded EX5601-T1, which is the same as the T0 version, without the SFP+ port. 
  
-Installation is different, due to locked down firmware and boot loader, but once installed, you get the same features.+Installation is different, due to locked down firmware and boot loader, but once installed, you get the same functionality as in the T1.
  
 /*****/ /*****/
Line 15: Line 15:
   "dom": "t",   "dom": "t",
   "paging": false,   "paging": false,
-  "shownColumns": ["brand", "model", "version", "supportedcurrentrel", "oemdevicehomepageurl", "forumsearch", "deviceid"],+  "shownColumns": ["brand", "model", "version", "supportedcurrentrel", "oemdevicehomepageurl", "forumsearch", "deviceid", "unsupported_functions"],
   "filterColumns": {"brand": "^ZyXEL$", "model": "^T-56$"}   "filterColumns": {"brand": "^ZyXEL$", "model": "^T-56$"}
 } --> } -->
- 
-/* If no unsupported functions known, comment out the following datatable or delete it. */ 
-<!-- ToH: { 
-  "source": "json", 
-  "dom": "t", 
-  "paging": false, 
-  "shownColumns": ["unsupported_functions"], 
-  "filterColumns": {"brand": "^ZyXEL$", "model": "^T-56$"} 
-} --> 
- 
- 
 ===== Hardware Highlights ===== ===== Hardware Highlights =====
 <!-- ToH: { <!-- ToH: {
Line 49: Line 38:
 } --> } -->
  
-**<color #ed1c24>WARNING 1:</color>**The T-56 requires [[:toh:zyxel:t-56#serial|serial]] for installing OpenWRT, since the ISP added a password to zloader.+:!: The T-56 requires [[:toh:zyxel:t-56#serial|serial]] for installing OpenWRT, since the ISP added a password to zloader.
  
-**<color #ed1c24>WARNING 2:</color>**The installation instruction will wipe the existing ISP firmware, and maximize the flash space for OpenWRT (~400MB free) aka "ubootmod".+:!: The installation instruction will wipe the existing firmware, and maximize the flash space for OpenWRT (~400MB free) aka "ubootmod".
  
-**<color #ed1c24>WARNING 3:</color>**Going back to stock will be hard(er), if not impossible. Backing up the stock firmwareisn't covered by this guide.+:!: Going back to stock will be hard(er), if not impossible. Backing up the stock firmware isn't covered by this guide.
  
 Use the 1GbE Ethernet ports until you've TFTP booted the ubootmod-initramfs-recovery.itb image. Use the 1GbE Ethernet ports until you've TFTP booted the ubootmod-initramfs-recovery.itb image.
Line 155: Line 144:
  
 You'll need the following files transferred (or downloaded) to the router's /tmp folder: You'll need the following files transferred (or downloaded) to the router's /tmp folder:
-  * kmod-mtd-rw*_aarch64_cortex-a53.ipk +  * kmod-mtd-rw_*_aarch64_cortex-a53.ipk 
-  * openwrt-mediatek-filogic*-ubootmod-initramfs-recovery.itb +  * zyxel_ex5601-t0-ubootmod-initramfs-recovery.itb 
-  * openwrt-mediatek-filogic-*-ubootmod-preloader.bin +  * zyxel_ex5601-t0-ubootmod-preloader.bin 
-  * openwrt-mediatek-filogic-*-ubootmod-bl31-uboot.fip +  * zyxel_ex5601-t0-ubootmod-bl31-uboot.fip 
-  * openwrt-mediatek-filogic-*ubootmod-squashfs-sysupgrade.itb+  * zyxel_ex5601-t0-ubootmod-squashfs-sysupgrade.itb
  
 <code> <code>
Line 171: Line 160:
 root@OpenWrt:/tmp# insmod mtd-rw.ko i_want_a_brick=1 root@OpenWrt:/tmp# insmod mtd-rw.ko i_want_a_brick=1
 </code> </code>
- 
-(Up until now, everything you've done have been executed from RAM, if you reboot, you'll have to start over.) 
- 
  
 **Flashing** **Flashing**
  • Last modified: 2024/12/19 13:20
  • by frollic