You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See dotnet/iot#1099 for a lot of extra information and how to reproduce.
Basically, every attempt to run an application with dotnet 5.0 preview 6 or later on my Raspberry Pi (ARM32), results in this error:
Failed to create CoreCLR, HRESULT: 0x80070057
This seems to be irrespective on where the application was built (even if built with the very same SDK on the Pi itself). The preview 4-version works fine.
I'm trying to investigate the cause, but building the SDK fails on the Pi:
pi@raspberrypi:~/projects/sdk $ ./build.sh
... many messages, ending with:
dotnet-install: Downloading link: https://dotnetcli.azureedge.net/dotnet/Runtime/1.0.5/dotnet-runtime-1.0.5-linux-arm.tar.gz
curl: (22) The requested URL returned error: 404
dotnet-install: Cannot download: https://dotnetcli.azureedge.net/dotnet/Runtime/1.0.5/dotnet-runtime-1.0.5-linux-arm.tar.gz
dotnet_install: Error: Could not find/download: `.NET Core Runtime` with version = 1.0.5
dotnet_install: Error: Refer to: https://aka.ms/dotnet-os-lifecycle for information on .NET Core support
pi@raspberrypi:~/projects/sdk $
The text was updated successfully, but these errors were encountered:
See dotnet/iot#1099 for a lot of extra information and how to reproduce.
Basically, every attempt to run an application with dotnet 5.0 preview 6 or later on my Raspberry Pi (ARM32), results in this error:
This seems to be irrespective on where the application was built (even if built with the very same SDK on the Pi itself). The preview 4-version works fine.
I'm trying to investigate the cause, but building the SDK fails on the Pi:
The text was updated successfully, but these errors were encountered: