libretro / LudOS

Just enough OS for libretro using the Ludo frontend on a LibreELEC 9.2 base
https://ludo.libretro.com/#ludos
49 stars 5 forks source link

Raspberry Pi Zero 2 support? #26

Open cassidyjames opened 2 years ago

cassidyjames commented 2 years ago

I am interested in trying LudOS on a Raspberry Pi Zero 2, which apparently is similar in capabilities to a Raspberry Pi 3. However, I'm not sure if it's supported.

PIBSAS commented 2 years ago

You can use it through Pi OS, is the same but you launch like an app:

cd
wget https://github.com/libretro/ludo/releases/download/v0.16.13/ludo_0.16.13-1_armhf.deb
sudo dpkg -i ludo*.deb
rm ludo*.deb

If that help