You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ uname -a
Linux raspberrypi 5.4.51-v7l+ #1333 SMP Mon Aug 10 16:51:40 BST 2020 armv7l GNU/Linux
$ cat /proc/cpuinfo
...
Hardware : BCM2711
Revision : c03112
Model : Raspberry Pi 4 Model B Rev 1.2
I'm running Buster on RPI4
Some info:
Steps followed:
sudo apt-get install libegl1-mesa-dev libgbm-dev libgles2-mesa-dev libdrm-dev -y
git clone https://github.com/matusnovak/rpi-opengl-without-x && cd rpi-opengl-without-x
gcc -o triangle_rpi4 triangle_rpi4.c -ldrm -lgbm -lEGL -lGLESv2 -I/usr/include/libdrm -I/usr/include/GLES2
The text was updated successfully, but these errors were encountered: