Are there plans for running on Raspberry Pi? #215
-
Are there plans to target Raspberry Pi on the native linux based Pi image? |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 4 replies
-
Im interested in this also |
Beta Was this translation helpful? Give feedback.
-
The problem here is that Raspberry Pi runs linux, and .net Maui officially doesn't support linux, It's listed as community supported, but there is no community working on it, and anyone that has tried has either been blocked (told not to work on it until after it's working on windows) or ignored (see pull request #239) However I to would love to see .net Maui running on the Raspberry Pi |
Beta Was this translation helpful? Give feedback.
-
I've heard of people getting Android to run on Raspberry Pis, this would give you a relatively easy access route for Maui as Android has first-class support. I don't know how good Maui support would be for e.g. Raspberry Pi OS, which as others have pointed out is a flavour of Debian Linux. |
Beta Was this translation helpful? Give feedback.
-
Any update for this now? |
Beta Was this translation helpful? Give feedback.
-
You can still use .net to create cross platform applications which also run on Linux / Raspberry Pi by using Uno Platform. You can see the getting started with Uno and Pi tutorial at https://platform.uno/docs/articles/guides/raspberry-pi/raspberry-pi-intro.html. Also Pete has shown how to get started on YouTube https://www.youtube.com/watch?v=al1lfBkyx6M Some of our community have been playing with it for a home surveillance project - https://twitter.com/dotMorten/status/1554314646915407872 , or also his remote Spotify controller player with Pi which even official Raspberry Pi twitter account retweeted. https://twitter.com/Raspberry_Pi/status/1658850115858079751 |
Beta Was this translation helpful? Give feedback.
-
there is also avalonia if you want the xaml: https://docs.avaloniaui.net/docs/next/guides/platforms/rpi/running-on-raspbian-lite-via-drm |
Beta Was this translation helpful? Give feedback.
-
Just a ping from 2024, is there any progress / changes in creating a MAUI app that runs on a Pi? :) |
Beta Was this translation helpful? Give feedback.
The problem here is that Raspberry Pi runs linux, and .net Maui officially doesn't support linux, It's listed as community supported, but there is no community working on it, and anyone that has tried has either been blocked (told not to work on it until after it's working on windows) or ignored (see pull request #239)
However I to would love to see .net Maui running on the Raspberry Pi