I'm running two Home assistant instances, both on Raspberry Pi 4 Model B Rev 1.1 . I just noticed On one of them, I'm not able to install some addons (which are installed on the other one) due to the system/cpu incompatibility. The error sadly does not state anything else.
Both instances are running Home Assistant OS 15.2
Working one reports cpuinfo as:
ā ~ cat /proc/cpuinfo
processor : 0
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3
...
Revision : c03111
Serial : 10000000507622dd
Model : Raspberry Pi 4 Model B Rev 1.1
But the failing one as:
processor : 0
model name : ARMv7 Processor rev 3 (v7l)
BogoMIPS : 270.00
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3
...
Hardware : BCM2711
Revision : c03111
Serial : 10000000682dc734
Model : Raspberry Pi 4 Model B Rev 1.1