mirror of
https://github.com/brain-hackers/brain-config.git
synced 2025-01-03 10:00:07 +09:00
Overlay file name changed for GL driver.
This commit is contained in:
parent
3e2a73012b
commit
4b4ed9b91f
@ -1107,7 +1107,7 @@ do_gldriver() {
|
|||||||
whiptail --msgbox "GL driver cannot be used on Pi 1 or Pi 0" 20 60 2
|
whiptail --msgbox "GL driver cannot be used on Pi 1 or Pi 0" 20 60 2
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
if [ ! -e /boot/overlays/vc4-kms-v3d-overlay.dtb ]; then
|
if [ ! -e /boot/overlays/vc4-kms-v3d.dtbo ]; then
|
||||||
whiptail --msgbox "Driver and kernel not present on your system. Please update" 20 60 2
|
whiptail --msgbox "Driver and kernel not present on your system. Please update" 20 60 2
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user