Read-only Filesystem Writable

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:

  1. I can’t remount the root partition to Read and Write with the command:

#mount -o remount,rw

  1. 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

If you’re trying to use Lakka as your OS, it doesn’t include any compilers or anything like that and also does the read-only filesystem mounting that you’re running into. You’re better off using raspbian as a base so you can compile the stuff you’ll need.

1 Like