#31818
radamanthine
Participant

Yes!!!! Okay so I have had a little success. It appears that the issue is down to the /opt/retropie/emulators/uae4rpi/startAmigaDisk.sh not creating the df0.adf correctly.

If you first navigate to the emula/tor directory using:
cd /opt/retropie/emulators/uae4rpi

… then when in the directory create the symbolic link so it is in the correct location with:
ln -s /home/pi/RetroPie/roms/amiga/<your .ADF> df0.adf

… this creates a symbolic link to the .adf called df0.adf in the emulators directory where the emulator is looking for it!

You can then run the emulator with the command:
./uae4all

PHEW! Right so next up is to figure out why that script isn’t working. As it is it is creating the symbolic link to the rom directory and not to a specific file.

I realise this might not be news to some but I figured it might help if I document as I go from my complete noob prospective.

… that’s it for tonight!