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.

Initializing TI Cloud Agent spins forever

Hello TI Forum,

I am trying to build this MSP432 IoT project:
www.hackster.io/.../create-a-multi-tasking-iot-wi-fi-sensor

I am using a clean Ubuntu 14.04.01 install with Firefox 28.0. I have successfully built the code, but when it comes to flashing it onto my MSP432P401R development board (by clicking the green 'Flash' button) on CCS Cloud, the 'Flashing' dialog appears with the message 'Initializing TI Cloud Agent' and sits there forever.

I believe I have installed the agent correctly by executing './ticloudagent.run' together with 'sudo apt-get install lib32stdc++6 libc6-i386' and 'sudo apt-get install libusb-1.0-0-dev:i386' (since during installation it complained about missing the 32-bit version of libusb-1.0.so).

I have also installed the add-on to Firefox.

I've followed everything on the troubleshooting guide. What am I missing? Are there logs somewhere that shows the TI Cloud Agent running? Does the TI Cloud Agent need to be started? I see some udev thinks wiz by during the install, and I see the MSP432 board being detected in syslog and lsusb. Am I missing something fundamental?

Thanks in advance.

Regards,
Pak

  • Pak,

    You may need to upgrade firefox. 

    http://processors.wiki.ti.com/index.php/TI_Cloud_Agent#Browser_Requirements

    TI Cloud Agent needs version 30+.

    Regards,
    Mandeep Deol

  • Hi Mandeep,

    Thank you. I am now using Firefox 39.0 and the flashing and debugging works.

    However, eventhough the board runs my code, I get the following error:
    Can't Run Target CPU: (Error -2134 @ 0x0) Unable to control device execution state. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 5.1.641.0)
    Trouble Halting Target CPU: (Error -2062 @ 0x0) Unable to halt device. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 5.1.641.0)

    Regards,
    Pak