关于香橙派系统烧录,1.1.8或者1.1.10两个版本都无法启动Orangepi5

先执行

复制代码
git clone https://github.com/orangepi-xunlong/orangepi-build.git

git log 默认会显示较新的提交记录。如果你需要查看更多的提交记录,可以使用以下方法:

复制代码
git log --oneline --graph --all

这会以简洁的方式显示所有分支的提交记录,并以图形化的方式展示提交历史。

输出如下:

复制代码
* 7ebb9a0 (HEAD -> next, origin/next, origin/HEAD) Update orangepi-hardware-optimization
* 9013f19 Update for opicm5
* 68943b2 rk3588: Add librkllmrt.so and rkllm.h
* d510ac6 Update rk35xx_gpu_vpu.inc
* 62c5034 Update linux-rockchip-rk3588-legacy.config
* 36c57dd opi5pro/5max: update ddrbin to v1.16
* 8d333a1 Update wiringpi_2.52.deb
* 947e6bc Update for opi3b compatibility
* d910899 Support Orange Pi 5 Pro/Max current branch
* 12d48c4 Fix lightdm issue for ubuntu
* bf37ded Update for opicm5
* c7fd0ef Support Orange Pi CM5 current branch
* cf11d6e Update for Orange Pi CM5
* 94d50c2 Support Orange Pi 3 Plus
* e9165fc Add amlogic-boot-fip and amlogic-boot-fip-spi
* 5a7ad49 Update for opi5pro
* 3b49288 Update boot-rockchip64.cmd
* 55155f1 Support linux6.1 for opi5/5b/5plus
* afe4ff8 Support Orange Pi 5 Max
* 2563495 Update for opi4lts
* 25231a7 iqfiles: Update ov13850_CMK-CT0116_default.json
* 74e0ebf Update linux-rockchip-rk3588-legacy-opi5pro.config
* 1dbc810 opicm4: update REVISION to 1.0.4

然后选择

复制代码
git checkout 7ebb9a0

编译后烧录就可以正常启动了

相关推荐
枫桥骤雨7 小时前
我的龙虾日记
ubuntu·openclaw
枫桥骤雨10 小时前
本地OpenClaw部署教程
ubuntu·openclaw
BieberChen14 小时前
ubuntu定时执行脚本---crontab详细使用指南
linux·运维·ubuntu
时空无限16 小时前
ubuntu 22.04 如何使用命令查看配置防火墙规则
服务器·网络·ubuntu
biubiubiu070616 小时前
Ubuntu 22.04 高级运维与架构规范手册
运维·ubuntu·架构
有毒的教程16 小时前
Ubuntu 网络代理设置教程
linux·网络·ubuntu
我是一个对称矩阵16 小时前
Ubuntu安装WIFI适配器驱动
stm32·单片机·ubuntu
vvw&17 小时前
如何在 Linux 中安装和使用 nftables
linux·运维·服务器·ubuntu
AzusaFighting17 小时前
ROS 2 Jazzy (Ubuntu Noble 24.04)部署
linux·运维·ubuntu
浮若于心18 小时前
WSL2 Ubuntu 占用 C 盘空间清理指南
linux·c语言·ubuntu