08-14-2017, 04:13 AM
Hello Fellow Tinkerers,
I've been doing some research lately, and I am at a loss with getting RetroPie to run on the Tinker Board. I am trying to piece together an understanding of how kernel and user space GPU drivers work together, what is required to run RetroArch and Emulationstation, and how this relates to this board's support for accelerated gles.
I know that I don't have a full understanding...is there anyone here that wants to chime in and explain this?
I've run the RetroPie setup script right on the TinkerBoard, and when attempting to run it, I get the following output (which I believe comes from Emulationstation calling OpenGL:
I know that I must be doing something terrible wrong, or perhaps I am trying to do something that is not supported from software with this board yet.
I am using @Myy's custom kernel build with the latest Linaro build from Asus.
Am I missing some user space drivers? Where can I find these drivers? Can I run RetroPie with acceleration on the GPU, or do I need to revert to using full software emulation? Why?
I've been doing some research lately, and I am at a loss with getting RetroPie to run on the Tinker Board. I am trying to piece together an understanding of how kernel and user space GPU drivers work together, what is required to run RetroArch and Emulationstation, and how this relates to this board's support for accelerated gles.
I know that I don't have a full understanding...is there anyone here that wants to chime in and explain this?
I've run the RetroPie setup script right on the TinkerBoard, and when attempting to run it, I get the following output (which I believe comes from Emulationstation calling OpenGL:
Code:
libGL error: MESA-LOADER: failed to retrieve device information
libGL error: unable to load driver: rockchip_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: rockchip
libGL error: MESA-LOADER: failed to retrieve device information
libGL error: unable to load driver: rockchip_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: rockchip
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_M_construct null not valid
Aborted
I know that I must be doing something terrible wrong, or perhaps I am trying to do something that is not supported from software with this board yet.
I am using @Myy's custom kernel build with the latest Linaro build from Asus.
Am I missing some user space drivers? Where can I find these drivers? Can I run RetroPie with acceleration on the GPU, or do I need to revert to using full software emulation? Why?