wajdzik / garlicos-updater

GarlicOS updater for RG35XX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Below README.md is from orginal repo - https://github.com/Skekfly/garlicos-updater I am working on Powershell version of the scirpt but it's "work in progress" and currently it breaks on some things and is not able to download the files.

garlicos-updater

this project is used for updating Anbernic RG35XX powered by GarlicOS with the latest version. It also copies the saves dir on your computer. Int and Ext SD card are considered.

=> There is no warranty of operation without errors. At your own risks. <=

Prerequisite

  1. Enable adb on your device by creating a file named enableADB on the misc mount point
  2. edit garlicos-updater.cfg
Variable Optional Description
garlicOsDownloadPath_001 latest download link (here, named RG35XX-CopyPasteOnTopOfStock.7z.001)
garlicOsDownloadPath_002 latest download link (here, named RG35XX-CopyPasteOnTopOfStock.7z.002)
adbDeviceId adb device id (adb devices)
saveDir x local dir where to save saves (example : /home/Skekfly/saves). It copies saves only if saveDir is set (From Ext SD card if there is one, Int SD card otherwise).
resetCfg x true or false (default = false). Replace retroarch.cfg and the current theme by those in the update archive.

How to

  1. power on your device
  2. Set the latest download links (001 & 002) in garlicos-updater.cfg
  3. connect your device on the computer via USB
  4. Run garlicos-updater.sh


Buy Me A Coffee

About

GarlicOS updater for RG35XX


Languages

Language:Shell 54.9%Language:PowerShell 45.1%