hku-ect/gazebosc

Build on latest raspberry pi os fails

Closed this issue · 7 comments

They are not using the the legacy bcm drivers anymore. Switched to KMS which uses just mesa libs I guess

See in imgui PR ocornut/imgui#2837

Got it working on latest raspberry pi os. Needs minor tweaking in the CMakeLists.txt

Got it working on latest raspberry pi os. Needs minor tweaking in the CMakeLists.txt

Are you running it with the Desktop or with RPI Lite version of the OS?

Rpi lite

I got it working with sdl+opengl2.
But able to get output only on monitor and not on the device screen 2.8" DPI Touch Display

For CMakeList.txt ideas you can check this repo of mine as reference
https://github.com/sukesh-ak/ImGui-GLFW-OpenGL3

Is that even connected to the gpu?

Is that even connected to the gpu?

Shows the bootup colorful screen and also login.
Works with Framebuffer.

Also with Desktop version everything works fine.

fixed in #271