uwe5621ds 已适配 dtb,armbian上游已有固件,请求指导如何编译驱动 #3222
Replies: 3 comments 2 replies
-
|
你的意思是你发的这个dtb在你的设备上无线驱动可以正常工作? 你改这反编译文件没法编译。你说的上游已经适配的地址发下,把他的驱动地址发下,添加了这个驱动的dts发下。 我的固件里是带了驱动的,但是能不能使用不确定,驱动是从armbian仓库搬运的。 |
Beta Was this translation helpful? Give feedback.
-
|
meson-gxl-s905l3-m411a.dtb.zip 下载我编译的这个,解压缩后得到 |
Beta Was this translation helpful? Give feedback.
-
|
https://forum.armbian.com/topic/23999-unisoc-uwe5621ds-on-rk3566-device-calling-orange-pi-experts/,这里有人成功在 OpenWRT(Linux 内核 6.6)上运行 UWE5621DS |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Device Information | 设备信息
Armbian Version | 系统版本
Describe the bug | 问题描述
目前进展:已经可以识别设备硬件检测状态。修改dtb文件,重新编译dtb。
内容如下:
添加 brcmf = "/soc/apb@d0000000/mmc@70000/wifi@1";
mmc@70000节点添加:wifi@1 {compatible = "uunisoc,uwe5621,uwe5622";reg = <0x01>;};
2、下一步工作,寻求 uwe5622 驱动代码编译and测试。
3、再下一步工作固件识别。
4、最后检验无线网卡是否工作正常。
请求大佬指导驱动如何编译。
附带已正常设备硬件识别到内容:
echo -e "\n2. 硬件检测状态:"
echo "SDIO设备:"
ls /sys/bus/sdio/devices/ 2>/dev/null || echo "无SDIO设备"
echo "设备详情:"
cat /sys/bus/sdio/devices/*/uevent 2>/dev/null | grep -v "^$" || echo "无法读取设备信息"
SDIO设备:
mmc0:8800:1
设备详情:
OF_NAME=wifi
OF_FULLNAME=/soc/apb@d0000000/mmc@70000/wifi@1
OF_COMPATIBLE_0=uwcnmodem,we5621ds
OF_COMPATIBLE_N=1
SDIO_CLASS=00
SDIO_ID=0000:0000
SDIO_REVISION=0.0
MODALIAS=sdio:c00v0000d0000
-e
meson-gxl-s905l3b-m302a.dts.txt
Beta Was this translation helpful? Give feedback.
All reactions