Skip to content

Commit 364a2d9

Browse files
committed
qualcommax: ipq50x: add support for Xunison D50 5G
Hardware specifications: - SoC: Qualcomm IPQ5018 - RAM: 512MiB (800MHz) - Flash: ESMT F50D1G41LB 128MiB - Ethernet: 4x 1G RJ45 ports - USB: 2x USB-A 3.0 ports (1x M.2) - WiFi1: QCN5018 2.4GHz - WiFi2: QCN9024 5GHz - LEDs: 1x Mesh 1x 5G 1x 4G 1x WiFi 1x Internet 1x Power - Power: DC 12V - Buttons: Reset, WPS, Power Flash Instructions: 1. The Xunison D50 5G Router comes with a web version of U-Boot. Users can flash the OpenWrt firmware via http://192.168.1.254. (i) Set the host IP address to 192.168.1.2. (ii) Open http://192.168.1.254. (iii) Upload the openwrt-qualcommax-ipq50xx-xunison_d50-5g-squashfs-factory.ubi firmware. The router will reboot itself once the process is complete. 2. Alternatively, users can upload the openwrt-qualcommax-ipq50xx-xunison_d50-5g-squashfs-factory.ubi firmware to /tmp and execute the sysupgrade command. Signed-off-by: YiZhen Choo <yizhen.c02@gmail.com>
1 parent d879e59 commit 364a2d9

19 files changed

+1231
-2
lines changed

package/boot/uboot-tools/uboot-envtools/files/qualcommax_ipq50xx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ elecom,wrc-x3000gs2)
1313
[ -n "$idx" ] && \
1414
ubootenv_add_uci_config "/dev/mtd$idx" "0x0" "0x40000" "0x20000"
1515
;;
16-
glinet,gl-b3000)
16+
glinet,gl-b3000|\
17+
xunison,d50-5g)
1718
idx="$(find_mtd_index 0:APPSBLENV)"
1819
[ -n "$idx" ] && \
1920
ubootenv_add_uci_config "/dev/mtd$idx" "0x0" "0x40000" "0x20000"

package/firmware/ipq-wifi/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ ALLWIFIBOARDS:= \
7676
wallys_dr40x9 \
7777
xiaomi_ax3600 \
7878
xiaomi_ax9000 \
79+
xunison_d50-5g \
7980
yyets_le1 \
8081
yuncore_ax880 \
8182
yuncore_fap650 \
@@ -228,6 +229,7 @@ $(eval $(call generate-ipq-wifi-package,tplink_eap660hd-v1,TP-Link EAP660 HD v1)
228229
$(eval $(call generate-ipq-wifi-package,wallys_dr40x9,Wallys DR40X9))
229230
$(eval $(call generate-ipq-wifi-package,xiaomi_ax3600,Xiaomi AX3600))
230231
$(eval $(call generate-ipq-wifi-package,xiaomi_ax9000,Xiaomi AX9000))
232+
$(eval $(call generate-ipq-wifi-package,xunison_d50-5g,Xunison D50 5G))
231233
$(eval $(call generate-ipq-wifi-package,yyets_le1,YYeTs LE1))
232234
$(eval $(call generate-ipq-wifi-package,yuncore_ax880,Yuncore AX880))
233235
$(eval $(call generate-ipq-wifi-package,yuncore_fap650,Yuncore FAP650))
128 KB
Binary file not shown.
128 KB
Binary file not shown.
128 KB
Binary file not shown.
128 KB
Binary file not shown.

0 commit comments

Comments
 (0)