Support Orange Pi 3B Linux6.6

This commit is contained in:
liuyang
2023-11-08 10:05:10 +08:00
parent 2dbd451489
commit b44a27562b
4 changed files with 10159 additions and 3 deletions

View File

@@ -5,10 +5,14 @@ OVERLAY_PREFIX="rk356x"
case $BRANCH in
legacy)
legacy)
KERNELBRANCH='branch:orange-pi-5.10-rk35xx'
LINUXCONFIG='linux-rockchip-rk356x-legacy'
;;
current)
KERNELBRANCH='branch:orange-pi-6.6-rk35xx'
LINUXCONFIG='linux-rockchip-rk356x-current'
;;
esac
prepare_boot_configuration
@@ -37,6 +41,8 @@ family_tweaks_bsp()
family_tweaks_s() {
rsync -a --chown=root:root "${EXTER}"/packages/bsp/rk356x/* ${SDCARD}/
chroot $SDCARD /bin/bash -c "apt-get -y -qq install dnsmasq v4l-utils cheese " >> "${DEST}"/${LOG_SUBPATH}/install.log 2>&1
install_docker
install_balenaEtcher
install_wiringop