ZyXEL NWA55AXE
Write a short, relevant description of the device. Include a technical overview, but avoid marketing buzzwords/useless stuff. Two to four sentences is about right. A picture is good, too. Edit the page to see how to add pictures.
Any text with a light background (like this one) provides instructions for creating the Details Page. When you have filled in correct/useful information (instead of any template that's there) remove the instructions, as well as the <WRAP>
that encloses it.
Getting started with a new Device Page
- This is an empty template that suggests the information that should be present on a well-constructed Device Page. This means, that you have to fill it with life and information.
- There are several “fixme” tags with text on a light background (like this text) throughout this template. As you fill in the page, remove those tags so that people can judge its completeness.
- When there are no more “fixme” tags left, delete this one too, along with the
<WRAP>
that encloses it.
Keep the articles modular
- Please include only model specific information, omit bla,bla and put everything generic into separate articles
- If you have no time to write certain stuff, link to docs
- base-system should lead the way, do not explain this again
- DO NOT provide a complete howto here! Instead groom the general documentation.
Supported Versions
- The tables below are automatically generated, once the correct filters for Brand and Model are set.
- If the tables below show information for
ZyXEL NWA55AXE
, everything is OK and you can delete this text and the<WRAP>
that encloses it. - If the tables below contain “Nothing found”, it means that either
- the dataentry page for ZyXEL NWA55AXE is missing. Please create a new dataentry page first, then reload this page. The tables should then contain $something. If they do, delete this text and the
<WRAP>
that encloses it. - filters are not set correctly. Most common reason for “Nothing found”: The dataentry does not contain a Version, but we are filtering here for version → Please edit this section and adjust the filters with the proper Brand, Model and Version. In case the dataentry does not contain a version, delete the line
filter : Versions~
. Just try, it's easy. The tables should then contain $something. If they do, delete this text and the<WRAP>
that encloses it.
- If the tables still contain “Nothing found”: Don't panic, calm down, take a deep breath and contact a wiki admin (tmomas) for help.
Experimental Versions
None at this time.
Hardware Highlights
Installation
Web UI
- Connect to the device via lan
- Set your IP to `192.168.1.20`
- Open Web UI at `192.168.1.2`
- Login with username “admin” and password “1234” in standalone mode
- At maintenance/firmware-package upload the factory image (see Techdata: ZyXEL NWA55AXE)
- The device should reboot into openwrt an be accessible via `192.168.1.1`
As the device uses a dual-image partition layout, OpenWrt can only installed on Slot A. This requires the current active image prior flashing the device to be on Slot B.
If the currently installed image is started from Slot A, the device will flash OpenWrt to Slot B. OpenWrt will panic upon first boot in this case and the device will return to the ZyXEL firmware upon next boot.
If this happens, first install a ZyXEL firmware upgrade of any version and install OpenWrt after that.
TFTP
This installation routine is especially useful in case
- unknown device password (NWA55AXE lacks reset button)
- bricked device
Attach to the UART console header of the device. Interrupt the boot procedure by pressing Enter.
The bootloader has a reduced command-set available from CLI, but more commands can be executed by abusing the atns command.
The modified ZyXEL U-Boot has a restricted set of commands available, however, more can be accessed by abusing the 'atns' command.
Requirements
- Local area network with 192.168.1.0/24 subnet
- A TFTP server hosting the openwrt-initramfs.bin image running on the arbitrary IP address: e.g. 192.168.1.20
- ramboot-factory.bin image (you'll download this image later via wget from the console)
Go through the following steps
- Connect the serial cable to the console port
- Connect the router to your LAN using ethernet cable
- Start the terminal emulator and connect to the serial port
- Connect the power cable which starts the router and you see the following
U-Boot SPL 2018.09 (Jan 22 2021 - 07:42:43 +0000) Trying to boot from NAND Initializing NMBM ... Signature found at block 1023 [0x07fe0000] First info table with writecount 0 found in block 960 Second info table with writecount 0 found in block 963 NMBM has been successfully attached
- Interrupt the boot sequence with the keyboard to enter the UART console
gpio: pin 24 (gpio 24) value is 1 Hit any key to stop autoboot: 0 =>
- Check the active slot:
atds
- Read the output to find the active slot
Image0 status :success [Slot A] Image1 status :success [Slot B] Boot Image :Image1 [Slot B is active]
- Boot the OpenWRT initramfs image using the commands:
atnf openwrt-initramfs.bin atna 192.168.1.10 atns "192.168.1.20; tftpboot; bootm"
- Wait until the text below appears and then press Enter
Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level Please press Enter to activate this console.
- You have successfully booted OpenWrt
BusyBox v1.36.1 (2024-03-22 22:09:42 UTC) built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- OpenWrt 23.05.3, r23809-234f1a2efa ----------------------------------------------------- === WARNING! ===================================== There is no root password defined on this device! Use the "passwd" command to set up a new password in order to prevent unauthorized SSH logins. -------------------------------------------------- root@(none):/#
- Once OpenWrt has booted, you'll have to configure the network to get Internet access
- Edit the file /etc/config/network
vim /etc/config/network
- Configure router's IP address, gateway, dns server
(...) config interface 'lan' option device 'br-lan' option proto 'static' option ipaddr '192.168.1.10' option netmask '255.255.255.0' option ip6assign '60' option gateway '192.168.1.1' list dns '192.168.1.1'
- Apply the changes with
/etc/init.d/network restart
- Verify the Internet connection
ping www.google.com
- If slot B is active, you'll have to install zyxel-bootconfig package
opkg update opkg install zyxel-bootconfig
- ...and make slot A active (you don't have to do this is slot A is already active)
zyxel-bootconfig /dev/mtd10 get-status zyxel-bootconfig /dev/mtd10 set-image-status 0 valid zyxel-bootconfig /dev/mtd10 set-active-image 0
- Download the ramboot-factory image to the device, using for example SCP or wget
cd /tmp wget --no-check-certificate -O ramboot-factory.bin https://downloads.openwrt.org/releases/23.05.3/targets/ramips/mt7621/openwrt-23.05.3-ramips-mt7621-zyxel_nwa55axe-squashfs-ramboot-factory.bin
- Install the image to the NAND
mtd write ramboot-factory.bin firmware reboot
- Congratulations! Your device is now running OpenWrt.
Flash Layout
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.
OEM easy installation
Upload the Factory image using the devices web interface.
As the device uses a dual-image partition layout, OpenWrt can only installed on slot A. This requires the current active image prior flashing the device to be on slot B.
If the currently installed image is started from slot A, the device will flash OpenWrt to slot B. OpenWrt will panic upon first boot in this case and the device will return to the ZyXEL firmware upon next boot.
If this happens, first install a ZyXEL firmware upgrade of any version and install OpenWrt after that.
OEM installation using the TFTP method
This installation routine is especially useful in case * unknown device password (NWA55AXE lacks reset button) * bricked device
Attach to the UART console header of the device. Interrupt the boot procedure by pressing Enter.
The bootloader has a reduced command-set available from CLI, but more commands can be executed by abusing the atns command.
Boot a OpenWrt initramfs image available on a TFTP server at 192.168.1.66. Rename the image to owrt.bin
$ atnf owrt.bin $ atna 192.168.1.88 $ atns "192.168.1.66; tftpboot; bootm"
Upon booting, set the booted image to the correct slot:
$ zyxel-bootconfig /dev/mtd10 get-status $ zyxel-bootconfig /dev/mtd10 set-image-status 0 valid $ zyxel-bootconfig /dev/mtd10 set-active-image 0
Copy the OpenWrt ramboot-factory image to the device using scp. Write the factory image to NAND and reboot the device.
$ mtd write ramboot-factory.bin firmware $ reboot
Upgrading OpenWrt
These are generic instructions. Update with your router's specifics.
LuCI Web Upgrade Process
- Browse to
http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/
LuCI Upgrade URL - Upload image file for sysupgrade to LuCI
- Wait for reboot
Terminal Upgrade Process
If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. There are two command line methods for upgrading:
sysupgrade
mtd
Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.
sysupgrade
- Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc sysupgrade /tmp/xxx.abc
mtd
If sysupgrade
does not support this router, use mtd
.
- Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc mtd write /tmp/xxx.abc linux && reboot
Debricking
Failsafe mode
Basic configuration
→ Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.
Specific Configuration
Please fill in real values for this device, then remove the EXAMPLEs
Network interfaces
The default network configuration is:
Interface Name | Description | Default configuration |
---|---|---|
br-lan | EXAMPLE LAN & WiFi | EXAMPLE 192.168.1.1/24 |
vlan0 (eth0.0) | EXAMPLE LAN ports (1 to 4) | EXAMPLE None |
vlan1 (eth0.1) | EXAMPLE WAN port | EXAMPLE DHCP |
wl0 | EXAMPLE WiFi | EXAMPLE Disabled |
Switch Ports (for VLANs)
Please fill in real values for this device, then remove the EXAMPLEs
Numbers 0-3 are Ports 1-4 as labeled on the unit, number 4 is the Internet (WAN) on the unit, 5 is the internal connection to the router itself. Don't be fooled: Port 1 on the unit is number 3 when configuring VLANs. vlan0 = eth0.0, vlan1 = eth0.1 and so on.
Port | Switch port |
---|---|
Internet (WAN) | EXAMPLE 4 |
LAN 1 | EXAMPLE 3 |
LAN 2 | EXAMPLE 2 |
LAN 3 | EXAMPLE 1 |
LAN 4 | EXAMPLE 0 |
Buttons
→ hardware.button on howto use and configure the hardware button(s). Here, we merely name the buttons, so we can use them in the above Howto.
The ZyXEL NWA55AXE has no buttons.
Hardware
Info
- This table is automatically generated, once the correct filters for Brand and Model are set.
- If you see “Nothing.” instead of a table, please edit this section and adjust the filters with the proper Brand and Model. Just try, it's easy.
- If you still don't see a table here, or a table filled with '¿': Is there already a Techdata page available for ZyXEL NWA55AXE ? If not: Create one.
- If you see a table with the desired device data, everything is OK and you can delete this text and the
<WRAP>
that encloses it. - If it still doesn't work: Don't panic, calm down, take a deep breath and contact a wiki admin (tmomas) for help.
Photos
Front:
Back:
Backside label:
Insert photo of backside label
Opening the case
Note: This will void your warranty!
Remove the two screws indicated:
Slide the PCB tray out from the outer housing as shown:
Main PCB:
Serial
→ port.serial general information about the serial port, serial port cable, etc.
The Serial Port of this specific device is indicated by the red ellipse:
The board may not come with header pins attached. In this case, remove the four screws indicated in blue. You may also want to either unplug the antenna cables, or remove the nuts holding the RP-SMA ports in place in the plastic housing. Remove the PCB to allow soldering the header pins from the back side of the board.
The pinout is pretty obvious, but just in case:
V | Vcc: board voltage (~3.3V; do not connect) |
---|---|
T | TxD: signal transmitted from device to host PC |
R | RxD: signal received at device from host PC |
G | GND: ground |
Serial connection parameters | ZyXEL NWA55AXE |
---|---|
Baud rate | 115,200 |
Data bits | 8 |
Stop bits | 1 |
Logic level | 3.3V |
JTAG
→ 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
Bootloader mods
Hardware mods
None so far.
Bootlogs
OEM bootlog
U-Boot SPL 2018.09 (Jan 22 2021 - 07:42:43 +0000) Trying to boot from NAND Initializing NMBM ... Signature found at block 1023 [0x07fe0000] First info table with writecount 0 found in block 960 Second info table with writecount 0 found in block 963 NMBM has been successfully attached U-Boot 2018.09 (Jan 22 2021 - 07:42:43 +0000) CPU: MediaTek MT7621AT ver 1, eco 3 Clocks: CPU: 880MHz, DDR: 600MHz (1200MT/s), Bus: 220MHz, XTAL: 40MHz Model: MediaTek MT7621 reference board (NAND) DRAM: 256 MiB NAND: 128 MiB Initializing NMBM ... Signature found at block 1023 [0x07fe0000] First info table with writecount 0 found in block 960 Second info table with writecount 0 found in block 963 NMBM has been successfully attached Loading Environment from NMBM... *** Warning - bad CRC, using default environment In: uartlite0@1e000c00 Out: uartlite0@1e000c00 Err: uartlite0@1e000c00 Net: Warning: eth@1e100000 (eth0) using random MAC address - fa:26:d7:78:e2:6c eth0: eth@1e100000 Reading from 0x7700000, size 0x20000 Succeeded Zyxel version:V1.03 gpio: pin 6 (gpio 6) value is 1 gpio: pin 24 (gpio 24) value is 0 gpio: pin 24 (gpio 24) value is 1 Hit any key to stop autoboot: 0 Loading FIT image at offset 0x2980000 to memory 0x83000000, size 0x38ad24 ... Automatic boot of image at addr 0x83000000 ... ## Loading kernel from FIT Image at 83000000 ... Using 'config@1' configuration Trying 'kernel@1' kernel subimage Description: MIPS OpenWrt Linux-4.4.198 Type: Kernel Image Compression: lzma compressed Data Start: 0x830000e4 Data Size: 3700285 Bytes = 3.5 MiB Architecture: MIPS OS: Linux Load Address: 0x81001000 Entry Point: 0x81001000 Hash algo: crc32 Hash value: 68a1444b Hash algo: sha1 Hash value: 9ff9ef1add755e522a38b8a3ca688862a42f625f Verifying Hash Integrity ... crc32+ sha1+ OK ## Loading fdt from FIT Image at 83000000 ... Using 'config@1' configuration Trying 'fdt@1' fdt subimage Description: MIPS OpenWrt mt7621-rfb-ax-nmbm device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x83387868 Data Size: 12690 Bytes = 12.4 KiB Architecture: MIPS Hash algo: crc32 Hash value: 22dfdc4b Hash algo: sha1 Hash value: 1d76e5da661e6d2a8eafb4175232705f43e4132c Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0x83387868 Uncompressing Kernel Image ... OK Loading Device Tree to 8fe67000, end 8fe6d191 ... OK [ 0.000000] Linux version 4.4.198 (jenkins@NT121613-PC10) (gcc version 5.4.0 (LEDE GCC 5.4.0 r48+2-a5857a0e) ) #0 SMP Wed Jan 10 06:31:00 UTC 2024 [ 0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3 [ 0.000000] bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc) [ 0.000000] MIPS: machine is MediaTek MT7621 RFB (802.11ax, NAND with NMBM) [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 10000000 @ 00000000 (usable) [ 0.000000] CPU Clock: 1000MHz [ 0.688459] zyUMAC_wal_attach: num_radios 2 [ 0.693633] zyUMAC_wal_wphy_create: g_num_radios 2 [ 0.693633] Start EnterpriseWLAN system daemon.... ..........................................Applying system configuration file, please wait... .................................EnterpriseWLAN system is configured successfully with startup-config.conf netopeer-server start Welcome to NWA55AXE
OpenWrt bootlog
U-Boot SPL 2018.09 (Jan 22 2021 - 07:42:43 +0000) Trying to boot from NAND Initializing NMBM ... Signature found at block 1023 [0x07fe0000] First info table with writecount 0 found in block 960 Second info table with writecount 0 found in block 963 NMBM has been successfully attached U-Boot 2018.09 (Jan 22 2021 - 07:42:43 +0000) CPU: MediaTek MT7621AT ver 1, eco 3 Clocks: CPU: 880MHz, DDR: 600MHz (1200MT/s), Bus: 220MHz, XTAL: 40MHz Model: MediaTek MT7621 reference board (NAND) DRAM: 256 MiB NAND: 128 MiB Initializing NMBM ... Signature found at block 1023 [0x07fe0000] First info table with writecount 0 found in block 960 Second info table with writecount 0 found in block 963 NMBM has been successfully attached Loading Environment from NMBM... *** Warning - bad CRC, using default environment In: uartlite0@1e000c00 Out: uartlite0@1e000c00 Err: uartlite0@1e000c00 Net: Warning: eth@1e100000 (eth0) using random MAC address - fa:26:d7:78:e2:6c eth0: eth@1e100000 Reading from 0x7700000, size 0x20000 Succeeded Zyxel version:V1.03 gpio: pin 6 (gpio 6) value is 1 gpio: pin 24 (gpio 24) value is 0 gpio: pin 24 (gpio 24) value is 1 Hit any key to stop autoboot: 0 Loading FIT image at offset 0x180000 to memory 0x83000000, size 0x2add6c ... Automatic boot of image at addr 0x83000000 ... ## Loading kernel from FIT Image at 83000000 ... Using 'config-1' configuration Trying 'kernel-1' kernel subimage Description: MIPS OpenWrt Linux-5.15.150 Type: Kernel Image Compression: lzma compressed Data Start: 0x830000e4 Data Size: 2796352 Bytes = 2.7 MiB Architecture: MIPS OS: Linux Load Address: 0x80001000 Entry Point: 0x80001000 Hash algo: crc32 Hash value: 25bcc415 Hash algo: sha1 Hash value: 64a641ce804c9731c6ec6c9d1d26d3a12e192dc8 Verifying Hash Integrity ... crc32+ sha1+ OK ## Loading fdt from FIT Image at 83000000 ... Using 'config-1' configuration Trying 'fdt-1' fdt subimage Description: MIPS OpenWrt zyxel_nwa55axe device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x832aad64 Data Size: 10948 Bytes = 10.7 KiB Architecture: MIPS Hash algo: crc32 Hash value: c552d7c6 Hash algo: sha1 Hash value: fab064a68f88c3b0ec72437e5234d9872a34fa6b Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0x832aad64 Uncompressing Kernel Image ... OK Loading Device Tree to 8fe67000, end 8fe6cac3 ... OK [ 0.000000] Linux version 5.15.150 (builder@buildhost) (mipsel-openwrt-linux-musl-gcc (OpenWrt GCC 12.3.0 r23809-234f1a2efa) 12.3.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP Fri Mar 22 22:09:42 2024 [ 0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3 [ 0.000000] printk: bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc) [ 0.000000] MIPS: machine is ZyXEL NWA55AXE Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level Please press Enter to activate this console.
Notes
Space for additional notes, links to forum threads or other resources.
- ...