ipTIME AX3000SE
Supported Versions
Hardware Highlights
The LED color is amber or blue, depending on your router's color (black/white).
Installation
Using OEM recovery software
Specific values needed for the OEM recovery software
| Firmware TFTP image | see factory link above |
|---|
- Download the OEM recovery software (ipTIME Firmware Wizard(11ac)) from the manufacturer's website
- Download the OpenWrt factory image.
- Press and hold the reset button, then power up the router.
- Continue holding the button for more than 10 seconds, until the CPU LED stops blinking.
- Connect the PC to the AX3000SE (e.g. LAN Port 1).
- Run the OEM recovery software and follow the instructions.
- Select the factory image during the router recovery process.
- Wait for the router to boot from the factory image.
Using the TFTP method with factory image
Specific values needed for tftp
| TFTP server IPv4 address | 192.168.0.100 |
|---|---|
| Firmware TFTP image | see factory link above |
A simple TFTP command can be used as an alternative to the OEM recovery software.
- Download the OpenWrt factory image.
- Press and hold the reset button, then power up the router.
- Continue holding the button for more than 10 seconds, until the CPU LED stops blinking.
- Connect the PC to the AX3000SE (e.g. LAN Port 1).
- Assign the PC IP address:
192.168.0.100/24. - Run the TFTP command as follows:
Windows
Important: Make sure you allow TFTP protocol in Windows firewall.
tftp -i 192.168.0.1 put <path-to-factory.bin> ipTIME_FIRM_WARE
Linux
tftp 192.168.0.1 -m binary -c put <path-to-factory.bin> ipTIME_FIRM_WARE
Using the TFTP method with initramfs image
Specific values needed for tftp
| TFTP server IPv4 address | 192.168.0.100 |
|---|---|
| Firmware TFTP image | see initramfs link above |
- Download the OpenWrt initramfs image.
- Connect to the serial console (115200, 8N1), interrupt the auto-boot process by pressing 0 when prompted. Your selection will be echoed, and you will enter the command-line interface, which allows you to load the image via TFTP.
A successful interruption will present a terminal prompt that looks like this:
MT7981>
- Connect the TFTP server to the AX3000SE (e.g. LAN Port 1).
- Assign the PC IP address:
192.168.0.100/24. - Load and run the initramfs image:
MT7981> tftpboot 0x46000000 initramfs-kernel.bin MT7981> bootm
- Wait for OpenWrt to boot.
- Transfer the sysupgrade image to the device using
scp(or a similar tool), then install it using thesysupgradecommand.
# sysupgrade -n <path-to-sysupgrade.bin>
Alternatively, instead of using scp, you can use the LuCI web interface. Navigate to http://192.168.1.1 and log in (username root, no password). Go to: System → Backup / Flash firmware → Flash new firmware image. Select the sysupgrade firmware image, then upload and flash it through the web interface.
Basic Configuration
→ Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.
Limitation
Triggering the WLAN LED for activity on both phy0 (2.4GHz) and phy1 (5GHz)
Currently, the UCI doesn't support triggering a single LED for activity on multiple WLAN interfaces. As a temporary workaround, the LED is configured to only indicate activity on phy1.
If you wish to monitor phy0 instead, you must change the device from phy1-ap0 to phy0-ap0 in the LuCI LED configuration.
Hardware
Info
