Difference between revisions of "Template:TFTP Flashing Steps"

Jump to navigation Jump to search
(Created page with "<noinclude> This template allows easy inclusion of TFTP flashing instructions across the wiki. == Steps == </noinclude> === Enter Factory Reset Mode === # Unplug the etherne...")
 
Line 2: Line 2:
 
This template allows easy inclusion of TFTP flashing instructions across the wiki.
 
This template allows easy inclusion of TFTP flashing instructions across the wiki.
  
== Steps ==
+
== Steps ==</noinclude>
</noinclude>
 
 
=== Enter Factory Reset Mode ===
 
=== Enter Factory Reset Mode ===
 
 
# Unplug the ethernet from the antenna (This turns it off.)
 
# Unplug the ethernet from the antenna (This turns it off.)
 
# Use a paper clip to hold in the reset button
 
# Use a paper clip to hold in the reset button
Line 12: Line 10:
  
 
=== Set Up a Static IP Address ===
 
=== Set Up a Static IP Address ===
 
 
The next step is to assign your computer a static IP address of <code>192.168.1.25/24</code>
 
The next step is to assign your computer a static IP address of <code>192.168.1.25/24</code>
 
# '''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]

Revision as of 03:37, 15 September 2020

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

Steps

Enter Factory Reset Mode

  1. Unplug the ethernet from the antenna (This turns it off.)
  2. Use a paper clip to hold in the reset button
  3. Plug the ethernet back in to the antenna, holding the paperclip steady as you do
  4. Continue holding the paper clip until the light on the side of your UAP AC Mesh starts blinking OFF/WHITE/BLUE (should take about 30 seconds)

Set Up a Static IP Address

The next step is to assign your computer a static IP address of 192.168.1.25/24

  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 version 3.7 of Ubiquiti's AirOS
  2. Rename the firmware file to firmware.bin, as the device will look for this file name
  3. Launch a command prompt/terminal, and enter the following, one line at a time:
tftp
tftp> connect 192.168.1.20
tftp> binary
tftp> rexmt 1
tftp> timeout 60
tftp> put firmware.bin
Sent x bytes in x seconds