OTX-Maestro Tools v1.0.2
Updated OpenOCD configuration:
- Simplified setup, tools references.
- Update project versioning check.
- Select default programmer implementation
- User experience enhancements
Special requirements for Linux:
- Install the .deb package using terminal
sudo dpkg -i '/your_path_to/OTX-Maestro.deb'
(don't use Ubuntu software install as it doesn't run the post install script). - GCC needs libncurses5. This is not installed by default. Install with:
sudo apt-get install libncurses5
. - Memcalc needs XTERM. Install with:
sudo apt-get install xterm
.