forked from shauninman/MinUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Upgrading
lodordev edited this page Jul 2, 2026
·
2 revisions
How to move an already-installed card to a new LodorOS release. Verified against the 0.9.0 release zip — your pairing config and saves are not in the zip, so re-extracting over the card doesn't touch them.
-
Back up the card first. Copy the whole card to your computer — or at minimum
Tools/<platform>/Lodor.pak/config.json(your pairing + transport credentials) andSaves/. - Download the new release zip and extract it over the card root, overwriting, hidden folders included — same discipline as Installation: use a real unzip (
unzip -o), not a Finder/Explorer drag, which can silently skip the dot-folders. -
Eject cleanly (
diskutil ejecton macOS; also rundot_cleanthere). FAT32 has no journal — a yanked card can stop mounting. - Boot. Done — no re-pairing needed.
These are not in the release zip, so extraction never touches them:
-
Tools/<platform>/Lodor.pak/config.json— your server pairing, tokens, and transport setup. -
Your saves — the zip ships
Saves/as an empty folder only; existing save files are untouched. - Downloaded ROMs and box art — anything the device pulled from your server stays.
- The launcher, the sync engine, and every pak's code (
.system/,Emus/,Tools/<platform>/*.pakscript/binary files). -
Tools/<platform>/Lodor.pak/settings.conf— the zip ships a default copy, so options you set in the Settings tool reset to defaults. Reapply them after upgrading. -
.userdata/<platform>/auto.sh— the zip ships the stock boot script (it already starts the sync daemon, so normal installs lose nothing). If you added your own lines to it, copy them aside first. - A few shipped per-emulator defaults (
.userdata/<platform>/<emu>/minarch.cfgon some devices) — in-emulator option tweaks for those specific systems reset to the tuned defaults.
-
H700 two-card installs (
rg35xxplus): re-extract onto TF2 (the LodorOS data card). TF1 (the stock Anbernic card) normally needs nothing — only re-copyrg35xxplus/dmenu.binto it if the release notes say the boot shim changed. Never reformat TF1. - RGB30: re-extract onto the game/data card. The Moss OS card is untouched by a LodorOS upgrade.
If something breaks after an upgrade, see Troubleshooting — and your step-1 backup means you can always restore the old card as-was.