try
mspdebug uif -jd /dev/ttyUSB0
From cPhone
On Aug 18, 2012, at 4:52 AM, kudiarasu <kudiyara...@gmail.com> wrote:
> Hi Eric
>
> i downgraded sucessfully with the help of ccsv5 installed windows PC
> Programs -> Texas Instruments -> MSP-FET430UIF Debug Interface ->
> MSP-FET430UIF v3 to v2 downgrade
> Shall i use "uif" instead of tilib in mspdebug, because mine is MSP-FET430UIF
>
> i trying to use tilib , it show error while make , right now downloading
> dependency files(boost 1.44.0) to make.
>
> Please find my log below
>
> sunuser@sunuser-OEM:~/Downloads/msp_pakages/MSP430.DLLv3_OS_Package$ lsusb
> Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
> Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> Bus 002 Device 002: ID 046d:c05a Logitech, Inc. Optical Mouse M90
> Bus 002 Device 003: ID 04b3:3025 IBM Corp.
> Bus 003 Device 004: ID 0451:f430 Texas Instruments, Inc. MSP-FET430UIF JTAG
> Tool
>
> sunuser@sunuser-OEM:~/Downloads/msp_pakages/MSP430.DLLv3_OS_Package$ dmesg
> |tail
> [ 8639.679108] usb 3-1: device firmware changed
> [ 8639.679146] usb 3-1: USB disconnect, device number 3
> [ 8639.679151] ti_usb_3410_5052: probe of 3-1:1.0 failed with error -5
> [ 8639.679373] usbcore: registered new interface driver ti_usb_3410_5052
> [ 8639.679377] ti_usb_3410_5052: v0.10:TI USB 3410/5052 Serial Driver
> [ 8639.792057] usb 3-1: new full speed USB device number 4 using uhci_hcd
> [ 8640.022194] ti_usb_3410_5052 3-1:1.0: TI USB 3410 1 port adapter converter
> detected
> [ 8640.022209] ti_usb_3410_5052: probe of 3-1:1.0 failed with error -5
> [ 8640.026191] ti_usb_3410_5052 3-1:2.0: TI USB 3410 1 port adapter converter
> detected
> [ 8640.026299] usb 3-1: TI USB 3410 1 port adapter converter now attached to
> ttyUSB0
>
>
>
> sunuser@sunuser-OEM:~/Downloads/msp_pakages/MSP430.DLLv3_OS_Package$ mspdebug
> uif -d /dev/ttyUSB0
> MSPDebug version 0.20 - debugging tool for MSP430 MCUs
> Copyright (C) 2009-2012 Daniel Beer <dlb...@gmail.com>
> This is free software; see the source for copying conditions. There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
> Trying to open UIF on /dev/ttyUSB0...
> Initializing FET...
> FET protocol version is 20409001
> Configured for Spy-Bi-Wire
> Set Vcc: 3000 mV
> fet: FET returned error code 4 (Could not find device (or device not
> supported))
> fet: command C_IDENT1 failed
> fet: identify failed
> Trying again...
> Initializing FET...
> FET protocol version is 20409001
> Configured for Spy-Bi-Wire
> Sending reset...
> uif: read error: Connection timed out
> warning: fet: reset failed
> fet: FET returned error code 4 (Could not find device (or device not
> supported))
> warning: fet: set VCC failed
> fet: reply type mismatch
> fet: command C_IDENT1 failed
> fet: identify failed
>
>
>
>
>
> On Sat, Aug 18, 2012 at 4:16 PM, Eric Decker <cire...@gmail.com> wrote:
>
> don't know. I bought mine years ago.
>
> I strongly suspect that you can only buy v3 fets these days.
>
> you can try asking TI for an older copy of the f/w. I'd send you what I
> have but don't want to run afoul of the copyright gods.
>
> see what Daniel has to say?
>
> In the meantime, see if you can get tilib to work.
>
>
> On Sat, Aug 18, 2012 at 3:43 AM, kudiarasu <kudiyara...@gmail.com> wrote:
> Hi eric,
>
> ya i don't have V2 FET f/w , where i can get this?
>
> On Sat, Aug 18, 2012 at 1:15 AM, Eric Decker <cire...@gmail.com> wrote:
>
>
> On Fri, Aug 17, 2012 at 10:25 AM, kudiarasu <kudiyara...@gmail.com> wrote:
> Hi all ,
> i am using MSP-FET430UIF for debugging my development board,i successfully
> installed mspgcc in linux 11.10,finally trying to run gdb through
> mspdebug command but it failed in initialization . i enclosed the log
> files below.
> Any body come across like this, please help me to resolve this issue.
>
> root@sunuser-OEM:/dev# lsusb
> Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
> Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> Bus 002 Device 002: ID 046d:c05a Logitech, Inc. Optical Mouse M90
> Bus 002 Device 003: ID 04b3:3025 IBM Corp.
> Bus 003 Device 009: ID 2047:0010 Texas Instruments
>
> This looks like you are running a FET with V3 firmware which requires running
> using the TI MSP430 library via the tilib driver. See
> http://mspdebug.sourceforge.net/tilib.html
>
> That link also includes downgrading instructions but you will need to have a
> copy of the V2
> FET f/w which you probably don't have.
>
> root@sunuser-OEM:/dev# mspdebug uif -j -d /dev/ttyACM0
> MSPDebug version 0.16 - debugging tool for MSP430 MCUs
>
> You should also upgrade your version of mspdebug. Current code is 0.20.
>
> Copyright (C) 2009-2011 Daniel Beer <dlb...@gmail.com>
> This is free software; see the source for copying conditions. There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
> Trying to open UIF on /dev/ttyACM0...
> Initializing FET...
> uif: read error: Connection timed out
> fet: open failed
> Trying again...
> Initializing FET...
> uif: read error: Connection timed out
> fet: open failed
>
>
> --
> * Thanks & regards
> Kudiarasu.m
> +91-9941172165*
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Mspgcc-users mailing list
> Mspgcc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users
>
>
>
>
> --
> Eric B. Decker
> Senior (over 50 :-) Researcher
>
>
>
>
>
> --
> Thanks & regards
> Kudiarasu.m
> +91-9941172165
>
>
>
> --
> Eric B. Decker
> Senior (over 50 :-) Researcher
>
>
>
>
>
> --
> Thanks & regards
> Kudiarasu.m
> +91-9941172165
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users