AERIAL HD2 – AC600
Dual-band High Power Outdoor Wireless AP/Range Extender/Router with PoE and High Gain Antennas This device also shows up under the following trade names:
Features ...
→ Install OpenWrt (generic explanation)
Factory U-boot launches a TFTP client if reset button is pressed during power-on.
Rename the ...sysupgrade.bin file to firmware.bin and configure TFTP as follows:
firmware.binSome devices may have a restricted boot loader that pretends to try TFTP recovery but does not request anything.
In these cases, you may want to flash a working boot loader for that device. A good summary on this topic can be found here. The unlocked bootloader can be found hereDead Link.
Flashing via U-boot HTTP server (an easy method which worked for Noseratio with a WL-WN570HA1 unit purchased in 2024)
Find out flash layout, then add the flash layout table here (copy, paste, modify the example).
Please check out the article Flash layout. It contains examples and explanations that describe how to document the flash layout.
The instructions below are for Broadcom devices and only serve as an example.
Remove / modify them if they do not apply to this particular device!
This section deals with
Note: Reset router to factory defaults if it has been previously configured.
http://192.168.1.1/Upgrade.asphttp://192.168.1.1 if LuCI is installed.
These are generic instructions. Update with your router's specifics.
http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/ LuCI Upgrade URLIf you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. There are two command line methods for upgrading:
sysupgrademtdNote: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.
cd /tmp wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc sysupgrade /tmp/xxx.abc
If sysupgrade does not support this router, use mtd.
cd /tmp wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc mtd write /tmp/xxx.abc linux && reboot
→ Wireless Access Point configuration After flashing, follow this general guide to configure the device as a simple AP comparable to the Manufacturers intent for the hardware. This involves setting the IP and gateway address, and then disabling unnecessary services such as DNS, DHCP, firewall, dnsmasq and odhcpd.
The default network configuration is:
| Interface Name | Description | Default configuration |
|---|---|---|
| br-lan | LAN | 192.168.1.1/24 |
| radio0 | WiFi 2.4GHz | Mode-N Channel-1 Width-20MHz |
| radio1 | WiFi 5GHz | Mode-AC Channel-36 Width-40MHz |
Note: LED's currently not working.
| Name | LED Name | Default trigger |
|---|---|---|
| high | green:wifi-high | signal strength |
| med | green:wifi-med | signal strength |
| low | green:wifi-low | signal strength |
| wifi | green:wifi-wifi | netdev radio activity |
| wan/lan | green:lan | netdev br-lan conected |
| power | green:power | none |
Note: A warranty does not cover damage you caused!
Main PCB:
Insert photo of PCB
→ port.serial general information about the serial port, serial port cable, etc.
How to connect to the Serial Port of this specific device:
Insert photo of PCB with markings for serial port
Replace EXAMPLE by real values.
| Serial connection parameters for WAVLINK WL-WN570HA1 @@Version@@ | EXAMPLE 115200, 8N1 |
|---|
→ port.jtag general information about the JTAG port, JTAG cable, etc.
How to connect to the JTAG Port of this specific device:
Insert photo of PCB with markings for JTAG port
None so far.
COPY HERE THE BOOTLOG WITH THE ORIGINAL FIRMWARE
COPY HERE THE BOOTLOG ONCE OPENWRT IS INSTALLED AND RUNNING
Space for additional notes, links to forum threads or other resources.