We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1、安装了官方提供Orangepi5pro_1.0.2_debian_bookworm_desktop_xfce_linux5.10.160.img的系统 2、git clone https://github.com/orangepi-xunlong/linux-orangepi.git --branch=orange-pi-5.10-rk35xx-rt 3、复制[https://github.com/orangepi-xunlong/orangepi-build/blob/next/external/config/kernel/linux-rockchip-rk3588-legacy-rt.config] 到.config 4、添加.config配置 CONFIG_NET_VENDOR_MOTORCOMM=y CONFIG_FUXI=y
大致按如上编译出实时内核,但是切换成这个之后重新启动系统。发现网口设备没有识别
The text was updated successfully, but these errors were encountered:
官方的处理太慢了,还是需要靠自己解决。。 而且有wifi设备无法识别的问题 1、git clone https://github.com/orangepi-xunlong/linux-orangepi.git --branch=orange-pi-5.10-rk3588 2、将上述库中的/drivers/net/ethernet/motorcomm/ 文件夹复制到实时内核源码的同一个位置 3、更改实时内核源码/drivers/net/ethernet/Makefile ,添加一项obj-y += motorcomm/
然后需要更改make时候的.config文件。需要添加一些项 CONFIG_NET_VENDOR_MOTORCOMM=y CONFIG_BCMDHD_SDIO=y
Sorry, something went wrong.
确实技术支持太弱了,Armbian 构建太麻烦了,对于系统定制
No branches or pull requests
1、安装了官方提供Orangepi5pro_1.0.2_debian_bookworm_desktop_xfce_linux5.10.160.img的系统
2、git clone https://github.com/orangepi-xunlong/linux-orangepi.git --branch=orange-pi-5.10-rk35xx-rt
3、复制[https://github.com/orangepi-xunlong/orangepi-build/blob/next/external/config/kernel/linux-rockchip-rk3588-legacy-rt.config] 到.config
4、添加.config配置 CONFIG_NET_VENDOR_MOTORCOMM=y CONFIG_FUXI=y
大致按如上编译出实时内核,但是切换成这个之后重新启动系统。发现网口设备没有识别
The text was updated successfully, but these errors were encountered: