ipTIME AX3000SM
Supported Versions
Hardware Highlights
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 AX3000SM (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 AX3000SM (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 AX3000SM (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.
Hardware
Info
