mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-14 23:18:57 +00:00
* Use Genimage for declarative image layout instead of s[fg]disk and dd * Change partition type to hybrid for M1, M1S and Green This is what it really is, so just make sure only one "fix" function is called. * Change efi BOOT_SYS to gpt There is no reason to have separate efi and boot sys, since all boards that use efi also use grub as the loader. * Change BOOT_SYS to more explanatory PARTITION_TABLE_TYPE * Add units to DISK_SIZE * Add forced-primary patch and use it in MBR images * Avoid disabling SC2155, remove old comments
12 lines
226 B
Plaintext
12 lines
226 B
Plaintext
BOARD_ID=rpi3
|
|
BOARD_NAME="RaspberryPi 3"
|
|
CHASSIS=embedded
|
|
BOOTLOADER=uboot
|
|
KERNEL_FILE=zImage
|
|
PARTITION_TABLE_TYPE=hybrid
|
|
BOOT_SIZE=32M
|
|
BOOT_SPL=false
|
|
BOOT_ENV_SIZE=0x4000
|
|
SUPERVISOR_MACHINE=raspberrypi3
|
|
SUPERVISOR_ARCH=armv7
|