I recently switched my “development” RasPi4 (running a fresh install of Raspbian) to use 64 bit mode in order to be able to run rosetta@home within BOINC. This was done by adding the following to the /medi/pi/boot/config.txt file (I’m running on a USB SSD not the SD card).
arm_64bit=1
Since then, I tried installing the dashboard with:
sudo apt install pimoroni
Although this worked, trying to run pimoroni-dashboard fails with the following:
This hardware is not supported, sorry!
Config files have been left untouched
Presumably this is due to the 64 bit mode. Any ideas?