mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 23:16:31 +00:00
Fix screen issue with RPi4 (#472)
This commit is contained in:
parent
c424b295b1
commit
61516914ce
File diff suppressed because it is too large
Load Diff
@ -28,7 +28,7 @@ function hassos_pre_image() {
|
||||
|
||||
# Enable 64bit support
|
||||
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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user