chrissphinx
chrissphinx
Also occurring under Yosemite, definitely related to #17. 1. Start Atom with minimap and minimap-codeglance enabled 2. Error is thrown: **Atom Version**: 1.1.0 **System**: Mac OS X 10.10.5 **Thrown From**:...
I can't get this to work either: ``` $ lsusb Bus 001 Device 002: ID 0e0f:000b VMware, Inc. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus...
@dlarue but doesn't CCS use DSLite for debug/programming the board?
@dlarue Are you using another device as opposed to simply plugging the G2ET board in via USB? I'm reading in the manpage that `tilib` driver will not support a USB...
Here is my own: ``` [ 698.459135] usb 2-2.2: USB disconnect, device number 5 [ 701.984053] usb 2-2.2: new full-speed USB device number 6 using uhci_hcd [ 702.107645] usb 2-2.2:...
@dlbeer Yes, I am using the `libmsp430.so` from CCS v9.0.1, so I'm not sure if that's any different but the line `Chip info database from MSP430.dll v3.13.0.601 Copyright (C) 2013...
@dlbeer the issue ended up being this: http://e2e.ti.com/support/microcontrollers/msp430/f/166/t/713463?CCS-MSP-FET430UIF-MSP-FET430UIF-is-already-in-use-on-Ubuntu-18-04 But, @dlarue you are reporting that removing all the udev rules still allows you to make a connection? After installing the `libmsp430.so`...
@dlarue yes, I'm exploring doing something to that effect, though in general I don't like serving .ISOs since they are quite large. Can I ask, although we're getting off topic...
@dlbeer Thank you very much for this insight, Daniel!
I will just comment here to echo @Brad-R 's approach is what we are currently doing, I am bundling `libmsp430.so` (from a CCS install on Linux) with an install script...