Skip to content

Running on Raspberry Pi and Odroid Go Advance

Nikolai Wuttke edited this page Dec 27, 2020 · 23 revisions

Raspberry Pi

Odroid Go Advance

To run on Odroid, I'm using RetroRoller, a variant of Arch Linux. It comes with a custom version of SDL, which is required in order to properly display the game on the Odroid's screen (it will be incorrectly rotated otherwise). If you're using a different distro, you might need to build the patched version of SDL yourself - more info here. Aside from that, building the project works as usual.

At the time of writing, you also need an updated game controller database file for SDL to recognize the Odroid's buttons. Download the file onto your Odroid, and then set the SDL_GAMECONTROLLERCONFIG_FILE environment variable to point to the downloaded file when running RigelEngine.

Clone this wiki locally