Bazis AX3000WM

The Bazis AX3000WM or BZ-RT-AX3000WM is a best value travel router (around 30 usd). It's powered with USB-C and features a USB port, Wi-Fi 6, and 1×2.5G WAN + 1x1G LAN port.

WD-R3000N-G2A (china no brand model) have the same hardware as Bazis AX3000WM plus 1x LAN RJ45 Console .

Bazis AX3000WM


Support Forum https://forum.openwrt.org/t/bazis-ax3000wm-device-support/252733

mtk_uartboot method

- we need to connect pc to the router by uart for push ...bl31-uboot.fip
- it request mtk_uartboot from https://github.com/981213/mtk_uartboot/releases
- it request bl2-mt7981-bga-ddr3-ram.bin , that can easy download from https://github.com/981213/tf-a-mtk/releases
- download firmware file from https://firmware-selector.openwrt.org/

Windows

1. Connect router to pc by COMXX interface, Use mtk_uartboot to send bl31-uboot.fip to router (to make router call for a file name openwrt-mediatek-filogic-bazis_ax3000wm-initramfs-recovery.itb)

mtk_uartboot.exe -s COMXX --payload bl2-mt7981-bga-ddr3-ram.bin --aarch64 --fip bl31-uboot.fip

power on router, mtk_uartboot will run and done push bl31-uboot.fip as log like below.

...
==================================
BL2 UART DL version: 0x10
Baudrate set to: 115200
FIP sent.
==================================
NOTICE:  Received FIP 0xc585c @ 0x40400000 ...
==================================   

2. Use tftpd64.exe to push openwrt-mediatek-filogic-bazis_ax3000wm-initramfs-recovery.itb to the router.

 windows ip: 192.168.1.254
 router ip: 192.168.1.1

3. Router will boot to openwrt-mediatek-filogic-bazis_ax3000wm-initramfs-recovery.itb
4. optional backup oem partition by use nand-utils, and use pscp.exe to download to pc.

nanddump -f /tmp/BL2.bin /dev/mtd0
nanddump -f /tmp/u-boot-env.bin /dev/mtd1
nanddump -f /tmp/Factory.bin /dev/mtd2
nanddump -f /tmp/FIP.bin /dev/mtd3

5. Push firmware file to /tmp/ of router
6. Flash openwrt to the router ( need to install kmod-mtd-rw first )

insmod mtd-rw i_want_a_brick=1
mtd write /tmp/openwrt-25.12.5-mediatek-filogic-bazis_ax3000wm-bl31-uboot.fip FIP
mtd write /tmp/openwrt-25.12.5-mediatek-filogic-bazis_ax3000wm-preloader.bin BL2

7. set mdt4 partition

ubidetach -p /dev/mtd4 && ubiformat /dev/mtd4 -y && ubiattach -p /dev/mtd4
ubimkvol /dev/ubi0 -n 0 -N ubootenv -s 128KiB
ubimkvol /dev/ubi0 -n 1 -N ubootenv2 -s 128KiB

7.2 optional Add recovery boot feature. (-10Mb free space)

ubimkvol /dev/ubi0 -n 2 -N recovery -s 10MiB
ubiupdatevol /dev/ubi0_2 /tmp/openwrt-25.12.5-mediatek-filogic-bazis_ax3000wm-initramfs-recovery.itb

8. flash sysupgrade

sysupgrade -n /tmp/openwrt-25.12.5-mediatek-filogic-bazis_ax3000wm-squashfs-sysupgrade.itb

9. Router will reboot and done.

Linux

NA

Not available

Can push firmware base on mtk_uartboot method.

→ Use mtk_uartboot method.

Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.

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.

FIXME Please fill in real values for this device, then remove the EXAMPLEs

The Bazis AX3000WM has the following buttons:

BUTTON Event
EXAMPLE Reset reset
EXAMPLE Secure Easy Setup ses
EXAMPLE No buttons at all. -

Front:
Insert photo of front of the casing

Back:
Insert photo of back of the casing

Backside label:
Insert photo of backside label

Warranty

Main PCB: Bazis AX3000WM:

Main PCB: WD-R3000N-G2A:

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

FIXME Replace EXAMPLE by real values.

Serial connection parameters
for Bazis AX3000WM @@Version@@
EXAMPLE 115200, 8N1, 3.3V

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

COPY HERE THE BOOTLOG WITH THE ORIGINAL FIRMWARE


COPY HERE THE BOOTLOG ONCE OPENWRT IS INSTALLED AND RUNNING


  • Last modified: 2026/08/16 05:24
  • by lessload