-
First of all, I am very excited by this new sdrpp software based upon a few YouTube videos I have watched. I am running the Raspberry Pi OS. Created a directory in my default login directory named "source" The build appeared to be successful. Next I try to run the app from the build directory with the following command: [2021-08-13 09:31:24.224] [error] Glfw Error 65543: GLX: Failed to create context: GLXBadFBConfig Thank you in advance for helping me! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
you will need to edit a file to get it working on a pi4. core/src/core.cpp (line 275)
and rebuild. |
Beta Was this translation helpful? Give feedback.
-
yeah have an R2 too and tried it, 10MHz is just too much data for the Pi4 USB, 2.5MHz should be ok though. |
Beta Was this translation helpful? Give feedback.
yeah have an R2 too and tried it, 10MHz is just too much data for the Pi4 USB, 2.5MHz should be ok though.