Skip to content

Instantly share code, notes, and snippets.

@peteristhegreat
Created March 13, 2024 17:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peteristhegreat/67d4c93e694ce321c09fa23fd44d5ffc to your computer and use it in GitHub Desktop.
Save peteristhegreat/67d4c93e694ce321c09fa23fd44d5ffc to your computer and use it in GitHub Desktop.
RPi Attract AttractMode EmulationStation RetroPie 2024 Roms 3.5mm headphone audio out

It looks like all the RetroPie images moved under arcade punks.

The 3B+ is slightly different from the 3B so one of the images that said it would work for 3B didn't work for me.

So here's the steps to get it working...

Get the stock RetroPie Image from Raspberry Pi Imager. Note the new version doesn't let you drop in the wifi info on install which is kind of annoying and makes the initially ssh setup harder.

Install to the sd card.

Mount the sd card to your os. For me I'm doing it from Windows and WSL.

Install and run Ext2Fsd. This gives you an exe for Ext2 Volume Manager to be able to access the filesystem on the sd card. Assign a drive letter to the filesystem after the boot one for the sd card. If this gives you issues you may need to switch to regular sftp via ssh.

raspi-config > Localization > United States

raspi-config > Interfaces > Wifi

raspi-config > interfaces > SSH enable

Fire up FileZilla and connect via pi@retropie.local

Now copy in the roms you want on there. If there are some in the img file that you want/need... you can get them by mounting them properly inside wsl.

WIP...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment