Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:mspdebug [2022/10/23 12:19] – [Build (v0.25)] darron | tools:mspdebug [2023/11/09 23:26] (current) – [Version 0.25] darron | ||
---|---|---|---|
Line 3: | Line 3: | ||
MSP DEBUG is used to program and debug MSP430 devices on Linux. | MSP DEBUG is used to program and debug MSP430 devices on Linux. | ||
- | ===Debian (v0.22) === | + | ===Version 0.22=== |
- | ==Install | + | ==Install== |
< | < | ||
Line 60: | Line 60: | ||
</ | </ | ||
- | === Build (v0.25) === | + | === Version 0.25 === |
- | ==Install | + | First install [[https:// |
- | WARNING: libmsp430.so built on Debian bullseye with latest libboost1.74 does not work but | + | ==Install== |
- | it works fine when built on older Debian buster with libboost1.62 | + | |
- | + | ||
- | Fetch code and install libraries | + | |
- | + | ||
- | < | + | |
- | cd /opt/src | + | |
- | mkdir slac460y | + | |
- | cd slac460y | + | |
- | wget http:// | + | |
- | unzip slac460y.zip | + | |
- | apt-get install libboost-all-dev libhidapi-dev libusb-1.0-0-dev | + | |
- | </ | + | |
- | + | ||
- | Patch for Linux | + | |
- | < | + | |
- | wget https:// | + | |
- | patch -p1 < slac460y-linux.patch | + | |
- | </ | + | |
- | + | ||
- | Compilation fixes libboost for Debian bullsye (NOT WORKING) | + | |
- | < | + | |
- | find -iname " | + | |
- | find -iname " | + | |
- | find -iname " | + | |
- | </ | + | |
- | + | ||
- | Build and install | + | |
- | < | + | |
- | make | + | |
- | make install | + | |
- | ldconfig | + | |
- | </ | + | |
- | + | ||
- | + | ||
- | ==Install | + | |
< | < | ||
Line 109: | Line 74: | ||
make install | make install | ||
</ | </ | ||
- | |||
==Test== | ==Test== | ||
Line 180: | Line 144: | ||
__ezfet__ | __ezfet__ | ||
+ | |||
+ | Whilst eZ-FET mode works with this example, tilib is preferred since mspdebug | ||
+ | eZ-FET support can be unreliable. | ||
< | < |