Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.09 KB

RaspberryPi.md

File metadata and controls

18 lines (11 loc) · 1.09 KB

Xigadee

Xigadee on Linux and the Raspberry Pi

This section is a guide to setting up Xigadee on ARM based Linux distros such as the Raspberry Pi. Raspberry Pi comes with two many types of Linux. For this post I have tested it using two specific distros: Raspbian and Ubuntu Mate, and this post will explain the differences and how to set up .NET Core on both.

You can also use this as a guide to setting up Xigadee apps to run on standard x64, x86 based Linux environments.

Platform

Currently .NET Core supports ARM based processors in preview that support ARM7.1 or higher. This means that the framework can be run on the Raspberry Pi 2 & 3, but I have not tested on the Pi Zero, and I believe it will not work due to the use of an older ARM6 architecture.

Getting started

Created by: Paul Stancer Home