ophub
ophub
我猜可以用那个
根据你的反馈,我添加了这个设备,你有空的时候到releases里下载测试下: https://github.com/ophub/amlogic-s9xxx-armbian/releases
``` /dts-v1/; #include #include #include #include "rk3399.dtsi" #include "rk3399-opp.dtsi" / { model = "RK3399 TPM312"; compatible = "rk3399,tpm312", "rockchip,rk3399"; /delete-node/ display-subsystem; aliases { ethernet0 = &gmac; mmc0 = &sdhci; mmc1...
我在这个仓库找到一个dts源文件,可以在源文件基础上修改,进行编译测试。 [rk3399-tpm312.dts.zip](https://github.com/user-attachments/files/16091985/rk3399-tpm312.dts.zip) https://github.com/xiaomeng9597/iStoreOS-For-RK33XX/blob/main/configfiles/rk3399-tpm312.dts
https://github.com/unifreq/linux-6.6.y/blob/main/arch/arm64/boot/dts/rockchip/rk3399-tpm312.dts 在这个源码里,你改动了什么地方,提交到上游f大的这个内核仓库里,每次更新以这里编译的为准。 https://github.com/ophub/kernel/blob/571280fe3e19adba194c737e6fa513b9d79f1a23/kernel-config/release/general/config-6.6#L3284 https://github.com/ophub/firmware/tree/main/firmware/rtw88 rtw8821cu驱动和固件都有,查查什么原因导致无法加载的
无线不使用就关闭了
[rk3399-zysj.dtb.zip](https://github.com/user-attachments/files/15585297/rk3399-zysj.dtb.zip) 我测试了从5.4.y到6.6.y的全部内核,都编译正常。你试试这个dtb能不能正确激活wifi。
[rk3399-zysj.dtb.zip](https://github.com/user-attachments/files/15738994/rk3399-zysj.dtb.zip) 可以正常编译,你试试这个编译好的能不能正常驱动wifi
https://github.com/ophub/amlogic-s9xxx-openwrt/releases 试试这里下载的可以不可以
感谢测试分享,我更新到 https://github.com/ophub/u-boot 仓库