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
inbox:toh:tp-link:x80-5g_v1 [2024/08/13 00:25] – Add install data and downlinks to experimental firmware. professor_jonnyinbox:toh:tp-link:x80-5g_v1 [2024/08/13 00:34] – [Installing OpenWrt factory.ubi part 2 of 2] professor_jonny
Line 57: Line 57:
  
   * Initramfs Test Image: (https://github.com/professor-jonny/images/blob/main/openwrt-qualcommax-ipq807x-tplink_x80-5g-initramfs-uImage.itb)   * Initramfs Test Image: (https://github.com/professor-jonny/images/blob/main/openwrt-qualcommax-ipq807x-tplink_x80-5g-initramfs-uImage.itb)
-  * Initramfs Test Image: (https://github.com/professor-jonny/images/blob/main/openwrt-qualcommax-ipq807x-tplink_x80-5g-initramfs-uImage.itb)+  * factory   Test Image: (https://github.com/professor-jonny/images/blob/main/openwrt-qualcommax-ipq807x-tplink_x80-5g-squashfs-factory.ubi)
  
  
Line 80: Line 80:
   - Plug the router into your computer using an ethernet cable   - Plug the router into your computer using an ethernet cable
   - set your pc's IP address to the below settings:   - set your pc's IP address to the below settings:
- +  - static 192.168.1.2.
-    static 192.168.1.2. +
-    +
   - power the router and quickly type the magic string "tpl" and press enter to break into u-boot   - power the router and quickly type the magic string "tpl" and press enter to break into u-boot
   - in the shell set the environment variables to enable tftpbooting   - in the shell set the environment variables to enable tftpbooting
-     +  - setenv ipaddr 192.168.1.1 
-    setenv ipaddr 192.168.1.1 +  setenv serverip 192.168.1.2
-    setenv serverip 192.168.1.2 +
-  +
   - In the shell run the below command to initiate the image transfer:   - In the shell run the below command to initiate the image transfer:
-    this will load your image to memory as location 044000000 in ram  +  - this will load your image to memory as location 044000000 in ram 
-     +  tftpboot 0x44000000 192.168.1.2:openwrt-qualcommax-ipq807x-tplink_x80-5g-initramfs-uImage.itb
-    tftpboot 0x44000000 192.168.1.2:openwrt-qualcommax-ipq807x-tplink_x80-5g-initramfs-uImage.itb +
-     +
   - your image will now upload to your ram ready to boot.   - your image will now upload to your ram ready to boot.
   - run (bootm) and your image will now load.   - run (bootm) and your image will now load.
Line 99: Line 93:
 ==== Installing OpenWrt factory.ubi part 2 of 2 ==== ==== Installing OpenWrt factory.ubi part 2 of 2 ====
  
- - Download a copy of the factoru.ubi to your pc+  - Download a copy of the factory.ubi to your pc
   - set up a ssh/scp session to your router with a program such as SmarTTY.   - set up a ssh/scp session to your router with a program such as SmarTTY.
   - upload the factory.ubi to /tmp on your router   - upload the factory.ubi to /tmp on your router
   - in the console run the below command:   - in the console run the below command:
- +  - ubiformat /dev/mtd12 -y -f /tmp/openwrt-qualcommax-ipq807x-tplink_x80-5g-squashfs-factory.ubi
-    ubiformat /dev/mtd12 -y -f /tmp/openwrt-qualcommax-ipq807x-tplink_x80-5g-squashfs-factory.ubi +
   - wait for it to complete and reboot your router.   - wait for it to complete and reboot your router.
  
  • Last modified: 2024/08/22 20:23
  • by professor_jonny