Releases: boorngos/SimpleOS
Release list
SimpleOS v1.1
New Features
- The users can now choose between three different power profiles: Conservative, Performance, High Performance.
- A new minmum level of brightness has been added to help with night gameplay
- Over The Air updates have been introduced
- Battery percentage has been, finally, introduced. It can be toggled on and off in the Options menu
- Battery and clock now shows inside the in game menu
- Clocked has been updated with timezone selection and touch input support
- Changes in the Option menu to accomodate the latest features
Fixes
- SSH and WiFi toggles now work correctly and do not require a reboot to reset
- Led charging indicator now work correctly when the device is suspended
- Manual update now works and doesn't require to boot into stock Anbernic OS anymore
- Procedure to return to stock firmware now actually works
- Clock doesn't reset anymore after reboot
Installation
-
Flash an SD card with Anbernic's Linux firmware (using rufus or win32DiskImager)
-
Insert the SD card on your device and wait until the initial process is finished.
-
Eject the SD card and plug it back on your computer
-
Open the user partition (next to
Roms/,anbernic/, …). -
Extract the contents of the zip into the root of that partition:
simpleos/ simpleos/install/ .simpleos_update/ Roms/APPS/Install SimpleOS.sh README.txtIf Windows asks to merge
Roms/, confirm. Do not leave everything inside a
nested folder namedSimpleOS-RGDS-…. -
Eject the card, insert it in the RG DS, power on.
-
In the Anbernic menu move to: Applications → APPS and then click on the Install SimpleOS script.
SimpleOS splash screens appear on both displays. Do not power off. -
When it finishes, the device reboots into SimpleOS
-
If the top screen doesn't come up: press start → reboot
-
Now you can add you roms the usual way or in simpleos/games
-
Enjoy!
Games go in simpleos/games and/or the stock NDS folder (Roms/NDS).
Update
- Download version 1.1 from the release page
- Extract the .zip file into SimpleOS-RGDS-20260912
- Turn on WiFi and SSH on your device if they are off
- Open WinSCP on your windows computer and login into your device by typing: IP, user = root, password = root
- From SSH copy the system folder into /mnt/mmc/simpleos/ inside your device. Overwrite files if prompted
- copy main.sh file into /mnt/mmc/simpleos/. Overwrite files if prompted
- In WinSCP oper the terminal (SHIFT+CTRL+T) and copy the following command
\
killall -9 simpleos drastic hangmon 2>/dev/null; for d in /proc/[0-9]*; do c=$(tr '\0' ' ' < $d/cmdline 2>/dev/null); case "$c" in *loop.sh*|*powerd.sh*|*bin/simpleos*) kill -9 ${d#/proc/} 2>/dev/null;; esac; done; setsid env -u SIMPLEOS_NOPOWEROFF -u SIMPLEOS_NORESUME -u SSH_CONNECTION -u SSH_CLIENT sh /mnt/mmc/simpleos/system/loop.sh >/tmp/simpleos.log 2>&1 < /dev/null &
- SimpleOS should restart and you should see all the latest changes
From version 1.1 onwards
- Turn on WiFi connection from the Network settings on your device
- Open the Settings menu and select the Update option
- Select OTA
- If an update is available you will be asked to install the new update
- You will be asked if you want to install, click A to accept
- Wait for the installation process to finish
- The device will now reboot into the updated version of SimpleOS
If you don't access to WiFi on your device
- Download the latest release of SimpleOS on github
- Turn off your console and insert the SD card inside your PC
- Put the .zip with the latest release you download inside the root of your SD card
- Put the SD card back onto your device and power it on
- Open the Settings menu in SimpleOS and click on the Update option
- Click on Manual update
- You will be asked if you want to install, click A to accept
- Wait for the installation process to finish
- The device will now reboot into the updated version of SimpleOS
SimpleOS v1.0
SimpleOS v1.0
We are finally here! SimpleOS version 1.0 launches officially i hope you'll like the experience.
For the installation take a look at the official install documention
Feel free to report any bug or feature requests, i'll try to do my best to fix them.