Difference between revisions of "Template:TFTP Flashing Steps"

Jump to navigation Jump to search
Line 5: Line 5:
 
{{Template:TFTP Flashing Steps}}</noinclude>
 
{{Template:TFTP Flashing Steps}}</noinclude>
 
<includeonly>
 
<includeonly>
=== Enter TFTP Mode ===
+
==== Enter TFTP Mode ====
 
{{{factory_reset_steps|Follow the steps for your device to enter TFTP Mode}}}
 
{{{factory_reset_steps|Follow the steps for your device to enter TFTP Mode}}}
  
=== Set Up a Static IP Address ===
+
==== Set Up a Static IP Address ====
 
The next step is to assign your computer a static IP address {{#if: {{{user_ip|}}}|of <code>{{{user_ip}}}</code>|in the appropriate subnet for your device. See the wiki page for your device if you are unsure}}.
 
The next step is to assign your computer a static IP address {{#if: {{{user_ip|}}}|of <code>{{{user_ip}}}</code>|in the appropriate subnet for your device. See the wiki page for your device if you are unsure}}.
 
# '''Windows:''' [https://winaero.com/blog/set-static-ip-address-windows-10/ Setting a static IP address in Windows 10]
 
# '''Windows:''' [https://winaero.com/blog/set-static-ip-address-windows-10/ Setting a static IP address in Windows 10]
Line 14: Line 14:
 
# '''Linux:''' [https://linuxize.com/post/how-to-configure-static-ip-address-on-ubuntu-18-04/#configuring-static-ip-address-on-ubuntu-desktop Setting a static IP address in Ubuntu 18.04 desktop]
 
# '''Linux:''' [https://linuxize.com/post/how-to-configure-static-ip-address-on-ubuntu-18-04/#configuring-static-ip-address-on-ubuntu-desktop Setting a static IP address in Ubuntu 18.04 desktop]
  
=== Downgrade Ubiquiti AirOS ===
+
==== Downgrade Ubiquiti AirOS ====
  
 
Because we are "jailbreaking" the Ubiquiti router, we have to downgrade to an older version of their proprietary firmware first. Using a tool called TFTP, we can do this quite simply.
 
Because we are "jailbreaking" the Ubiquiti router, we have to downgrade to an older version of their proprietary firmware first. Using a tool called TFTP, we can do this quite simply.

Revision as of 10:27, 15 September 2020

This template allows easy inclusion of TFTP flashing instructions across the wiki.

Steps

Enter TFTP Mode

Follow the steps for your device to enter TFTP Mode

Set Up a Static IP Address

The next step is to assign your computer a static IP address in the appropriate subnet for your device. See the wiki page for your device if you are unsure.

  1. Windows: Setting a static IP address in Windows 10
  2. Mac: Setting a static IP address in OSX
  3. Linux: Setting a static IP address in Ubuntu 18.04 desktop

Downgrade Ubiquiti AirOS

Because we are "jailbreaking" the Ubiquiti router, we have to downgrade to an older version of their proprietary firmware first. Using a tool called TFTP, we can do this quite simply.

  1. Download the firmware file you wish to flash
  2. Launch a command prompt/terminal, and enter the following, one line at a time:
tftp
tftp> connect <device_ip>
tftp> binary
tftp> rexmt 1
tftp> timeout 60
tftp> put <firmware_filename>
Sent x bytes in x seconds