Hi,
I have 2 raspberry 4, both running
- DietPi
- docker
- home assistant supervised in docker
On one of them (rpi-87), I could install the studio code server addon.
On the other (rpi-86), I received the message “This add-on is not compatible with the processor of your device or the operating system you have installed on your device.”
Weird thing: I noticed following: both devices seems to be “Raspberry Pi 4 Model B Rev 1.1”, but there is a difference in hardware:
RPI-86
(ordered on 24/06/2019)
root@rpi-86:~# uname -a
Linux rpi-86 5.15.32-v7l+ #1538 SMP Thu Mar 31 19:39:41 BST 2022 armv7l GNU/Linux
root@rpi-86:~# cat /proc/cpuinfo
Hardware : BCM2711
Revision : c03111
Serial : 10000000179dda37
Model : Raspberry Pi 4 Model B Rev 1.1
RPI-87
(ordered on 28/11/2019)
root@rpi-87:~# uname -a
Linux rpi-87 5.15.32-v8+ #1538 SMP PREEMPT Thu Mar 31 19:40:39 BST 2022 aarch64 GNU/Linux
root@rpi-87:~# cat /proc/cpuinfo
Hardware : BCM2835
Revision : c03111
Serial : 1000000057a7c027
Model : Raspberry Pi 4 Model B Rev 1.1
Anybody else experienced the same problem?
Is there so much difference in the both devices? First time I noticed this problem…
grtz
B