Page 2 of 3

Re: Super AIO - Updating to latest Retropie image?

Posted: Mon Jul 27, 2020 4:01 am
by devsfan1830
gizmo wrote:
Mon Jul 27, 2020 3:46 am
Huge huge thanks for going to all the trouble of detailing that! :D I did an "update all installed packages" and selected 'NO' to anything regarding updating the kernal. The process threw up a few errors but completed and did seem to update Retroarch. It didn't solve my bug issue though unfortunately.

I think I'd still rather have a proper clean Retropie install so I'll be giving your guide a pop soon! Just to clarify though, Step 6 mentions following kite's instructions.. so I do the following EXACTLY, right? From the command line?

FROM A BLANK RETROPIE:
1. git clone https://github.com/geebles/Super-AIO/
2. cd Super-AIO/release/saio
3. sudo dpkg -i python-serial_2.6-1.1_all.deb
4. sudo chmod +x ../tester/pngview
5. sudo chmod +x osd/saio-osd
6. sudo chmod +x rfkill/rfkill
7. sudo chmod +x flash/flash.sh
8. python saio-osd.py #(to test)
9. crontab cronSAIO.txt
10. sudo cp asound.conf /etc/
11. sudo cp config.txt /boot/config.txt
12. sudo cp config-saio.txt /boot/config-saio.txt
13. sudo mv /opt/retropie/configs/all/autostart.sh /opt/retropie/configs/all/autostart_OLD.sh
14. sudo cp autostart.sh /opt/retropie/configs/all/autostart.sh
15. sudo reboot
yep just copy and paste each line.

Re: Super AIO - Updating to latest Retropie image?

Posted: Sun Aug 23, 2020 6:17 am
by D4ddyRazzy
How did you get WiFi working?
Mine sees the network but doesn’t connect.

Re: Super AIO - Updating to latest Retropie image?

Posted: Sun Aug 23, 2020 6:57 am
by devsfan1830
mine just works as expected. used the setup in retropie with a keyboard plugged in.

Re: Super AIO - Updating to latest Retropie image?

Posted: Tue Sep 22, 2020 11:46 pm
by Todd5314
Looks like a new image was added by Kite 3D ago

Re: Super AIO - Updating to latest Retropie image?

Posted: Thu Sep 24, 2020 8:25 pm
by Todd5314
(I’m on Windows).

I tried out putting the new image on via Win32DiskImager but it errored out saying “Unable to mount root FS”

It may not be ready?

Re: Super AIO - Updating to latest Retropie image?

Posted: Thu Sep 24, 2020 10:15 pm
by devsfan1830
Todd5314 wrote:
Thu Sep 24, 2020 8:25 pm
(I’m on Windows).

I tried out putting the new image on via Win32DiskImager but it errored out saying “Unable to mount root FS”

It may not be ready?
Installed fine-ish for me. I used Raspberry Pi Imager to flash the image.

For anyone else coming here the current link is : https://github.com/kiteretro/Super-AIO/ ... tag/v1.4.0 Its marked as a prerelease so he may still be trying it out.

One issue so far I'm having is there's no sound. I had this issue with my Pi 3 install of RetroPie and thie solution here worked for that: https://retropie.org.uk/forum/topic/266 ... an-updates. Gotta figure out the magic combo for this though.

Re: Super AIO - Updating to latest image?

Posted: Mon Sep 28, 2020 3:18 am
by kite
Just seen these replies. Was the audio ok after installing 1.4.0 or not? I'll check it out later

Re: Super AIO - Updating to latest image?

Posted: Mon Sep 28, 2020 11:01 am
by devsfan1830
kite wrote:
Mon Sep 28, 2020 3:18 am
Just seen these replies. Was the audio ok after installing 1.4.0 or not? I'll check it out later
Installing your scripts manually through the method I posted the sound works as expected
However, I didnt have it working when using your work in progress premade image. I suspect it has something to do with the changes in how audio devices are setup but ive not yet had the time to investigate further.

Re: Super AIO - Updating to latest Retropie image?

Posted: Mon Sep 28, 2020 11:11 pm
by Todd5314
Well - I used the Raspberry Pi imager to go to 4.4 to try and fix my issues from thread https://www.sudomod.com/forum/viewtopic ... 51&t=10424.

It booted once, then I turned off and thought safe shutdown ran. Then I turned it back on and it went through the scan disk procedure. It asked me to press enter (which I couldn't) so I turned it off and thought I'll go back to 1.3 from 2017-2018.

Now the SD card won't format, Windows fails, Raspberry Pi Imager fails, I can't even delete the partitions.

I am sure I am doing something wrong, but just in case, figured I would post.

Re: Super AIO - Updating to latest Retropie image?

Posted: Wed Sep 30, 2020 10:19 am
by Dividion
Todd5314 wrote:
Mon Sep 28, 2020 11:11 pm
Well - I used the Raspberry Pi imager to go to 4.4 to try and fix my issues from thread https://www.sudomod.com/forum/viewtopic ... 51&t=10424.

It booted once, then I turned off and thought safe shutdown ran. Then I turned it back on and it went through the scan disk procedure. It asked me to press enter (which I couldn't) so I turned it off and thought I'll go back to 1.3 from 2017-2018.

Now the SD card won't format, Windows fails, Raspberry Pi Imager fails, I can't even delete the partitions.

I am sure I am doing something wrong, but just in case, figured I would post.
Did you check the SD card with the diskpart tool? (running a command prompt as admin and then diskpart) If you can't fix it with diskpart, that card's probably shot.

If you're not familiar with diskpart, it has useful commands like:
list disk, select disk #, list part, select part #, delete part, then once all the partitions are deleted you can: create part primary
At that point you should be able to use an imager like etcher to write a new image to it.