Closed benalexau closed 2 months ago
sudo -i cd /opt/bin/blikvm/ git stash git pull --rebase python3 /opt/bin/blikvm/script/update.py
python3 /opt/bin/blikvm/script/update.py alpha
or python3 install_release.py --releasepath=./ --alpha=true
Thanks for the instructions. I followed your earlier comment, but found python3 /opt/bin/blikvm/script/update.py
without the alpha
parameter reports a release not found error. It does work with alpha
though:
$ python3 /opt/bin/blikvm/script/update.py alpha
Board type: BoardType.V4_H616
The latest release tag for blikvm is v1.4.3
The local version is Develop-1.2.0
Upgrading Develop-1.2.0 ==> v1.4.3
Download package: release-h616-v4-alpha.tar.gz please wait...
Download progress: 0.00%
[....]
Download progress: 100.00%
Download progress: 100.00%
release-h616-v4-alpha.tar.gz downloaded to /tmp/kvm_update/release-h616-v4-alpha.tar.gz successfully.
Download release package success, start to install, please wait...
Upgrade successful!
$ reboot
I was able to login to the updated web UI, although the issue in #79 remains. Do I need to set a config somewhere to enable relative mouse modes?
UI mouse have the config. Relative mode estimation has not been tested by anyone yet, there may be issues, waiting for your feedback after testing
As part of testing the fix for #79 I attempted to upgrade a BlikKVM v4 Allwinner.
First I updated the OS via SSH:
After rebooting I SSHed in again:
This failed with:
The requested
install-kvmd-main.sh
does not exist:Any suggestions?