mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 07:26:28 +00:00
Set Raspberry Pi 2 Supervisor architecture correctly (#3012)
The Raspberry Pi 2 was based on Cortex-A7 in first revisions, then Cortex-A53. However, both ar armv7 architectures, and that is also how the Operating System itself is configured. Use the correct architecture for Supervisor. The hassos-supervisor script should recreate the container automatically on first boot after update. Since Supervisor itself is written in Python this shouldn't affect much. However, the Supervisor uses it's architecture as default architecture when building local add-on and uses it as default architecture for multi-arch container images. This is also where this error got noticed (see https://github.com/home-assistant/supervisor/issues/4402#issuecomment-1865979421).
This commit is contained in:
parent
230a50587f
commit
fe8c4ef6c1
@ -8,4 +8,4 @@ BOOT_SIZE=32M
|
|||||||
BOOT_SPL=false
|
BOOT_SPL=false
|
||||||
BOOT_ENV_SIZE=0x4000
|
BOOT_ENV_SIZE=0x4000
|
||||||
SUPERVISOR_MACHINE=raspberrypi2
|
SUPERVISOR_MACHINE=raspberrypi2
|
||||||
SUPERVISOR_ARCH=armhf
|
SUPERVISOR_ARCH=armv7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user