Teensy Log: Difference between revisions
(Created page with "=Fri Sep 22, 2017= marcin@Precision-M6500:~$ cd Desktop marcin@Precision-M6500:~/Desktop$ sudo cp 49-teensy.rules /etc/udev/rules.d/ [sudo] password for marcin: cp: cannot s...") |
No edit summary |
||
Line 1: | Line 1: | ||
=Fri Sep 22, 2017= | =Fri Sep 22, 2017= | ||
The teensy has its own loader for files, not the Arduino IDE. This should be deleted from GVCS usage immediately, as it adds yet another tricky and obscure toolchain to OSE work. To begin with, Teensy is proprietary, and we apologize in advance for having it slip into OSE's work inadvertantly during OSE's early years (pre 2015). | |||
marcin@Precision-M6500:~$ cd Desktop | marcin@Precision-M6500:~$ cd Desktop |
Revision as of 22:43, 22 September 2017
Fri Sep 22, 2017
The teensy has its own loader for files, not the Arduino IDE. This should be deleted from GVCS usage immediately, as it adds yet another tricky and obscure toolchain to OSE work. To begin with, Teensy is proprietary, and we apologize in advance for having it slip into OSE's work inadvertantly during OSE's early years (pre 2015).
marcin@Precision-M6500:~$ cd Desktop marcin@Precision-M6500:~/Desktop$ sudo cp 49-teensy.rules /etc/udev/rules.d/ [sudo] password for marcin: cp: cannot stat '49-teensy.rules': No such file or directory marcin@Precision-M6500:~/Desktop$ sudo cp 49-teensy.rules /etc/udev/rules.d/ marcin@Precision-M6500:~/Desktop$ tar -xvzf teensy_linux64.tar.gz libpng12.so.0 libusb-0.1.so.4 teensy marcin@Precision-M6500:~/Desktop$ chmod 755 teensy marcin@Precision-M6500:~/Desktop$ ./teensy ^C marcin@Precision-M6500:~/Desktop$