You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,27 @@
1
1
# garlicos-updater
2
2
3
-
this project is used for updating Anbernic [RG35XX](https://anbernic.com/fr/products/rg35xx) powered by [GarlicOS](https://www.patreon.com/posts/76561333) with the latest version.
3
+
this project is used for updating Anbernic [RG35XX](https://anbernic.com/fr/products/rg35xx) powered
4
+
by [GarlicOS](https://www.patreon.com/posts/76561333) with the latest version.
4
5
It also copies the `saves` dir on your computer.
5
6
Int and Ext SD card are considered.
6
7
7
8
**=> There is no warranty of operation without errors. At your own risks. <=**
8
9
9
10
## Prerequisite
11
+
10
12
1. Enable adb on your device by creating a file named `enableADB` on the misc mount point
| garlicOsDownloadPath_001 || latest download link ([here](https://www.patreon.com/posts/76561333), named `RG35XX-CopyPasteOnTopOfStock.7z.001`) |
16
18
| garlicOsDownloadPath_002 || latest download link ([here](https://www.patreon.com/posts/76561333), named `RG35XX-CopyPasteOnTopOfStock.7z.002`) |
17
19
| adbDeviceId || adb device id (`adb devices`) |
18
-
| 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) |
20
+
| 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). |
21
+
| resetCfg | x |`true` or `false` (default = false). Replace `retroarch.cfg` and the current theme by those in the update archive. |
19
22
20
23
## How to
24
+
21
25
1. power on your device
22
26
2. Set the latest download links (001 & 002) in `garlicos-updater.cfg`
0 commit comments