Installing Exostiv Dashboard Software under Linux
1. Download Exostiv Dashboard from our download page: https://www.exostivlabs.com/support/downloads/
2. Make the installer executable
In the Windows manager, right-click on the installer. Select the “Permissions” tab and enable the “Allow executing file as program” checkbox.
3. Run the installer
Double-click on the installer to start software installation. Click three times on “Froward”, then on “Finish”.
At the end of the installation, two new icons appear on the desktop to start and uninstall the application.
Before running the application
EXOSTIV Dashboard requires libusb-1.0-0 to access the probe. Type following command to install libusb:
– sudo apt-get install libusb-1.0-0
Enter the administrator password to complete the installation.
Libusb requires administrator privilege to use the USB bus. To remove this limitation, proceed as follows:
– Open file “/lib/udev/rules.d/50-udev-default.rules” in a test editor like gedit with administrator
rights.
– Search for the following line in the file:
SUBSYSTEM==”usb”, ENV{DEVTYPE}==”usb_device”, MODE=”0664″
– Replace with this line:
SUBSYSTEM==”usb”, ENV{DEVTYPE}==”usb_device”, MODE=”0666″
– Save the file.
To install it, see: https://www.exostivlabs.com/knowledgebase/i-cannot-see-the-exostiv-button-in-vivado/