You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried the project on my Raspberry Pi 2 because I didn't notice the "This means flutter-pi won't work on a Pi Zero, Pi 1, or Pi 2." part of the README and it seemed to work just fine. Because the Pi 2 has a ARMv7 processor, I assume this notice was put here because of problems that might happen with hardware 3D acceleration.
Is it possible that it uses software rendering?
Is there a way to verify support?
The text was updated successfully, but these errors were encountered:
Oh you're right, I thought it had an ARMv6 one. I'll update this. There should be no problems with hardware acceleration. It's just that the dart SDK needs ARMv7 at least.
I tried the project on my Raspberry Pi 2 because I didn't notice the "This means flutter-pi won't work on a Pi Zero, Pi 1, or Pi 2." part of the README and it seemed to work just fine. Because the Pi 2 has a ARMv7 processor, I assume this notice was put here because of problems that might happen with hardware 3D acceleration.
Is it possible that it uses software rendering?
Is there a way to verify support?
The text was updated successfully, but these errors were encountered: