touch ssh
) in the boot drive of the Raspberry. This will ensure that the SSH daemon is enabled once the Raspberry Pi has started and you can logon over the network./boot/config.txt
to enable the Usb 2.0 portsMainView
will be our app base in which we develop our UI:MainSingleView
and host the MainView
:MainWindow.axaml
to host the MainView
inside:MainSingleView
and MainWindow
. This makes it easier for development to run the app also on desktop and on the RaspberryProgram.cs
to enable the DRM usage.
Change the Main void to the following:SilenceConsole()
captures the console input and hide it. Otherwise you will see the console cursor blinking on the screen.ISingleViewApplicationLifetime
for the DRM usage.OnFrameworkInitializationCompleted()
in App.axaml.cs
:/publish
directory of your project to your Raspberry.
You can do this via scp <source> <destination>
or use a app like CyberDuck or via Usb stick.