Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET Core Runtime ARM32 builds now available #29

Open
richlander opened this issue Aug 14, 2017 · 1 comment
Open

.NET Core Runtime ARM32 builds now available #29

richlander opened this issue Aug 14, 2017 · 1 comment

Comments

@richlander
Copy link
Member

richlander commented Aug 14, 2017

.NET Core Runtime ARM32 builds now available

Update: ARM32 is supported with .NET Core 2.1. Download .NET Core 2.1 ARM32 builds.

The .NET Core team is now producing ARM32 builds for .NET Core Runtime 2.0+, for both Linux and Windows. These builds are great for using on Raspberry Pi. The builds are not yet supported by Microsoft and have preview status. Please give us feedback.

Docker ARM32 images are also available at microsoft/dotnet. See microsoft/dotnet Docker Hub README adopts segmented OS/Arch style for a related announcement.

There are two good sources of .NET Core ARM32 samples that you can use to get started:

Discussion

You can share your thoughts on this change or see what others are saying at:

Details

The team is producing Runtime and not SDK builds for .NET Core. As a result, you need to build your applications on another operating system and then copy to a Raspberry Pi (or similar device) to run. The samples provided above show you how to do that.

You can get builds from the following links. Official builds are not yet provided.

Note that ARM32 is sometimes referred to as armhf, which refers to hardware floating point capability.

You can remote debug Linux ARM32 applications from a Windows, macOS or Linux machine.

The SDK has not been made available for ARM32 to yet as it doesn't fit within a reasonable performance envelope (space and time) for ARM32. We will resolve this although it isn't a top priority currently (unless feedback suggests otherwise). Our belief is that building on a desktop or build machine will be both more efficient and a reasonable work around to doing development on the Pi for the time being. We also wanted to prioritize the runtime being available since it's necessary for anything to work.

A more near-term need is unit testing on ARM32. There is no replacement for running tests on device. We intend to publish short-term workarounds for this and work on a longer-term solution that is easy to use.

@dotnet dotnet locked and limited conversation to collaborators Aug 14, 2017
@terrajobst
Copy link
Member

Reopening according to process.

@terrajobst terrajobst reopened this Nov 10, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants