-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ipq807x-generic: add support for Xiaomi R-3600 #3032
base: main
Are you sure you want to change the base?
Conversation
three possible issues:
|
8770f05
to
2daffb4
Compare
Please check the regdom of the Radio interfaces. My last information was ath11k self-manages the regdom which is read from the BDF, which i'm currently not sure of whether this is compatible with Gluon in all cases. |
@Djfe have you tested this with latest openwrt changes and do you still want to work on this support? |
@Djfe I built a firmware using your PR a month ago, wifi looks good. I have not checked latest OpenWrt changes, but know that @cawi2001 would be available to test something, if there's something missing here and if he were provided with an image for the device. Deactivating it is very much fine, I'd say. |
👍 |
also known as Mi AIoT Router AX3600
Thanks to madez for providing the hardware :)
initramfs-factory.ubi
via ubiformatsysupgrade -n
to gluonsysupgrade [-n]
,firstboot
)(
lua -e 'print(require("platform_info").get_image_name())'
)xiaomi-ax3600
WPS/...button must return device into config mode(https://gluon.readthedocs.io/en/latest/dev/hardware.html#hardware-support-in-packages)
28:d1:27:fc:a6:2c
When re-adding a device that was supported by an earlier version of Gluon, afactory reset must be performed before checking the primary MAC address, as
the setting from the old version is not reset otherwise.
if there are multiple ports but no WAN port:the PoE input should be WAN, all other ports LANotherwise the first port should be declared as WAN, all other ports LAN(https://gluon.readthedocs.io/en/latest/features/configmode.html)
Radio LEDsShould map to their respective radioShould show activityOutdoor devices only:Added board name tois_outdoor_device
function inpackage/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua
Cellular devices only:Added board name tois_cellular_device
function inpackage/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua
Added board name with modem setup functionsetup_ncm_qmi
topackage/gluon-core/luasrc/lib/gluon/upgrade/250-cellular
docs/user/supported_devices.rst