This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

M430G2553 + Ubuntu 12.10 + Error initializing emulator: No USB FET was found

Other Parts Discussed in Thread: MSP-FET

Hello guys,

I have a problem with my MSP430 on linux.

I installed CCS 5.2.1.00018 on my Ubuntu 12.10. It's installed fine. 

But when I try debug Project 0 for blinking LED I have a debug error: MSP430: Error initializing emulator: No USB FET was found.

CCS I did install not as root. But launch it as root. And also I did install drivers as root, just execute script: 

:~/ti/ccsv5/install_scripts$ sudo sh install_drivers.sh
udev stop/waiting
udev start/running, process 13808

And after plug of board in lsusb I see:

Bus 001 Device 013: ID 0451:f432 Texas Instruments, Inc. eZ430 Development Tool

Is it good?

What I do wrong?

Thanks.