skirki 0 Posted June 28, 2012 Share Posted June 28, 2012 The user you are running as, should be a member of the "plugdev"-group. Im in plugdev group I don't have any idea what else i can check. For instance when i change plugdev to my ubuntu name (group) i had comunicate:rf2500: failed to open RF2500 device rf2500: warning: can't detach kernel driver: Operation not permitted Quote Link to post Share on other sites
gordon 229 Posted June 28, 2012 Share Posted June 28, 2012 [rf2500]You can ignore this message. Quote Link to post Share on other sites
skirki 0 Posted June 28, 2012 Share Posted June 28, 2012 skirki wrote:[rf2500] I can't it ignore because i can't upload data rf2500: failed to open RF2500 device rf2500: warning: can't detach kernel driver: Operation not permitted rf2500: can't claim interface: Operation not permitted rf2500: failed to open RF2500 device Quote Link to post Share on other sites
skirki 0 Posted July 10, 2012 Share Posted July 10, 2012 hi, i had found the follow link: http://blog.wikifotos.org/2010/11/15/ms ... in-ubuntu/ i installed mspdebug once again, and now i can use mspdebug (using sudo) but i can't run gdbserver with eclipse. Command line is enough for me, but maybe this will help to solve this stupid error Quote Link to post Share on other sites
xpg 127 Posted July 16, 2012 Author Share Posted July 16, 2012 hi, i had found the follow link:http://blog.wikifotos.org/2010/11/15/ms ... in-ubuntu/ i installed mspdebug once again, and now i can use mspdebug (using sudo) but i can't run gdbserver with eclipse. Command line is enough for me, but maybe this will help to solve this stupid error Good to hear that you are making progress. However, I'm really surprised that you need sudo for mspdebug to work... Quote Link to post Share on other sites
OppaErich 25 Posted July 16, 2012 Share Posted July 16, 2012 However, I'm really surprised that you need sudo for mspdebug to work... udev rule wrong or missing ? Quote Link to post Share on other sites
BostonEnginerd 1 Posted August 14, 2012 Share Posted August 14, 2012 I just wanted to report that I had some issues getting the debugger to work on Ubuntu 12.04 64-bit. The version shipped with the tool bundle was failing with a "giving up waiting for mspdebug" error. After this, mspdebug would sit active in the background blocking port 2000 from being used by subsequent invocations. I ended up compiling the git version of mspdebug and copying the resulting binary into the tool binary directory. After this, the debugger seems to work OK. Great job putting this together! xpg 1 Quote Link to post Share on other sites
xpg 127 Posted August 14, 2012 Author Share Posted August 14, 2012 I just wanted to report that I had some issues getting the debugger to work on Ubuntu 12.04 64-bit. The version shipped with the tool bundle was failing with a "giving up waiting for mspdebug" error. After this, mspdebug would sit active in the background blocking port 2000 from being used by subsequent invocations. I ended up compiling the git version of mspdebug and copying the resulting binary into the tool binary directory. After this, the debugger seems to work OK. Ahh, thank you so very much for that bug report. I have had a few people reporting it, but I never had time to pinpoint the problem. And now, you just did much of the job for me, thanks! :clap: I have not been working on the plugin for quite some time now, as I have been engaged with other project. This week, however, I am slowly starting to work on it again. I can't promise when the next release will be made, but my best guess is in a couple of weeks. Great job putting this together! Thanks. It's a pleasure to contribute to this community. Quote Link to post Share on other sites
VaZso 3 Posted August 30, 2012 Share Posted August 30, 2012 Thanks for your work on this plugin to get MSP430 correctly usable under Linux. Quote Link to post Share on other sites
xpg 127 Posted September 3, 2012 Author Share Posted September 3, 2012 It's around midnight now, and things seem to be working. So here it is: A new msp430-eclipse release. The most significant changes are: [*:2utjrf72]-Added Windows support.[*:2utjrf72]-Added dependency on "Target Management Terminal".[*:2utjrf72]-Add .cpp as C++ extension.[*:2utjrf72]-Support for FRAM board (by using a newer version of mspdebug).[*:2utjrf72]-Fix a bug: mspdebug fails to startup successfully for debugging session.[*:2utjrf72]-Group MCU List to make selection easier.[*:2utjrf72]-Remove usage of stdbuf.[*:2utjrf72]-Simplify tool selection by adding an "Activate"-button to the tool manager.[*:2utjrf72]-Add support for static libraries (project type).[*:2utjrf72]-Kill mspdebug when debugger is stopped.[*:2utjrf72]-"tilib" to the mspdebug driver selection. I have updated the first post of this thread as well. Please try it out and let me know what you think. And now for something completely different: Sleep Oh, by the way: Thank you everyone for your feedback and comments, they have been most valuable. /Paul OppaErich and Rickta59 2 Quote Link to post Share on other sites
OppaErich 25 Posted September 15, 2012 Share Posted September 15, 2012 -Simplify tool selection by adding an "Activate"-button to the tool manager. Cool...but there is nothing to activate and I can't add /usr/bin/msp430-gcc or /usr/bin/mspgcc. So it looks like it still does not work with Debian. Quote Link to post Share on other sites
xpg 127 Posted September 15, 2012 Author Share Posted September 15, 2012 Cool...but there is nothing to activate and I can't add /usr/bin/msp430-gcc or /usr/bin/mspgcc. So it looks like it still does not work with Debian. Ahh, well, I guess it's a case of missing documentation. If you want to use tools from the system, things *should* just work without doing anything. Else you can go to the Eclipse settings and select "MSP430". Here you should select "System tools" for all tools. If that does not work, please let me know. Cheers, Paul Quote Link to post Share on other sites
OppaErich 25 Posted September 16, 2012 Share Posted September 16, 2012 Yep, that's what I mean. System Tools does not work, it never did for me. No target selection, no nothing if I select system tools. Trying to add the system tools with the tool manager does not work either. I click 'Add' and point at /usr/bin/mspdebug and I can single, double, triple, quadruple, left, right, whatever click - nothing happens, the file browser window stays open. Quote Link to post Share on other sites
xpg 127 Posted September 16, 2012 Author Share Posted September 16, 2012 Yep, that's what I mean. System Tools does not work, it never did for me. No target selection, no nothing if I select system tools. Trying to add the system tools with the tool manager does not work either. I click 'Add' and point at /usr/bin/mspdebug and I can single, double, triple, quadruple, left, right, whatever click - nothing happens, the file browser window stays open. Ahh. Not good. What version of mspgcc and mspdebug do you have installed? /Paul Quote Link to post Share on other sites
OppaErich 25 Posted September 16, 2012 Share Posted September 16, 2012 What version of mspgcc and mspdebug do you have installed? root@siductionbox:/home/oppa# dpkg -l | grep msp ii binutils-msp430 2.22~msp20120406-2 amd64 ii gcc-msp430 4.6.3~mspgcc-20120406-3 amd64 ii msp430-libc 20120224-1 amd64 ii msp430mcu 20120406-2 all ii mspdebug 0.19-1 amd64 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.