|
Edited by Giantofstone at 2017-4-24 06:45
There is a newer version of armbian and i wanted to manually install retropie on it to see what happens but there are issues installing it on Orange Pi PC. I don't use the required packages from other devices to install emulationstation and retroarch. How do i go around that?
Edit1: Using the following command to run retropie setup i have managed to install everything without errors.
- sudo MAKEFLAGS=-j1 __platform=generic-x11 ./retropie-setup.sh
Copy code
Now i get this error when i start emulationstation:
libGL error: unable to load driver: mali_drm_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: mali_drm
Edit2: Here is the Fix
Get into root mode (sudo -i) instead of sudo to not get premission denied
and install this pakages too
- apt-get install git build-essential xorg-dev xutils-dev x11proto-dri2-dev libltdl-dev libtool automake
Copy code
|
|