先执行
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
编译后烧录就可以正常启动了