在 Debian 上安装 Teensyduino
不要使用 Debian 软件应用中提供的 Arduino 包。安装官方网站 arduino.cc 提供的版本。Teensyduino 安装程序不会识别发行版包安装。
Arduino 安装:
- 获取你喜欢的 Arduino 软件:https://www.arduino.cc/en/Main/Software
- 下载、解压并安装。注意解压位置将是应用程序位置。
Teensyduino 安装:
- 转到:https://www.pjrc.com/teensy/td_download.html
- 下载 Linux udev 规则(下载页面顶部的链接)并将文件复制到 /etc/udev/rules.d。
sudo cp 00-teensy.rules /etc/udev/rules.d/ - 下载并解压 Arduino 的 Linux 包之一。
- 通过添加执行权限运行安装程序然后执行它。
chmod 755 TeensyduinoInstall.linux64 ./TeensyduinoInstall.linux64
Check out similar posts by category:
Arduino
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow