mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-04-22 16:17:14 +00:00

Remove the mentions of petitboot, as it's not normally used on M1S. Document possibility to use SD card boot and alternative method of reflashing the eMMC from an OS running from an SD card.
Boards
Overview
The following boards/devices are supported:
- Raspberry Pi
- Hardkernel
- Asus
- Generic x86-64 (UEFI, not suited for virtualization)
- Intel NUC5CPYH
- Intel NUC6CAYH
- Intel NUC10I3FNK2
- Gigabyte GB-BPCE-3455
- Computers supporting x86-64 architecture and UEFI boot should generally work
- Virtual appliance (x86_64/UEFI):
- VMDK
- OVA ?
- VHDX ?
- VDI ?
- QCOW2 ?
Notes:
- see ? above: are these currently supported? see ova documentation which explains issues with previous OVA distribution)
Board specifics
Board | Build | Config | Docs |
---|---|---|---|
Pi5 64-bit | make rpi5_64 |
rpi5_64 | raspberrypi |
Pi4B 64-bit | make rpi4_64 |
rpi4_64 | raspberrypi |
Pi4B 32-bit | make rpi4 |
rpi4 | raspberrypi |
Pi3B 64-bit | make rpi3_64 |
rpi3_64 | raspberrypi |
Pi3B 32-bit | make rpi3 |
rpi3 | raspberrypi |
Pi2 | make rpi2 |
rpi2 | raspberrypi |
ODROID-C2 | make odroid_c2 |
odroid_c2 | hardkernel |
ODROID-C4 | make odroid_c4 |
odroid_c4 | hardkernel |
ODROID-M1 | make odroid_m1 |
odroid_m1 | hardkernel |
ODROID-M1S | make odroid_m1s |
odroid_m1s | hardkernel |
ODROID-N2/N2+ | make odroid_n2 |
odroid_n2 | hardkernel |
ODROID-XU4 | make odroid_xu4 |
odroid_xu4 | hardkernel |
Tinker Board | make tinker |
tinker | asus |
Generic x86-64 | make generic_x86_64 |
generic_x86_64 | generic-x86-64 |
OVA | make ova |
ova | ova |