Fix screen issue with RPi4 (#472)

This commit is contained in:
Pascal Vizeli 2019-09-09 17:10:28 +02:00 committed by GitHub
parent c424b295b1
commit 61516914ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 50 additions and 1116 deletions

File diff suppressed because it is too large Load Diff

View File

@ -28,7 +28,7 @@ function hassos_pre_image() {
# Enable 64bit support # Enable 64bit support
if [[ "${BOARD_ID}" =~ "64" ]]; then if [[ "${BOARD_ID}" =~ "64" ]]; then
echo "arm_64bit=1" >> "${BOOT_DATA}/config.txt" sed -i "s|#arm_64bit|arm_64bit|g" "${BOOT_DATA}/config.txt"
fi fi
} }