mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-22 20:46:29 +00:00
use GPT partition table for RPi4 (#936)
* use GPT partition table for RPi4
This commit is contained in:
parent
5e44dcc681
commit
c92b4b54be
@ -3,7 +3,7 @@ BOARD_NAME="RaspberryPi 4 64bit"
|
|||||||
CHASSIS=embedded
|
CHASSIS=embedded
|
||||||
BOOTLOADER=uboot
|
BOOTLOADER=uboot
|
||||||
KERNEL_FILE=Image
|
KERNEL_FILE=Image
|
||||||
BOOT_SYS=hyprid
|
BOOT_SYS=efi
|
||||||
BOOT_SPL=false
|
BOOT_SPL=false
|
||||||
BOOT_ENV_SIZE=0x4000
|
BOOT_ENV_SIZE=0x4000
|
||||||
SUPERVISOR_MACHINE=raspberrypi4-64
|
SUPERVISOR_MACHINE=raspberrypi4-64
|
||||||
|
@ -3,7 +3,7 @@ BOARD_NAME="RaspberryPi 4"
|
|||||||
CHASSIS=embedded
|
CHASSIS=embedded
|
||||||
BOOTLOADER=uboot
|
BOOTLOADER=uboot
|
||||||
KERNEL_FILE=zImage
|
KERNEL_FILE=zImage
|
||||||
BOOT_SYS=hyprid
|
BOOT_SYS=efi
|
||||||
BOOT_SPL=false
|
BOOT_SPL=false
|
||||||
BOOT_ENV_SIZE=0x4000
|
BOOT_ENV_SIZE=0x4000
|
||||||
SUPERVISOR_MACHINE=raspberrypi4
|
SUPERVISOR_MACHINE=raspberrypi4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user