pimoroni / get

Install and helper scripts for Raspbian on the Raspberry Pi
Other
9 stars 7 forks source link

Architecture check fails on 64bit Raspberry Pi OS Beta #205

Closed Gadgetoid closed 1 year ago

Gadgetoid commented 4 years ago

Attempting to install on a 64bit Raspberry Pi OS system fails with "This hardware is not supported" message. Presumably because the Arch no longer matches any of the patterns checked by arch_check: https://github.com/pimoroni/get/blob/728965f55f6a966de143e5d2821256a1ce97e3ea/installers/onoffshim#L196-L206

Error is produced when the IS_ARMHF variable is checked:

https://github.com/pimoroni/get/blob/728965f55f6a966de143e5d2821256a1ce97e3ea/installers/onoffshim#L550-L554