Windows 10 iot (Raspberry PI3 - ARM) 上的 .net 核心安装
.net core installation on Windows 10 iot (Raspberry PI3 - ARM)
我在不同的操作系统上测试了 .net 核心,我想知道是否可以在我的 Raspberry PI3 上的 Windows 10 iot 上安装 dotnet/cli (.net Core)。我的 objective 将是 ro 运行 简单的 GPIO 测试。
到目前为止我做了什么:
- 我访问了 .NET core 站点,但没有找到任何关于 Windows 10 物联网目标的信息。
- 我找到了一个不错的博客 post,标题为 How to run .NET Core Application on Pi2 - Win10 IoT Core? but it use DNVM,它似乎已经过时了,而且我没有在应该替换它。
我错过了什么吗?现在这样做还为时过早吗?
PS : 我在 GitHub.
中推送了一个 issue in dotnet/cli 问题
2017-04-19 : 进程正在进行中看看.NET Core on Raspberry Pi
简答,it's not in yet。
在 .net core 的开发过程中,许多人设法将其拼凑在一起 运行 在各种各样的东西上。但 Win10 IoT 和其他 ARM 设备,从未达到 "officially supported" 级别。
.net Core 在 ARM 上可用:
https://docs.microsoft.com/de-de/dotnet/articles/core/
例如,一个 UWP 应用程序在 .net Core 上运行。
这是 cli 文档的 link:https://docs.microsoft.com/en-us/dotnet/articles/core/tools/
Arm32 版本作为社区支持的 .NET Core 2.0 版本可用。在 ARM32 上没有 运行 的 SDK,但您可以发布将 运行 在 Raspberry Pi 上的应用程序。看看 .NET Core on Raspberry Pi.
我在不同的操作系统上测试了 .net 核心,我想知道是否可以在我的 Raspberry PI3 上的 Windows 10 iot 上安装 dotnet/cli (.net Core)。我的 objective 将是 ro 运行 简单的 GPIO 测试。
到目前为止我做了什么:
- 我访问了 .NET core 站点,但没有找到任何关于 Windows 10 物联网目标的信息。
- 我找到了一个不错的博客 post,标题为 How to run .NET Core Application on Pi2 - Win10 IoT Core? but it use DNVM,它似乎已经过时了,而且我没有在应该替换它。
我错过了什么吗?现在这样做还为时过早吗?
PS : 我在 GitHub.
中推送了一个 issue in dotnet/cli 问题2017-04-19 : 进程正在进行中看看.NET Core on Raspberry Pi
简答,it's not in yet。
在 .net core 的开发过程中,许多人设法将其拼凑在一起 运行 在各种各样的东西上。但 Win10 IoT 和其他 ARM 设备,从未达到 "officially supported" 级别。
.net Core 在 ARM 上可用: https://docs.microsoft.com/de-de/dotnet/articles/core/ 例如,一个 UWP 应用程序在 .net Core 上运行。 这是 cli 文档的 link:https://docs.microsoft.com/en-us/dotnet/articles/core/tools/
Arm32 版本作为社区支持的 .NET Core 2.0 版本可用。在 ARM32 上没有 运行 的 SDK,但您可以发布将 运行 在 Raspberry Pi 上的应用程序。看看 .NET Core on Raspberry Pi.