Before using new software, make backup of /home/pi/.dyno2/ directory.
New software may require adjustments to the new features and settings. Plan the update when you have spare time.
Due to updates in setting files made on running new version of the software, older version may not run.
In this case, to be able to run older version again, restore /home/pi/.dyno2/ directory backup.
If you have software older than 6.x.x, these updates require a system image update.
This is a legacy version provided for users who want to get quick uptate of 3.x.x - 5.x.x software without need to flash a system for 6.x.x version.
2023/10/19 06:12:51This is a legacy version provided for users who want to get quick uptate of 2.x.x software without need to flash a system for 6.x.x version.
2022/04/27 21:55:20The viewer version allows to access runs database shared from controller via One Drive, Dropbox or similar file service.
To be able to easily access and modify the files and runs database from DC1 controller, the .dyno2 directory must be linked in two places:
Your home directory: For example C:\Users\yourusername\.dyno2
Same path as on the DC1 controller: C:\home\pi\.dyno2
If you have the .dyno2 directory shared in D:\onedrive\.dyno2\ you can link it to required places by running the following commands at the Windows Command Prompt as administrator:
mkdir C:\home
mkdir C:\home\pi
mklink /D C:\Users\yourusername\.dyno2 D:\onedrive\.dyno2
mklink /D C:\home\pi\.dyno2 D:\onedrive\.dyno2
To update the software on the controllers based on Raspberry Pi Computer, the dyno software file should be downloaded to desktop. Execution permission must be added to the software file, like shown on the example below.
Sometimes you may encounter a problem, that the software won't run simply after double click.
To solve it, open the file viewer and click "Edit -> Preferences". In the preferences dialog check "Don't ask options on launch executable file".