Azure Sphere Development Environment Setup

1. Visual Studio

目前,Visual Studio 2017/2019支持Azure Sphere开发,后续,微软会加入Visual Studio Code的支持。以Visual Studio 2019 Community为例(Pro版和Enterprise版也当然支持),用户需要先从官网下载。安装的时候,需要勾选Linux development with C++这个Workload,注意,还需要勾选C++ CMake tools for Linux和Embedded and IoT development tools这两个选项,如下图1所示。

图1:Visual Studio 2019 Workload

2. Azure Sphere SDK Preview for Visual Studio

在官网下载Azure Sphere SDK Preview for Visual Studio:https://aka.ms/AzureSphereSDKDownload。然后安装。

3. 设备驱动安装

Azure Sphere 开发板与开发机通过USB-串口连接。当开发板第一次连接到开发机时,驱动会自动安装,并映射出3个串口,如下图2所示。

图2:设备USB串口驱动

如果驱动没有正确安装,可以点击更新驱动,让电脑自动搜索安装。

具体请参考链接:Connect your dev kit to a Windows PC and install a Windows SDK

原文地址:https://www.cnblogs.com/dearsj001/p/AzureSphereSetupWindows.html

时间: 2024-11-08 17:26:40

Azure Sphere Development Environment Setup的相关文章

[React Fundamentals] Development Environment Setup

In this lesson we'll setup a simple build process for converting our ES6 React components into ES5 using Babel and Webpack Install: npm i --save react react-dom npm i -D babel-loader babel-core babel-preset-es2015 babel-preset-react npm i -g babel we

Setup iOS Development Environment.

Setup iOS Development Environment Install XCode and check-out source code from SVN XCode Please find document from Apple on how to install XCode. Check-out Source Code In XCode, Use menu "Source Control" -> "Check-out" to checkout s

Setup and configure an open source Fortran development environment on Windows

We must have already been familiar with proprietary Fortran programming environments, for example, Compaq Visual Fortran IDE (which is actually a combination of Microsoft’s Visual Studio 6 IDE and Compaq’s Fortran compiler along with commercial numer

[Blackberry]How To Setup a BlackBerry 10 Development Environment to Build Cascades Apps and Prevent IP DHCP for individual BB10 simulator setup

This is a step-by-step instructional guide on how to setup a BlackBerry 10 (BB10) development environment. This article includes instructions for downloading all the Cascades tools, installing them, and setting them up. You will learn how to get the

How to setup CI development environment in Linux

In the past 2 days, I setup a CI development environment in Linux: Git + Jenkins + Maven(Nexus)  + Tomcat I write the steps down to keep memo. Pre-installed software: 1. Java: I use JDK1.8.0_25 http://www.oracle.com/technetwork/java/javase/downloads/

Update 19.11 for Azure Sphere

今天,微软发布了面向Azure Sphere的19.11更新,其主要亮点就是加入了对开发工具Visual Studio Code和Linux开发环境的支持.具体来讲,本次更新包含3个部分: 1. Azure Sphere 系统. This quality release fixes an error in I2C reads that was reported on MSDN and an error in which SPI reads or writes may cause the syst

Programming in Go (Golang) – Setting up a Mac OS X Development Environment

http://www.distilnetworks.com/setup-go-golang-ide-for-mac-os-x/#.V1Byrf50yM8 Programming in Go (Golang) – Setting up a Mac OS X Development Environment Published on February 4, 2015 At Distil, we have recently started to use Go (Golang) to expand the

How to set up Dynamics CRM 2011 development environment

Recently I have been starting to learn Microsoft Dynamics CRM 2011 about implement plugin and workflow with SDK. The first thing I face is how to set up a development environment for Visual Studio. If you are using Visual Studio 2012 or lower version

How to enable C development in a Windows 10 development environment VM

To enable C development in a Windows 10 development environment VM, follow these steps: Start VS in the Windows 10 development environment VM. Choose "File" -> "New" -> "Project", choose "Open Visual Studio Install