Dustin Martin
Dustin Martin
I know this post is a little stale but I just ran into this wall a few days ago. You need to populate /dev and its device nodes in your...
@sJCCJs What linux kernel version are you compiling and what version of the Raspberry Pi are you testing on?
@sJCCJs The only successful board I have booted fully to linux was the BCM2836 (Raspberry Pi 2). You can review all of my logs [here](https://gist.github.com/NF3RN0). I've tried various models including...
So I have built and tested the bootloader for the Zero and 3. So far I have been able to successfully get the bootloader to boot on both, but a...
Thank you @christinaa. I did another quick test with a 3B+, (not the original 3B): The result was (almost) exactly the same as the RPI-3 log above, the bootloader worked...
@twolife How are you able to make this work with open arena?
Try this: apt-get install libglu1-mesa-dev
@GVDmeijde Interesting. I never got Ocarina of time to load at all. So I am assuming you are using Retropie? What video plugin were you using? What version of Raspberry...
APIDIR=/home/pi/mupen64plus/ricrpi/mupen64plus-core/src/api put this before ./build.sh I believe.
The file you want to edit is /home/pi/mupen64plus/ricrpi/mupen64plus-video-gles2n64/projects/unix/Makefile there should be a ifeq statement labeled neon. Add: CFLAGS += -mfpu=neon However, I think that there was an addition to that...