-
Notifications
You must be signed in to change notification settings - Fork 1
evo mbed tools
amndan edited this page Mar 22, 2021
·
2 revisions
Library for CAN communication with evocortex embedded devices.
There are two methods to install and update the evo-mbed-tools:
Enter evo_rd_platform directory
cd /home/nvidia/catkin-ws/src/evo_rd_platform
First method: automated installation/update:
sudo ./update-evo-tools.sh
Alternative method: manual installation/update:
# Remove old version (if there are erros you can ignore them)
sudo apt remove evo-mbed-tools evo_mbed_tools libevo-mbed-tools
# see bin/README.md to choose correct package
sudo dpkg -i bin/libevo-mbed-tools-<see-README.md>.deb
- v1.0.0 to v1.1.0: Please be aware that the naming of the Evocortex Embedded Library has changed from evo_mbed_tools to evo-mbed-tools. You have to uninstall evo_mbed_tools from your system and reinstall evo-mbed-tools to be able to build your application! Alternativly use the update-evo-tools script.