ansible-role-tinypilot icon indicating copy to clipboard operation
ansible-role-tinypilot copied to clipboard

Build on 64-bit Raspbian

Open mtlynch opened this issue 3 years ago • 0 comments

Now that Raspbian 64-bit is available, we should make sure the role is compatible.

A user reported a successful install, but the HID driver is failing:

https://github.com/tiny-pilot/tinypilot/issues/906

One issue I know is that we're installing the HID driver for the wrong architecture, so we need to add a check on this play to make sure the architecture is armv7l and not aarch64.

mtlynch avatar Feb 10 '22 22:02 mtlynch