raspberry pi 3 and 1.6.13/TD1.32 errors

Status
Not open for further replies.

manitou

Senior Member+
Well, feeling bold, i tried arduino IDE on raspberry pi 3 (Raspbian GNU/Linux 8 (jessie)) for the first time. using 1.6.13. IDE worked with UNO. I was able to build/upload and run sketch and use serial monitor over ssh. I didn't need any udev rules. So applied teensyduino 1.32 and confirmed serial worked with already running sketch on T3.2, IDE using Port: /dev/ttyACM0 (Teensy). tried compiling blink, get:
Code:
Arduino: 1.6.13 (Linux), TD: 1.32, Board: "Teensy 3.2 / 3.1, Serial, 96 MHz optimize speed (overclock), US English"

Oh no, the compiler quit with an error, but did not print any error messages!
Your computer may be running out of memory or resources.  Try closing other
windows or programs
Error compiling for board Teensy 3.2 / 3.1.

from help > verbose info
08:57:41: remote cmd: "comment: Teensyduino 1.32 - LINUXARM (teensy_post_compile)"
08:57:41: remote cmd: "status"
08:57:41: status data sent
08:57:41: remote cmd: "status"
08:57:41: status data sent
08:57:41: remote cmd: "status"
08:57:41: status data sent
08:57:41: remote cmd: "status"
08:57:41: status data sent
08:57:41: remote connection closed
08:59:02: Verbose Info event
09:08:41: remote connection opened
09:08:41: remote cmd: "comment: Teensyduino 1.32 - LINUXARM (teensy_post_compile)"
09:08:41: remote cmd: "status"
09:08:41: status data sent
09:08:41: remote cmd: "status"
09:08:41: status data sent
09:08:41: remote cmd: "status"
09:08:41: status data sent
09:08:41: remote cmd: "status"
09:08:41: status data sent
09:08:41: remote connection closed
09:09:50: Verbose Info event
tried adding 49-teensy.rules. didn't help


EDIT: turned on verbose compile and load options
and blink compiled, loaded, and ran ?
seems to be working now.:) (you do need /etc/udev/rules.d/49-teensy.rules)
 
Last edited:
Status
Not open for further replies.
Back
Top