-
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
I can use "flutter-elinux run -d elinux-x11" run demo,but "build/elinux/arm64/debug/bundle/demo" not work #173
Comments
I guess your platform doesn't work wayland backend. Please confirm if wayland compositor is working fine (not X11). |
Using "flutter-elinux run -d elinux-wayland" is the following error Flutter 3.7.7 • channel unknown • unknown source flutter-elinux devices Linux (desktop) • linux • linux-arm64 • Ubuntu 20.04.5 LTS 5.10.110 My system information |
Same issue, any thoughts @HidenoriMatsubayashi ? Running Jetson nano with the ubuntu version it came with. Installed all artifacts and dependencies. |
Can you put your command and the logs? |
I tried running Running I am trying to get wayland set up on jetson nano. I am not sure if this is possible though. I found this doc regarding supported devices. It seems I have to try DRM method for the Nano. I wonder why Wayland has a grey checkmark vs. a green checkmark. I ran into the same issue as stated here. Could not find /dev/dri/card0 and no /dev/dri/card1 either. In fact, no dri folder in /dev at all on the Jetson nano. The docs are a little confusing, I am happy to help. It seems to jump users around as to what they need. For example, this initial page has a "See also ..." However, I am not sure if the page that it leads to is mandatory or not. I also found that the wikis are different based on which repo we are on. Both of them are dependent on each other which increases confusion. This section about "Install the flutter engine library" says to install in cmake build folder. I assume that this means the /usr/lib/bin. OR do we put it somewhere else within the flutter projects /build folder after running build? Here are the steps I ran trying to run on Jetson nano drm mode:
Getting error:
For more context, I have a keyboard, mouse, and HDMI touch screen attached. I freshly installed ubuntu image from Nvidia website as they recommended. Out of curiosity, is Sony still invested in this project? I know it was started some time ago, but I want to see if this is stable and used by customers and if this is backed by a big enough team with enough resources to provide stability. Regardless, @HidenoriMatsubayashi I appreciate all that you are doing for this project 🙏🏾 |
Sorry for the noise, but any ideas @HidenoriMatsubayashi ? 🙏 |
hi
I work on the rk3588 platform
Flutter 3.7.7 • channel unknown • unknown source
Framework • revision 2ad6cd72c0 (2 weeks ago) • 2023-03-08 09:41:59 -0800
Engine • revision 1837b5be5f
Tools • Dart 2.19.4 • DevTools 2.20.1
I can use "flutter-elinux run -d elinux-x11" run demo,but "build/elinux/arm64/debug/bundle/demo" not work
./demo
[ERROR][ELinuxWindowWayland(887)] Failed to connect to the Wayland display.
[ERROR][CreateRenderSurface(1129)] Wayland display is invalid.
Failed to create view controller.
How should I handle this?
Thanks
The text was updated successfully, but these errors were encountered: