Firefly Open Source Community
Title: ROC-RK3568-PC SE Flutter Linux app crashes on Firefly GL/EGL [Print This Page]
Author: ysfgrl Time: before yesterday 22:26
Title: ROC-RK3568-PC SE Flutter Linux app crashes on Firefly GL/EGL
Last edited by ysfgrl In 2/6/2026 22:27 Editor
Hi everyone,
I¡¯m trying to run a Flutter Linux desktop app on a Firefly Rockchip ARM64 board and I¡¯m hitting a fatal OpenGL error at run command.
Sistem Info
- uname -a
- Linux firefly 4.19.232 #2 SMP Wed Jan 10 11:40:40 CST 2024 aarch64 aarch64 aarch64 GNU/Linux
Copy the code
- echo $DISPLAY
- # :0
- loginctl show-session "$XDG_SESSION_ID" -p Type
- # Type=x11
- glxinfo -B
- # direct rendering: Yes
- # OpenGL vendor string: Mesa/X.org
- # OpenGL renderer string: llvmpipe (LLVM 12.0.0, 128 bits)
- # OpenGL version string: 3.1 Mesa 21.2.6
- # OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.2.6
Copy the code
Author: ysfgrl Time: before yesterday 22:29
- //Build Command
- flutter build linux --release -t lib/main_linux.dart
- //Run Command
- ./MyApp
- //Error
- libGL error: failed to create dri screen
- libGL error: failed to load driver: rockchip
- [FATAL:flutter/shell/gpu/gpu_surface_gl_delegate.cc(76)]
- Check failed: gl_version_string.
- The GL proc resolver's glGetString(GL_VERSION) failed
Copy the code
| Welcome Firefly Open Source Community (https://bbs.t-firefly.com/) |
Powered by Discuz! X3.1 |