Update for opicm5

This commit is contained in:
leeboby
2024-05-29 19:56:57 +08:00
parent 68943b2eba
commit 9013f19ccb
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -4684,7 +4684,7 @@ CONFIG_VIDEO_OV4689=y
# CONFIG_VIDEO_OV50C40 is not set # CONFIG_VIDEO_OV50C40 is not set
# CONFIG_VIDEO_OV5640 is not set # CONFIG_VIDEO_OV5640 is not set
# CONFIG_VIDEO_OV5645 is not set # CONFIG_VIDEO_OV5645 is not set
# CONFIG_VIDEO_OV5647 is not set CONFIG_VIDEO_OV5647=y
# CONFIG_VIDEO_OV6650 is not set # CONFIG_VIDEO_OV6650 is not set
# CONFIG_VIDEO_OV5670 is not set # CONFIG_VIDEO_OV5670 is not set
# CONFIG_VIDEO_OV5675 is not set # CONFIG_VIDEO_OV5675 is not set

View File

@@ -1869,7 +1869,7 @@ show_checklist_variables ()
install_wiringop() install_wiringop()
{ {
install_deb_chroot "$EXTER/cache/debs/arm64/wiringpi_2.52.deb" install_deb_chroot "$EXTER/cache/debs/arm64/wiringpi_2.53.deb"
chroot "${SDCARD}" /bin/bash -c "apt-mark hold wiringpi" >> "${DEST}"/${LOG_SUBPATH}/install.log 2>&1 chroot "${SDCARD}" /bin/bash -c "apt-mark hold wiringpi" >> "${DEST}"/${LOG_SUBPATH}/install.log 2>&1
if [[ ${IGNORE_UPDATES} != yes ]]; then if [[ ${IGNORE_UPDATES} != yes ]]; then