Hey I want emulation station to launch automatically.
- I downloaded retropie from here
- I used raspberry pi imager to flash it onto an 16gb sd. I used custom setting because I wanted to set up ssh and wifi. I named the user retro. i.e. the home folder is called “retro”.
- I booted it, and it booted into the terminal, as if it were headless.
- I scp’d a rom into
/home/retro/RetroPie/roms/gb/ - I then learned that emulation station looks for games under home/pi/RetroPie, so I made a pointer.
sudo ln -s /home/retro/RetroPie /home/pi/RetroPie - That allowed me to launch emulationstation manually from the console.
Now I want emulation station to run at boot.
Internet tells me that retropie has a special autostart folder.
Mine looks good.
cat /opt/retropie/configs/all/autostart.sh → emulationstation #auto
Still no dice. What else should I try?