Differences
This shows you the differences between two versions of the page.
| 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_jonny | inbox: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:// | * Initramfs Test Image: (https:// | ||
| - | * Initramfs | + | * factory |
| 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. | |
| - | | + | |
| - | | + | |
| - power the router and quickly type the magic string " | - power the router and quickly type the magic string " | ||
| - 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 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 |
| - | + | | |
| - | | + | |
| - | + | ||
| - 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 | + | |
| - 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 / | |
| - | | + | |
| - wait for it to complete and reboot your router. | - wait for it to complete and reboot your router. | ||