Friday 31 July 2020

.NET Core doesn't work on a Pi Zero

.NET Core doesn't work on a Pi Zero. The Pi Zero is armv6 whereas .NET core supports amrv7. The Pi Zero uses the Thumb instruction set (16 bits rather than the normal ARM 32 bit) which the Core CLR JIT compiler does not support.

No comments:

Post a Comment