Package Details: mspdebug 0.25-2

Git Clone URL: https://aur.archlinux.org/mspdebug.git (read-only, click to copy)
Package Base: mspdebug
Description: A free debugger and firmware downloader for the MSP430/CC430 MCU family
Upstream URL: http://dlbeer.co.nz/mspdebug/
Licenses: GPL
Conflicts: mspdebug-git
Submitter: luk4s
Maintainer: luk4s
Last Packager: luk4s
Votes: 40
Popularity: 0.000000
First Submitted: 2010-05-30 00:07 (UTC)
Last Updated: 2017-09-10 17:55 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

ivanovp commented on 2012-05-19 05:56 (UTC)

The software tries to load TUSB3410's firmware from /usr/local/lib/mspdebug/ti_3410.fw.ihex, however it is installed to /usr/lib/mspdebug/ti_3410.fw.ihex. Fix: "make PREFIX=/usr" should be performed instead of "make" command. Corrected PKDBUILD is here: http://pastebin.com/ZnwQvYdA

luk4s commented on 2012-04-16 20:15 (UTC)

fixed in 0.19-2

xmw commented on 2012-04-16 19:55 (UTC)

fails due to missing /bin/install just remove the patch

luk4s commented on 2011-11-08 19:51 (UTC)

updated in 0.18-2

miffe commented on 2011-11-08 18:09 (UTC)

Please update build() to use {pkg,src}dir to work with makechrootpkg build() { cd $srcdir/${pkgname}-${pkgver} make clean patch Makefile < $srcdir/Makefile.patch make make PREFIX=$pkgdir/usr install install -D -m 0644 $srcdir/82-eZ430.rules $pkgdir/etc/udev/rules.d/82-eZ430.rules }

s_tec commented on 2011-10-26 01:42 (UTC)

The following udev rule sets permissions on the Olimex MSP430-JTAG-TINY device: ATTRS{idVendor}=="15ba", ATTRS{idProduct}=="0031", GROUP="users", MODE="0660" It would be nice to have this added in as well.

jesseFrey commented on 2011-09-14 14:41 (UTC)

the description for this package is extra terse. the description for the git version is 'a free debugger for use with MSP430 MSUs' when I search the AUR for msp430 I only get the git version of mspdebug. It would be nice to list all the msp430 tools by searching for msp430.

luk4s commented on 2011-04-09 12:05 (UTC)

Dependencies added, conflicts mspdebug-git

luk4s commented on 2011-04-08 23:47 (UTC)

Udev rules are included now; automatically triggers udev to load the new rule