Ok brave testers of V4.
There is now a manual mechanism to get Randy's latest lite/DGT engines including lc0 personalities like meangirl etc and many maia options.
You can get them on your existing V4 images or you can use the latest image made by Randy some days ago.
You do need the latest picochess on your installation to do this, that is step 1 below.
1. First you need to either do a picochess update from the menu or do a git pull so that you get the new utility script that moves away your existing engines to /home/pi/pico_backups
> cd /opt/picochess
> git pull
2. Now for a brave part, move your existing engines to backup (good to have them in case something goes wrong). You can do this step yoursel and move the two directories engines/aarch64 and engines/lc0_weights to anywhere you like, just make sure that those directories are removed so that step 3 goes and fetches the latest engines
> ./move-engines-to-backup.sh
or
> cd engines
> mv lc0_weights to-wherever-you-like
> mv aarch64 to-wherever-you-like
3. Run install-picochess again either by running update picochess from the menu or by running the script like this. Note this script requires sudo.
> cd /opt/picochess
> sudo ./install-picochess.sh
Step 3 should download Randy's new image setup.
I will proceed and at some point make a menu option that is "stronger" than the picochess update and performs steps 2 and 3 above, and then updates picochess step 1. The reason why you need to do step 1 first now if you run it manually is because you need to get the install-engines script (which is already in 4.1.6) and the new script needed in step 2
Ideas, feedback, comments are welcome. The vision is to make a system where it would be easy to get new engine sets...
As this first engine update test is based on the DGT/lite image made by Randy a few days ago it does not contain transformers, windows and linux engines.
yours, Johan