Update for Orange Pi 3B v1.0.4

This commit is contained in:
baiywt
2023-10-26 13:34:11 +08:00
parent ed4ced31b6
commit a0a0aeaaa6
10 changed files with 39 additions and 10 deletions

View File

@@ -961,7 +961,7 @@ install_opi_specific()
case ${BOARDFAMILY} in
"rockchip-rk356x")
rk356x_gpu_vpu_tweaks_for_raspios
rk35xx_gpu_vpu_tweaks
esac
[[ ! -d "${SDCARD}/lib/firmware" ]] && mkdir -p "${SDCARD}/lib/firmware"

View File

@@ -302,7 +302,7 @@ dpkg_install_debs_chroot()
if [[ ! -z "${unsatisfied_dependencies[*]}" ]]; then
display_alert "Installing Dependencies" "${unsatisfied_dependencies[*]}"
chroot $SDCARD /bin/bash -c "apt-get -y -qq install ${unsatisfied_dependencies[*]}" >> "${DEST}"/${LOG_SUBPATH}/install.log 2>&1
chroot $SDCARD /bin/bash -c "apt-get update; apt-get -y -qq install ${unsatisfied_dependencies[*]}" >> "${DEST}"/${LOG_SUBPATH}/install.log 2>&1
fi
local names=""