一、前言
Start from the link: 開始學習的鏈接
上面鏈接是官網的教程,按照教程可以開發板入門:
- 其中第一步是了解開發板,涉及到如何組裝、如何連線、一些主要的接口簡單介紹等信息;
- 第二步主要是介紹如何用官方提供的工具進行配置(裝驅動、裝系統、配置網絡、配置SSH);
- 第三步主要是讓選擇開發語言及開發工具。
在第三步我選擇用java/C++來開發,而官方提供的是一個集成開發工具的Eclipse,很方便:
link: https://software.intel.com/en-us/iot/tools-ide/ide/iss-iot-edition
在第三步最后:
Next Steps
See the Intel® Edison Board User Guide for steps to perform typical developer tasks, like troubleshooting and working with your board. For example, you can find information on how to manually flash your board if you encounter issues with the setup tool, how to connect to your board using a serial terminal to access Linux commands, how to manually update the libraries on your board, and more.
按照User Guide操作,我在實際操作中出現部分不好理解(操作)的地方,如下:
二、用putty.exe通過串口控制板子
之前USB Serial Port出現感嘆號,表明沒有安裝成功USB Serial Port驅動。發現是少了Install FTDI drivers,於是下載了一個該驅動。
之后用putty.exe選擇對應的USB Serial Port波特率設置為115200就能進入console控制台,兩次回車進入。此時要輸入root,密碼就是你設置的密碼。
三、通過串口設置板子連接wifi
和用intel_edison_setup_win_v2016.2.007.exe配置效果一樣,只是exe程序更集成,把幾乎所有的初始化全部做好了,這里用串口僅僅連接到wifi下。
系列文章:
[Intel Edison開發板] 01、Edison開發板性能簡述
@beautifulzzzz
智能硬件、物聯網,熱愛技術,關注產品
博客:http://blog.beautifulzzzz.com
sina:http://weibo.com/beautifulzzzz?is_all=1