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.

CCS Cloud Linux fails to open .../tmp/ti_cloud_storage/CC2650F128.ccxml

Other Parts Discussed in Thread: ENERGIA

I build and then Run.  The project seems to build correctly.  On Run, I get error message (paraphrased) in a browser window:

errno 34 code ENOENT path /home/booth/.ti/TICloudAgent/tmp/ti_cloud_storage/CC2650F128.ccxml syscall open

The indicated file indeed does not seem to exist.  Should the build process create it or is TICloudAgent installed improperly or something else?

My environment:

Ubuntu 16.4LTS

Firefox

Browser plugin and TICloudAgent and 32-bit libraries installed per wiki

trying to run ProjectZeroApp example app.

lsusb shows the LaunchpadXL-CC2650  (HW Rev 1.1.2 SW Rev 0.9)

?? I haven't checked  /etc/dev/rules

More info.  To install TICLoudAgent I downloaded it, chmod +x *.run, and executed the .run file. (Without sudo, but it asked me for root permission.) Then  CCSCloud run gave a different error message more along the line of "XDS100 problem."  Then I installed certain 32-bit libraries per the wiki and reinstalled TICloudAgent by executing the .run file.  Now the above error.

I haven't attempted clean install, reboot, and replug in the board.

I have mad skills on Linux, C.  Have used Energia.  I have CCS Desktop installed on another machine but am new to it and dismayed that Linux takes a back seat to Windows (need Wine to install the BLE stack!)  I hoped CCSCloud would let me test some ideas before I settled into CCS desktop.