Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tools:mspflasher [2023/11/10 13:02] – [Resources] darrontools:mspflasher [2023/11/10 13:50] (current) – [Build] darron
Line 19: Line 19:
 First install [[https://wiki.kewl.org/dokuwiki/tools:mspds|libmsp430.so]]. First install [[https://wiki.kewl.org/dokuwiki/tools:mspds|libmsp430.so]].
  
-===Build===+===Extract===
  
-Extract files and apply makefile fix.+Extract files.
  
 <code> <code>
Line 32: Line 32:
  
 ===Patch=== ===Patch===
 +
 +Apply fixes.
  
 <code> <code>
Line 47: Line 49:
 cp ../MSP430Flasher /usr/local/bin/ cp ../MSP430Flasher /usr/local/bin/
 </code> </code>
-===Usage=== 
- 
-When you run this app unpatched with args it will enter an infinite loop, 
-hence it's useless without the fixes found on the TI forum. 
- 
-Whether the target works or not in Linux is also dependant upon the 
-firmware version in the target which can be upgraded via 
-libmsp430.so using mspdebug. 
  
 ===Resources=== ===Resources===