Commit d970362b authored by Anton Midyukov's avatar Anton Midyukov

arm-rpi4: Disable #dtoverlay=vc4-fkms-v3d for RPi3 on aarch64

framebuffer not working with dtoverlay=vc4-fkms-v3d on RPi3 aarch64.
parent 0eb63906
......@@ -27,7 +27,7 @@ dtparam=audio=on
[pi3]
kernel=uboot-rpi_3.bin
dtoverlay=vc4-fkms-v3d
#dtoverlay=vc4-fkms-v3d
[pi4]
kernel=uboot-rpi_4.bin
......@@ -39,6 +39,10 @@ EOF
[ "$GLOBAL_ARCH" = armh ] && \
sed -i 's/.bin/_32b.bin/g' /boot/efi/config.txt
# framebuffer not working with dtoverlay=vc4-fkms-v3d on RPi3 aarch64
[ "$GLOBAL_ARCH" = armh ] && \
sed -i '/#dtoverlay=vc4-fkms-v3d/s/#//' /boot/efi/config.txt
# Enable bootloading without u-boot
sh -x rpi4-boot-nouboot $kflavour
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment