Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is .NET Core ready to run on Raspberry PI 3?

I can find a lot of obsolete threads but a lot have been changed the last months.

Is there currently any possibility to run .NET Core and/or ASP.NET Core on Raspberry with Raspbian (currently Jessie) without Mono? Or what do I need?

I can find some dnvm samples, but I cannot find one tutorial which is up to date and uses the dotnet cli. I know Windows 10 IoT is planned for v1.1.0 but I can find nothing for ARM based CPUs. Also there is no Docker sample for ASP.NET Core on Raspbian...

Even http://dot.net shows only a Homebrew install command but how to install .NET Core 1.0.1 on Raspbian / Linux without Homebrew.

like image 845
PeterLiguda Avatar asked Sep 18 '16 17:09

PeterLiguda


People also ask

Can .NET Core run on Raspberry Pi?

NET Core on Raspberry Pi. . NET Core SDK is available on ARM32/ARM64 which is used by Raspberry Pi but many users have reported it's more convenient to cross build (i.e. dotnet publish -r linux-arm ) binaries from desktop as it allows for much faster iteration cycle.

What platforms can .NET Core run on?

NET Core is cross-platform. It runs on Windows, OS X and multiple distributions of Linux. It also supports different CPU architectures.

Is .NET Core 3.1 supported?

NET Core 3.1 was originally released on December 3, 2019 and is supported for three years. But the actual end of support day will be the closest Patch Tuesday starting that date, which is December 13, 2022.

Is .NET Core compatible with Linux?

NET Core runtime allows you to run applications on Linux that were made with .


1 Answers

.NET Core is scheduled to run on ARM based OS like Raspian / Windows 10 IoT for Q4 2016 / Q1 2017. https://blogs.msdn.microsoft.com/dotnet/2016/07/15/net-core-roadmap/

At this point of time I think you can follow the installations for Debian but you should get a exec format error IIRC.

Edit 3/10/17: first official instruction is online now: https://github.com/dotnet/core/blob/master/samples/RaspberryPiInstructions.md

like image 196
Benjamin Abt Avatar answered Sep 29 '22 13:09

Benjamin Abt