A simple update script for downloading the latest ST-V MRAs for use with the ST-V core on the MiSTer.
Now that the ST-V core is stable this script no longer sets up the unstable symlinks.
It only downloads the MRAs. And MRA management will get merged in to update_all
soon. Once that occurs this script will be retired.
- IF you don't have unstable nightlies setup add it to
/media/fat/downloader.ini
:
[unstable_nightlies_folder]
db_url = https://raw.githubusercontent.com/MiSTer-unstable-nightlies/Unstable_Folder_MiSTer/main/db_unstable_nightlies_folder.json
- Add
update_stv
to/media/fat/downloader.ini
:
[update_stv]
db_url = https://raw.githubusercontent.com/davewongillies/MiSTer-update_stv/db/db.json.zip
- Run
update
orupdate_all
from the Scripts menu on your MiSTer - Run
update_stv
from the Scripts menu on your MiSTer
Some of the settings of this script can be changed by creating the file /media/fat/Scripts/update_stv.ini
stv_rbf_type
: the type of ST-V rbf file, eg:"unstable"
,"DualSDRAM_unstable"
. Default:unstable
stv_rbf_path
: the path where to look for your ST-V rbf core file. Default:/media/fat/_Unstable
manage_rbf
: whetherupdate_stv
will manage the symlinking of the core rbf file or not. For people who want to manually copy the core rbf file and only have the MRAs managed by this script. Set to eithertrue
orfalse
. Default:true
stv_rbf_type="DualSDRAM_unstable"
An example ini configuration file can also be found in /media/fat/Scripts/update_stv.ini.example
.
This can be copied to /media/fat/Scripts/update_stv.ini
.
NOTE If copying this file from Windows to your MiSTer be sure that in your
editor of choice that you set Unix line (LF) endings for update_stv.ini
.
Whenever there's a new version of the ST-V MRAs, run update_stv
from the
Scripts menu.