mirror of
https://github.com/DrHo1y/orangepi-build.git
synced 2026-03-23 17:16:43 +07:00
Support Orange Pi 3B Linux6.6
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user