mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 15:36:29 +00:00
This reverts commit c92b4b54be0d291abd61c4646efe0217243d3c10. Pure GPT would be nice, but older EEPROM/firmware version seem not to handle it properly (before EEPROM 2020-09-03/firmware 2020-10-22). Since devices still get shipped with older EEPROM we currently moving to pure GPT would make those devices not booting. Stick with hybrid mode for now to make sure HAOS boots on all devices no matter if a new or old EEPROM is in use.
This commit is contained in:
parent
2c335a4dd9
commit
ce95fdccd3
@ -3,7 +3,7 @@ BOARD_NAME="RaspberryPi 4 64bit"
|
||||
CHASSIS=embedded
|
||||
BOOTLOADER=uboot
|
||||
KERNEL_FILE=Image
|
||||
BOOT_SYS=efi
|
||||
BOOT_SYS=hyprid
|
||||
BOOT_SPL=false
|
||||
BOOT_ENV_SIZE=0x4000
|
||||
SUPERVISOR_MACHINE=raspberrypi4-64
|
||||
|
@ -3,7 +3,7 @@ BOARD_NAME="RaspberryPi 4"
|
||||
CHASSIS=embedded
|
||||
BOOTLOADER=uboot
|
||||
KERNEL_FILE=zImage
|
||||
BOOT_SYS=efi
|
||||
BOOT_SYS=hyprid
|
||||
BOOT_SPL=false
|
||||
BOOT_ENV_SIZE=0x4000
|
||||
SUPERVISOR_MACHINE=raspberrypi4
|
||||
|
Loading…
x
Reference in New Issue
Block a user