-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pi4 x64 is not working, while generic x64 works fine #3
Comments
Can you run flutter-pi under gdb with:
(or whatever your asset bundle is) then, when it has loaded, enter the following gdb commands:
And send me the complete output. Thanks! |
|
Oh wow, apparently the Raspberry Pis Cortex-A72 core is the only A72 on the world that doesn't have the cryptography instructions ( That's a bit disappointing because that means you can't really call the pis core a Cortex A72, because A72s need to have those instructions. I'll look if there's some way to disable emitting cryptography instructions while still tuning for an A72 core (the pi4-64 artifacts are just the aarch64 artifacts compiled with |
@eximius313 Can you try if this is fixed with the latest artifacts? |
|
Yeah I only rebuilt the 3.3.4 artifacts since that's latest stable |
Ok, thank you |
Today I replaced
aarch64-generic.tar.xz
v3.3.2
withpi4-64.tar.xz
(also3.3.2
) and when I run the application, it threw:with
aarch64-generic.tar.xz
it works fineThe text was updated successfully, but these errors were encountered: