[Intel Edison开发板] 02、Edison开发板入门


一、前言

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,密码就是你设置的密码。

image


三、通过串口设置板子连接wifi

和用intel_edison_setup_win_v2016.2.007.exe配置效果一样,只是exe程序更集成,把几乎所有的初始化全部做好了,这里用串口仅仅连接到wifi下。


#### 系列文章: [[Intel Edison开发板] 01、Edison开发板性能简述][12]

@beautifulzzzz
智能硬件、物联网,热爱技术,关注产品
博客:http://blog.beautifulzzzz.com
sina:http://weibo.com/beautifulzzzz?is_all=1
原文地址:https://www.cnblogs.com/zjutlitao/p/6056119.html