Page 1 of 1

Circuit Gem stuck at login after RetroPie update

Posted: Fri Mar 01, 2019 11:45 am
by diko_d
Hey @kite,
After a successful build of the VMU, I ran a retropie update and now it just stops after boot waiting for login. The only additional thing I did that might affect this is that I also changed root password (passwd). I did change it back to default but still the same issue. Any ideas...?

Re: Circuit Gem stuck at login after RetroPie update

Posted: Wed Mar 06, 2019 12:02 pm
by sygyzy
This is probably not what you want to hear but the easiest way to get you unblocked is to format the SD card and flash the stock image from Kite again. Often times custom projects like this requires a custom image because it needs to add low level support for things like the screen or custom scripts. Running retropie update can sometimes mess with this stuff. Go back to stock and ask Kite if you can run the update. Then look here to see how to update the Circuit Gem software - https://github.com/kiteretro/Circuit-Ge ... it-Gem-FAQ

Re: Circuit Gem stuck at login after RetroPie update

Posted: Wed Mar 06, 2019 2:15 pm
by Robochris
You need to ssh, go into the raspi-config and there is an auto login option in there somewhere, turn it on.

This is all off the top of my head so I can’t say for sure which options it’s under but I know it’s in raspi-config.
I’ve had several Pi’s do this to me after updates.

Re: Circuit Gem stuck at login after RetroPie update

Posted: Fri Mar 08, 2019 9:16 am
by diko_d
Well, seems like RetroPie update breaks the auto-start behavior.
Eventually the fix is quite simple, so I decided to have it written here just in case others encounter this.

Considering the fact that in many cases you would actually desolder most of the connectors, including the USB connectors, so a headless configuration is very critical.

In order to enable SSH on first boot, just like you would add the wpa_supplicant.conf file to the boot folder, to have wifi setup for you on first boot you can also create an empty file called ssh in that folder. This will have SSH enabled with first boot. Assuming you added them both you can now SSH into your pi.

After a full RetroPie update, as mentioned above, your system will then stop at login upon first reboot.
Follow these steps:
* SSH into your VMu.
* Change folder to the RetroPie setup folder:

Code: Select all

cd RetroPie-Setup
* Run the RetroPie setup script:

Code: Select all

sudo ./retropie_setup.sh
* In RetroPie setup menu navigate to: Configuration / Tools -> Autostart
* Choose: Start Emulation Station at boot
* Reboot your RetroPie and you are all done!

Hope this helps anyone else stuck with this ;)

Re: Circuit Gem stuck at login

Posted: Fri Mar 08, 2019 9:29 am
by kite
Awesome :) Also don't forget for the Gem that the micro USB at the top is also an OTG port! So if you plug in an OTG adapter you can connect a USB keyboard etc without having to take anything apart :)