Hello everyone!
I’m trying to build some kind of GameBoy console with Raspberry Pi. But to do that I need to use the GPIO pins as buttons,to do so I’m using the Adafruit Retrogame software.
But I’m having two problems:
- I can’t remount the root partition to Read and Write with the command:
#mount -o remount,rw
- I can’t compile anything with gcc because the compiler does not exists inside the /bin folder.
Thank you guys!
My Portable Retrogame Console: OWBoy