-
Notifications
You must be signed in to change notification settings - Fork 48
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
can not run on rockchip device on arm64 Host (flutter version 3.7) #161
Comments
with
|
Which glib version do you use on that device? And which OS (not kernel, distribution) do you use? Also, can you try the command below?
|
It looks like your Linux platform is old. |
my glib version
and here is the
Which version of OS can work? |
I was able to reproduce this issue. I need investigation. |
This seems not to be flutter-elinux unique issue. I found the same issue on official flutter project. |
I am having this issue trying to build in an docker container on a IMX8 target with "TorizonCore with evaluation containers" (Toradex). This is my first attempt to try to build flutter for the IMX8 and am glad it's not just me. |
Is that mean this is the issue of flutter 3.7? Could I change flutter-elinux branch & version to test? with https://github.com/sony/flutter-embedded-linux |
Yes. Can you try https://github.com/sony/flutter-elinux/releases/tag/3.3.10? |
I meet the same problem |
I got a new problem with testing
after run so I can't test flutter project, the error:
How could I change the version or I could checkout to a stable point? |
Ah, please use 19a1b05 |
I was having this same issue on a Rock 5B board running Ubuntu Server 20.04.6. I tried the workaround mentioned in flutter/flutter#116703 and I was able to get the sample demo to run successfully! I downloaded the 3.7.0 flutter release, then copied the
After that, the sample demo worked immediately. So the problem seems to be that the GLSL shader libary files are missing for |
Prefect!!! |
Hi @CmST0us I did right now. Please use https://github.com/sony/flutter-elinux/releases/tag/3.3.10 |
Closing this issue as I think the issue has been fixed in flutter 3.10.x. I confirmed flutter-elinux worked fine on jetson orin nano developer kit. |
I got this error break while:
and our device is rockchip & OS uname:
error break:
Could this project run on rockchip?
The text was updated successfully, but these errors were encountered: