- Intel Galileo Essentials
- Richard Grimmett
- 133字
- 2021-07-23 20:40:50
Downloading the software and connecting the Galileo to a Linux machine
If you are using a Linux machine, download the Linux version of the IDE software from https://communities.intel.com/docs/DOC-22226. Unpack this file using tar -zxvf arduino-1.5.3-linux32.tar.gz
. You will also need to disable the modem manager on most Linux distributions to enable uploading to the board. How you do this will vary by distribution but, if you are using the Ubuntu distribution, type sudo apt-get remove modemmanager
.
To connect the Galileo board to the Linux machine, simply plug in the USB connector to one of the USB ports on the Linux machine. Open a terminal and type sudo ls /dev/ttyACM*
and this will list the device connected to the machine. You should note down this value as you will later need to specify the port.
推薦閱讀
- Web程序設計及應用
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- Python Tools for Visual Studio
- Java持續交付
- JavaScript by Example
- Learn React with TypeScript 3
- Oracle Exadata專家手冊
- Learning FuelPHP for Effective PHP Development
- SQL Server數據庫管理與開發兵書
- Node.js開發指南
- Unity Character Animation with Mecanim
- Java高并發編程詳解:深入理解并發核心庫
- Raspberry Pi開發實戰
- SQL Server 2014數據庫設計與開發教程(微課版)
- HTML5 and CSS3:Building Responsive Websites