Question Amiberry on Raspberry Pi OS

brian_fargo

Distinguished
Jul 1, 2016
76
0
18,530
I have a Raspberry Pi 3 B+ with Raspberry Pi OS installed. I can't start amiberry. I tried with the following syntax:

sudo apt install libsdl2-2.0-0 libsdl2-ttf-2.0-0 libsdl2-image-2.0-0 flac mpg123 libmpeg2-4 libserialport0 libportmidi

In the kickstarts folder there are the default roms:

aros-ext.bin e aros-rom.bin
 
Last edited:
I installed the dependencies. But it won't let me run Amiberry. I also placed other roms in the kickstarts folder. But it won't start for me. When I start amiberry from its folder, it asks me to choose an application to run the emulator or from the command line. I opened the terminal, and when I run amiberry, it says "command not found".
 
Last edited:
That is because you need to get the amiberry executable. Amiberry is not installed when you install dependencies. You need to download that separately, from the link I provided.

Download the correct zip file from assets in the link I provided you. Unzip it. Open the terminal in the unzipped directory and type ./amiberry

Edit: wait, you must have downloaded the amiberry zip because you mentioned the kickstarts folder. Make sure when you are in the terminal that it is in the directory with the main executable and run it like I decribed above (the dot slash is important).
 
Last edited: