.net core installation on Windows 10 iot (Raspberry PI3 - ARM)
Asked Answered
S

3

6

I test .net core on different OSs and I'd like to know if it's possible to install dotnet/cli (.net Core) on Windows 10 iot over my Raspberry PI3. My objective would be ro run simple GPIO tests.

What I do so far :

Do I miss something ? is it too early to do that ?

PS : I push an issue in dotnet/cli issues in GitHub.

2017-04-19 : The process is now in progress have a look to .NET Core on Raspberry Pi

Scrambler answered 13/10, 2016 at 6:38 Comment(2)
but it use DNVM which seems to be obsolete -> And you read the readme? "DNX and DNVM have been replaced by the new .NET CLI. See..."Rumple
The .NET CLI (dotnet) is what I'am looking for. I don't if it exists an ARM version of it, and how it can be installad on my RPI3.Scrambler
S
1

Arm32 builds are available as community supported builds for .NET Core 2.0. There is no SDK that runs on ARM32 but you can publish an application that will run on a Raspberry Pi. look to .NET Core on Raspberry Pi.

Scrambler answered 20/9, 2017 at 3:16 Comment(0)
C
4

Short answer, it's not in yet.

During the development of .net core, various people have managed to hack bits together to get it running on all sorts of stuff. But Win10 IoT and other ARM devices, have never got to the "officially supported" level.

Crochet answered 13/10, 2016 at 19:28 Comment(2)
Are you aware of a team that try to work on it, I can do some QA.Scrambler
Afraid not, it was on the roadmap at one point, but it has since been removed, so I don't think it's being actively worked on at this time. Looking through the various repos on github, people are still saying it's coming, there is just no firm dates as to when they will start working on it.Crochet
S
1

Arm32 builds are available as community supported builds for .NET Core 2.0. There is no SDK that runs on ARM32 but you can publish an application that will run on a Raspberry Pi. look to .NET Core on Raspberry Pi.

Scrambler answered 20/9, 2017 at 3:16 Comment(0)
E
0

.net Core is available on ARM: https://learn.microsoft.com/de-de/dotnet/articles/core/ An UWP app for example runs on .net Core. Here is a link to the cli doc: https://learn.microsoft.com/en-us/dotnet/articles/core/tools/

Eben answered 19/4, 2017 at 5:18 Comment(1)
Yes the the process is in progress : github.com/dotnet/core/blob/master/samples/…Scrambler

© 2022 - 2024 — McMap. All rights reserved.