The Cudy X6 is a very new product that just became available on Amazon. It is an MT7621 architecture router supporting AX1800. The router runs on a custom build of 21.02.1 OpenWrt and the manufacturer's website provides a .dts file as well an excel spreadsheet laying out the gpio.
I tried to use the firmware from the link above but I ran into trouble trying to install wpad-wolfssl. The wireless configuration doesn't support WPA3 and I was unable to set up an 802.11s mesh network.
I'm hoping that with official support, it can be upgraded to the latest kernel that might have better support.
No, it's not running OpenWrt, but a vendor firmware loosely based on Mediatek's semi-proprietary SDK, which in turn is loosely based on a (typically ancient) not further specified fork of OpenWrt. Even if it might partially look like OpenWrt under the hood, very crucial parts of it have been ripped out and replaced with proprietary components. This typically entails, kernel, wireless drivers, config backend, storage backend, proprietary offloading, parts of the init system, upgrade integration and the webinterface. The result has very little in common with OpenWrt, especially regarding the most crucial components and won't really help you to get OpenWrt working.
In general, mt7621a+mt7915e 'should' be relatively easy to port (unless the vendor intentionally spent time on making it difficult), but the mt7621a is a bit low-end for the capabilities usually expected from a wifi6 router at the throughput it's supposed to cover. mt7622 would be a better match for a contemporary router SOC.
From there, I figured out where to add the .dts file Cudy provided and edit the .mk file. I then cloned the official Openwrt v21.02.0-rc3 tag and added Cudy X6.
My resulting build had the same behavior as the Openwrt provided by Cudy. It seems that the driver detects two wifi devices but really only knows how to access one of them.
So this is a waiting game for the MT7915E drivers to mature (I say waiting game because I, in no way, have the skills to fix the drivers myself).
For recover firmware request a file with name: recovery.bin in tftp folder
Power up ans push reset button ( some 10 seconds ) and you have tftp recovery request in the serial console
For recovery.bin file
download X6 For Developer.zip
Extract , rename openwrt-ramips-mt7621-cudy-x6-flash.bin to recovery.bin & copy in your tftp folder
flash is 16 pins Winbond W25Q256JVFQ
to use the 8-pin spi memory, some components are not wired ?
These are down to $39 now on Amazon -- was looking at the Belkin RT3200, but I'm skeptical that one Belkin will provide better coverage than 2 of these in a mesh.
In terms of wireless coverage and throughput, two (even slightly lower-class) APs are always better than one single high-end wireless router. The concern about the combination of mt7621a and wifi6 mt7915e is about the SOC performance, yes it's good at offloading, but when speed is required, it's still a comparatively old/ low-end 2*880 MHz mips CPU, which isn't the best match to keep a fast WAN and wifi6 network busy.
Hi everyone,
I've build the OpenWRT-Master with the support to Cudy X6 and it seems to work great, i was wondering how can i share what i did.
Should i create a New Branch etc?
Also, there's one small problem, 160MHZ channel don't work, it errors out with DFS and won't work even with channels manually set, but i found this: https://patchwork.kernel.org/project/linux-wireless/patch/20210804134337.2582-5-greearb@candelatech.com/
pushed to the linux kernel, i think that's what causing the problem on openwrt, because the latest update to mt76 is from july and the commit linked above is from Aug.
(Was wondering if we can manually update the mt76 files ourselves(?))
Anyway can't wait for an answer
(Also first time posting ever replying to some post )
I've created the pull request (https://github.com/openwrt/openwrt/pull/4582), now i'll get to work on the patch in: https://github.com/openwrt/mt76.
The pain in the back is that changing the mt76 requires: Fork, branch, commit, push and pull request (all pretty standard here) AND needs to be referenced in the openwrt (this is referred as "updating mt76" in openwrt's commit)
Good morning,
I kindly ask where I can find the complete openwrt file with all services for the cudy x1800, as I am interested in entering the DDNS and possibly the vnp
Thank you