You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
板子:orangepi5B
系统:官方最新debian或者Ubuntu,linux内核6.1.43
内核源码:https://github.com/orangepi-xunlong/linux-orangepi/tree/orange-pi-6.1-rk35xx
在板子上编译命令:
tar zxf orange-pi-6.1-rk35xx.tar.gz
mv orange-pi-6.1-rk35xx linux-orangepi
cd linux-orangepi
git pull origin orange-pi-6.1-rk35xx
make rockchip_linux_defconfig
make -j10
sudo make modules_install
sudo make install
sudo make dtbs_install INSTALL_DTBS_PATH=/boot/dtb/
sudo reboot
重启后无法点亮屏幕,红灯常亮但是绿灯不亮
The text was updated successfully, but these errors were encountered:
板子:orangepi5B
系统:官方最新debian或者Ubuntu,linux内核6.1.43
内核源码:https://github.com/orangepi-xunlong/linux-orangepi/tree/orange-pi-6.1-rk35xx
在板子上编译命令:
tar zxf orange-pi-6.1-rk35xx.tar.gz
mv orange-pi-6.1-rk35xx linux-orangepi
cd linux-orangepi
git pull origin orange-pi-6.1-rk35xx
make rockchip_linux_defconfig
make -j10
sudo make modules_install
sudo make install
sudo make dtbs_install INSTALL_DTBS_PATH=/boot/dtb/
sudo reboot
重启后无法点亮屏幕,红灯常亮但是绿灯不亮
The text was updated successfully, but these errors were encountered: