-
Notifications
You must be signed in to change notification settings - Fork 44
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
How to use it on Jetson Nano? #98
Comments
Hello. |
flutter-elinux is a build and debug tool for elinux (embedded linux). Whereas flutter-embedded-linux is a porting layer of Flutter engine for elinux. Please check READMEs. |
Here is my compile command. And then I see the directory of engine
It seems that I have compiled the project. And then I create a flutter project
At last,
But I can find the libgcc_s.so in the toolchain
cmake is 3.15 aarch64-linux-gnu is 7.5. I compile it on the jetson nano and I run a created project
I don't know the FLUTTER_DRM_DEVICE of jetson. |
I don't think so as "/dev/dri/card0" is common, but I don't remember it. |
Maybe you use jetpack 4.3. But now I am using jetpack4.6.
How can I fix it? Maybe it can't use udev for drm. Here is the link that jetson doesn't have the "/dev/dri/card0". |
@HidenoriMatsubayashi |
@HidenoriMatsubayashi |
I'll close the issue. See #121 |
I have followed the steps
But it just run on ubuntu x86
I want to run it on DRM mode of Jetson Nano. How to use it?
Can I cross compile the flutter app?
Thanks!
The text was updated successfully, but these errors were encountered: