Hi,
is there a Linux version of Uniflash for CC3200 yet?
I can now build and debug with Linux, but I can't find a Linux version of Uniflash yet. The "get software" button for Uniflash 3.2 directly points to the Windows exe.
Thank you,
Frank
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.
Hi,
is there a Linux version of Uniflash for CC3200 yet?
I can now build and debug with Linux, but I can't find a Linux version of Uniflash yet. The "get software" button for Uniflash 3.2 directly points to the Windows exe.
Thank you,
Frank
Any update on this? I am eagerly awaiting development on my new launchpad board
Regards,
Ben
Unfortunatelly, developement is still ongoing. There are some stability/robustness issues that prevent us from releasing the Linux flavor.
Shlomi
Shlomi Itzhak said:Unfortunatelly, developement is still ongoing. There are some stability/robustness issues that prevent us from releasing the Linux flavor.
Shlomi
Need any beta-testers?
Thanks Ben,
Your volunteering spirit is highly appreciated, and I'm not being sarcastic here.
However, the current status does not allow me to share it yet as it is not even in Beta phase.
Once available, I would be able to share a preliminary drop for you.
Shlomi
+1 on this. I hate to run a VM just for the TI tools.
Eagerly waiting for the Linux & OSX versions. Do you guys have an ETA on this yet?
Thanks
Any update on this? I develop 100% on Linux and would love to use Uniflash for the CC3200 on my Linux machine and not need a Windows box just for writing.
Unfortunately my answer remains.
There is an intention to support Linux but no ETA.
Shlomi
Hi,
There are records on the Uniflash user guide regarding Linux.
Sorry for the confusion but there is no support yet.
I can remove those if you find it confusing.
Shlomi
This is the intent, yes.
There is no relation between the Uniflash and SDK. Actually, both are developed by different groups.
In any case, the specific issue with Uniflash was related to UART stability.
After next Uniflash drop is released (very soon), the intention is to finalize and release the Linux version.
Shlomi
really close :)
Should be in the coming weeks but unfortunately cannot point a date.
hey, it's out! exciting! :)
to save folks some time, here are the 32-bit libs i needed to install on Ubuntu 15.04 amd64:
sudo apt-get install libcanberra0:i386 libusb-0.1-4:i386 libgconf2-4:i386 libgnomevfs2-0:i386 liborbit-2-0:i386
there is no gcrypt 1.1 for 15.04 (only 2.0), but the gui seems to run fine.
however, i was not able to get it to connect to the device. neither the default of the ftdi_sio-backed port (configured according to instructions for Energia and the one used by cc3200prog) seems to work.
after a few failed attempts ("sending break signal" - "please restart the device" - "reading ACK signal failed") it bombs out with an unhandled exception (so i can't even copy the log). fiddling with SOP2 jumper and pressing reset doesn't help...
can you clarify the following:
1) when flashing (or running GetVersion), should SOP2 be closed or open?
2) does "please restart the device" means i need to press the reset button?
3) does the system need to be configured as described here: energia.nu/.../ and if yes, which of the two serial ports should be used?