EnsKlnc 0 Posted October 7, 2018 Hi Guys! I have MSP430 EXP LauchPad for my course. I want to program this lauchpad on Linux Mint but I have some troubles about that. Firstly, I downloaded Code Composer Studio to work on it but I had a error about port FET. Now I decided to download Energia, it looks like arduino IDE that is why I know about cart and port settings. My trouble on Energia is on the picture: Share this post Link to post Share on other sites
mph 10 Posted October 7, 2018 Do you have a 32 or 64 bit machine? 32-bit Linux only supported up to version 6.1.3 of CCS so you cannot run the latest version. Also be sure to add your user to the dialout group to access peripherals. Share this post Link to post Share on other sites
EnsKlnc 0 Posted October 7, 2018 I have a 64 bit machine Linux Mint. I had tried version 6,7 and 8 of CCS. I have already added my user to the dialout group Share this post Link to post Share on other sites
mph 10 Posted October 7, 2018 I do not believe the G-series Launchpad works with Linux. CCS should have given you an warning during install. There is hardware incompatibility. You still have options: i) Install CCS on Windows ii) Get a different Launchpad that has a Linux driver. You can use this and jumper wires to flash your value line MCU. Share this post Link to post Share on other sites
EnsKlnc 0 Posted October 7, 2018 My luck in the world 😢 Why does arduino not giving me error about those silly warnings ? Arduino works on Linux greatfull. Thank you for replying me. SOLUTION: Windows on VIRTUALBOX Share this post Link to post Share on other sites
EnsKlnc 0 Posted October 8, 2018 How can I program my LauchPad on terminal. Do you guys any know about it? Share this post Link to post Share on other sites
DougL 0 Posted January 10 (edited) The mspdebug commandline tool work with the Launchpad EXP430G2 I have built a CCS 18.3 project and load up mspdebug like this to program the 430G2553 mspdebug rf2500 https://github.com/dlbeer/mspdebug There are docs online for integrating it into CCS but for now the commandline is good enough for me. I recently found out that Energia 21 will program using the new Launchpad EXP430G2ET but I believe it using DSLite to do that. It's found in the hardware/tools/DSLite directory of the Energia Linux installation. UPDATE: command to program using Energia's dslite: ./hardware/tools/DSLite/DebugServer/bin/DSLite load -c ./hardware/tools/DSLite/MSP-EXP430G2ET2553LP.ccxml -f /tmp/arduino_build_790425/Blink.ino.elf Doug Edited January 10 by DougL found how to use DSLite to program G2ET on Linux Share this post Link to post Share on other sites