RK3328 Use fbdev driver

This commit is contained in:
tonymac32 2020-10-16 00:45:26 -04:00
parent 8107bdd305
commit a2c0eeff65

View file

@ -285,6 +285,17 @@ family_tweaks()
family_tweaks_bsp()
{
if [[ $BOOTCONFIG == *3328* ]]; then
mkdir -p "$destination"/etc/X11/xorg.conf.d
cat <<-EOF > "$destination"/etc/X11/xorg.conf.d/02-driver.conf
# set fbdev as default driver.
Section "Device"
Identifier "NOGPU"
Driver "fbdev"
EndSection
EOF
fi
if [[ $BOARD == z28pro ]]; then
mkdir -p $destination/usr/local/bin