You need to follow these steps:

Create a sample example dir:

$ mkdir Blink
$ cd Blink

Create a template to use as base:

$ dotnet new -i WildernessLabs.Meadow.Template
$ dotnet new Meadow

Build it:

$ dotnet build

Deploy the application in the board:

$ meadow app deploy -f obj/Debug/netstandard2.1/App.dll -s /dev/ttyACM0

Connecting to Meadow on /dev/ttyACM0

Downloading version file for Meadow OS 1.0.1.5

Meadow OS 1.0.1.5 cannot be downloaded or is not available
Meadow StdInfo: Mono is disabled
Meadow StdInfo: dev/
Meadow StdInfo: little0 [block]
Meadow StdInfo: little0p0 [block]
Meadow StdInfo: monostderr [char]
Meadow StdInfo: monostdout [char]
Meadow StdInfo: mtdblock0 [block]
Meadow StdInfo: null [char]
Meadow StdInfo: nxupd [char]
Meadow StdInfo: pwm0 [char]
Meadow StdInfo: ramlog [char]
Meadow StdInfo: random [char]
Meadow StdInfo: ttyACM0 [char]
Meadow StdInfo: ttyS0 [char]
Meadow StdInfo: ttyS1 [char]
Meadow StdInfo: ttyS2 [char]
Meadow StdInfo: tun [char]
Meadow StdInfo: upd [char]
Meadow StdInfo: urandom [char]
Meadow StdInfo: usrsock [char]
Meadow StdInfo: meadow0/
Meadow StdInfo: ./
Meadow StdInfo: ../
Meadow StdInfo: meadow.log [file]
Meadow StdInfo: dns.conf [file]
Meadow StdInfo: Meadow.OS.Runtime.bin [file]
Meadow StdInfo: var/
Meadow StdInfo: mqueue/
Meadow StdInfo: Esp32Events [char]
Meadow StdInfo: Esp32Requests [char]
Meadow StdInfo: IncomingEvents [char]
Found meadow.log (CRC: 2471262712)

Found dns.conf (CRC: 2979744109)

Found Meadow.OS.Runtime.bin (CRC: 3338498311)

Trimming assemblies to reduce size (may take several seconds)...
StandardOutput Contains: ILLink: error IL1012: IL Linker has encountered an unexpected error. Please report the issue at https://github.com/mono/linker/issues

StandardError Contains: Fatal error in IL Linker
Unhandled exception. Mono.Cecil.AssemblyResolutionException: Failed to resolve assembly: '/WildernessLabs/MeadowNew/Blinky/obj/Debug/netstandard2.1/prelink_bin/Meadow.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
 ---> System.IO.FileNotFoundException: Unable to find '/WildernessLabs/MeadowNew/Blinky/obj/Debug/netstandard2.1/prelink_bin/Meadow.dll.dll' or '/WildernessLabs/MeadowNew/Blinky/obj/Debug/netstandard2.1/prelink_bin/Meadow.dll.exe' file
   at Mono.Linker.DirectoryAssemblyResolver.Resolve(AssemblyNameReference name, ReaderParameters parameters) in /Users/lexas/linker/src/linker/Linker/DirectoryAssemblyResolver.cs:line 88
   at Mono.Linker.AssemblyResolver.Resolve(AssemblyNameReference name, ReaderParameters parameters) in /Users/lexas/linker/src/linker/Linker/AssemblyResolver.cs:line 138
   at Mono.Linker.LinkContext.Resolve(IMetadataScope scope) in /Users/lexas/linker/src/linker/Linker/LinkContext.cs:line 315
   at Mono.Linker.LinkContext.Resolve(String name) in /Users/lexas/linker/src/linker/Linker/LinkContext.cs:line 308
   at Mono.Linker.Steps.ResolveFromAssemblyStep.Process() in /Users/lexas/linker/src/linker/Linker.Steps/ResolveFromAssemblyStep.cs:line 68
   at Mono.Linker.Steps.BaseStep.Process(LinkContext context) in /Users/lexas/linker/src/linker/Linker.Steps/BaseStep.cs:line 60
   at Mono.Linker.Pipeline.ProcessStep(LinkContext context, IStep step) in /Users/lexas/linker/src/linker/Linker/Pipeline.cs:line 135
   at Mono.Linker.Pipeline.Process(LinkContext context) in /Users/lexas/linker/src/linker/Linker/Pipeline.cs:line 128
   at Mono.Linker.Driver.Run(ILogger customLogger) in /Users/lexas/linker/src/linker/Linker/Driver.cs:line 755
   at Mono.Linker.Driver.Main(String[] args) in /Users/lexas/linker/src/linker/Linker/Driver.cs:line 64

Trimming failed - ILLinker execution error!
Exit Code: 134
Meadow StdInfo: Meadow successfully deleted '/meadow0/meadow.log'
Removing file: FileData { FullPath = /meadow0/meadow.log, FileName = meadow.log, Crc = 2471262712, FileSize = 113 }

Meadow StdInfo: Meadow successfully deleted '/meadow0/dns.conf'
Removing file: FileData { FullPath = /meadow0/dns.conf, FileName = dns.conf, Crc = 2979744109, FileSize = 19 }

Meadow StdInfo: Meadow successfully deleted '/meadow0/Meadow.OS.Runtime.bin'
Removing file: FileData { FullPath = /meadow0/Meadow.OS.Runtime.bin, FileName = Meadow.OS.Runtime.bin, Crc = 3338498311, FileSize = 3145728 }


Sending file: /WildernessLabs/MeadowNew/Blinky/obj/Debug/netstandard2.1/App.pdb

Starting File Transfer... 
 
Meadow StdInfo: File 82% downloaded
Meadow StdInfo: Download of 'App.pdb' success (checksums calculated:0x4A2DD979, expected:0x4A2DD979)

Transfer Complete, wrote 9876 bytes to Meadow


Sending file: /WildernessLabs/MeadowNew/Blinky/obj/Debug/netstandard2.1/.NETStandard,Version=v2.1.AssemblyAttributes.cs

Starting File Transfer... 
 
Meadow StdInfo: Download of '.NETStandard,Version=v2.1.AssemblyAttributes.cs' success (checksums calculated:0xA8DAE459, expected:0xA8DAE459)

Transfer Complete, wrote 204 bytes to Meadow


Sending file: /WildernessLabs/MeadowNew/Blinky/obj/Debug/netstandard2.1/Blinky.AssemblyInfoInputs.cache

Starting File Transfer... 
 
Meadow StdInfo: Download of 'Blinky.AssemblyInfoInputs.cache' success (checksums calculated:0xF92F72A4, expected:0xF92F72A4)

Transfer Complete, wrote 41 bytes to Meadow


Sending file: /WildernessLabs/MeadowNew/Blinky/obj/Debug/netstandard2.1/Blinky.csproj.AssemblyReference.cache

Starting File Transfer... 
 
Meadow StdInfo: File 12% downloaded
Meadow StdInfo: File 25% downloaded
Meadow StdInfo: File 38% downloaded
Meadow StdInfo: File 50% downloaded
Meadow StdInfo: File 63% downloaded
Meadow StdInfo: File 76% downloaded
Meadow StdInfo: File 88% downloaded
Meadow StdInfo: Download of 'Blinky.csproj.AssemblyReference.cache' success (checksums calculated:0x8A0CF2A6, expected:0x8A0CF2A6)

Transfer Complete, wrote 64504 bytes to Meadow


Sending file: /WildernessLabs/MeadowNew/Blinky/obj/Debug/netstandard2.1/Blinky.csproj.CoreCompileInputs.cache

Starting File Transfer... 
 
Meadow StdInfo: Download of 'Blinky.csproj.CoreCompileInputs.cache' success (checksums calculated:0xE08CCC78, expected:0xE08CCC78)

Transfer Complete, wrote 41 bytes to Meadow


Sending file: /WildernessLabs/MeadowNew/Blinky/obj/Debug/netstandard2.1/Blinky.AssemblyInfo.cs

Starting File Transfer... 
 
Meadow StdInfo: Download of 'Blinky.AssemblyInfo.cs' success (checksums calculated:0x8E9F3F93, expected:0x8E9F3F93)

Transfer Complete, wrote 920 bytes to Meadow


Sending file: /WildernessLabs/MeadowNew/Blinky/obj/Debug/netstandard2.1/Blinky.csproj.CopyComplete

Starting File Transfer... 
 
Meadow StdInfo: Download of 'Blinky.csproj.CopyComplete' success (checksums calculated:0x00000000, expected:0x00000000)

Transfer Complete, wrote 0 bytes to Meadow


Sending file: /WildernessLabs/MeadowNew/Blinky/obj/Debug/netstandard2.1/Blinky.csproj.FileListAbsolute.txt

Starting File Transfer... 
 
Meadow StdInfo: Download of 'Blinky.csproj.FileListAbsolute.txt' success (checksums calculated:0xE81D6A60, expected:0xE81D6A60)

Transfer Complete, wrote 4892 bytes to Meadow


Sending file: /WildernessLabs/MeadowNew/Blinky/obj/Debug/netstandard2.1/Blinky.assets.cache

Starting File Transfer... 
 
Meadow StdInfo: File 39% downloaded
Meadow StdInfo: File 79% downloaded
Meadow StdInfo: Download of 'Blinky.assets.cache' success (checksums calculated:0x235542E4, expected:0x235542E4)

Transfer Complete, wrote 20668 bytes to Meadow


Sending file: /WildernessLabs/MeadowNew/Blinky/obj/Debug/netstandard2.1/App.exe

Starting File Transfer... 
 
Meadow StdInfo: Download of 'App.exe' success (checksums calculated:0x410328B0, expected:0x410328B0)

Transfer Complete, wrote 5632 bytes to Meadow


Sending file: /WildernessLabs/MeadowNew/Blinky/obj/Debug/netstandard2.1/Blinky.GeneratedMSBuildEditorConfig.editorconfig

Starting File Transfer... 
 
Meadow StdInfo: Download of 'Blinky.GeneratedMSBuildEditorConfig.editorconfig' success (checksums calculated:0x867AA32C, expected:0x867AA32C)

Transfer Complete, wrote 145 bytes to Meadow


Sending file: ~/.local/share/WildernessLabs/Firmware/1.0.1.0/meadow_assemblies/netstandard.dll

Starting File Transfer... 
 
Meadow StdInfo: File 18% downloaded
Meadow StdInfo: File 27% downloaded
Meadow StdInfo: File 36% downloaded
Meadow StdInfo: File 45% downloaded
Meadow StdInfo: File 54% downloaded
Meadow StdInfo: File 63% downloaded
Meadow StdInfo: File 72% downloaded
Meadow StdInfo: File 81% downloaded
Meadow StdInfo: File 90% downloaded
Meadow StdInfo: Download of 'netstandard.dll' success (checksums calculated:0x75D657A9, expected:0x75D657A9)

Transfer Complete, wrote 90624 bytes to Meadow


Sending file: ~/.local/share/WildernessLabs/Firmware/1.0.1.0/meadow_assemblies/mscorlib.dll

Starting File Transfer... 
 
Meadow StdInfo: File 10% downloaded
Meadow StdInfo: File 20% downloaded
Meadow StdInfo: File 30% downloaded
Meadow StdInfo: File 40% downloaded
Meadow StdInfo: File 50% downloaded
Meadow StdInfo: File 60% downloaded
Meadow StdInfo: File 70% downloaded
Meadow StdInfo: File 80% downloaded
Meadow StdInfo: File 90% downloaded
Meadow StdInfo: Download of 'mscorlib.dll' success (checksums calculated:0x0A80F2EA, expected:0x0A80F2EA)

Transfer Complete, wrote 4637696 bytes to Meadow


Sending file: ~/.local/share/WildernessLabs/Firmware/1.0.1.0/meadow_assemblies/System.Core.dll

Starting File Transfer... 
 
Meadow StdInfo: File 10% downloaded
Meadow StdInfo: File 20% downloaded
Meadow StdInfo: File 30% downloaded
Meadow StdInfo: File 40% downloaded
Meadow StdInfo: File 50% downloaded
	Meadow StdInfo: File 60% downloaded
Meadow StdInfo: File 70% downloaded
Meadow StdInfo: File 80% downloaded
Meadow StdInfo: File 90% downloaded
Meadow StdInfo: Download of 'System.Core.dll' success (checksums calculated:0xD8E83541, expected:0xD8E83541)

Transfer Complete, wrote 1086976 bytes to Meadow


Sending file: ~/.local/share/WildernessLabs/Firmware/1.0.1.0/meadow_assemblies/System.dll

Starting File Transfer... 
 
Meadow StdInfo: File 10% downloaded
Meadow StdInfo: File 20% downloaded
Meadow StdInfo: File 30% downloaded
Meadow StdInfo: File 40% downloaded
Meadow StdInfo: File 50% downloaded
Meadow StdInfo: File 60% downloaded
Meadow StdInfo: File 70% downloaded
Meadow StdInfo: File 80% downloaded
Meadow StdInfo: File 90% downloaded
Meadow StdInfo: Download of 'System.dll' success (checksums calculated:0x20981078, expected:0x20981078)

Transfer Complete, wrote 2533376 bytes to Meadow


Sending file: ~/.local/share/WildernessLabs/Firmware/1.0.1.0/meadow_assemblies/Mono.Security.dll

Starting File Transfer... 
 
Meadow StdInfo: File 10% downloaded
Meadow StdInfo: File 20% downloaded
Meadow StdInfo: File 30% downloaded
Meadow StdInfo: File 40% downloaded
Meadow StdInfo: File 51% downloaded
Meadow StdInfo: File 61% downloaded
Meadow StdInfo: File 71% downloaded
Meadow StdInfo: File 81% downloaded
Meadow StdInfo: File 92% downloaded
Meadow StdInfo: Download of 'Mono.Security.dll' success (checksums calculated:0x7D6EDA80, expected:0x7D6EDA80)

Transfer Complete, wrote 240128 bytes to Meadow


Sending file: ~/.local/share/WildernessLabs/Firmware/1.0.1.0/meadow_assemblies/System.Configuration.dll

Starting File Transfer... 
 
Meadow StdInfo: File 13% downloaded
Meadow StdInfo: File 20% downloaded
Meadow StdInfo: File 33% downloaded
Meadow StdInfo: File 40% downloaded
Meadow StdInfo: File 53% downloaded
Meadow StdInfo: File 60% downloaded
Meadow StdInfo: File 73% downloaded
Meadow StdInfo: File 80% downloaded
Meadow StdInfo: File 93% downloaded
Meadow StdInfo: Download of 'System.Configuration.dll' success (checksums calculated:0x5AD2D54B, expected:0x5AD2D54B)

Transfer Complete, wrote 122880 bytes to Meadow


Sending file: ~/.local/share/WildernessLabs/Firmware/1.0.1.0/meadow_assemblies/System.Xml.dll

Starting File Transfer... 
 
Meadow StdInfo: File 10% downloaded
Meadow StdInfo: File 20% downloaded
Meadow StdInfo: File 30% downloaded
Meadow StdInfo: File 40% downloaded
Meadow StdInfo: File 50% downloaded
Meadow StdInfo: File 60% downloaded
Meadow StdInfo: File 70% downloaded
Meadow StdInfo: File 80% downloaded
Meadow StdInfo: File 90% downloaded
Meadow StdInfo: Download of 'System.Xml.dll' success (checksums calculated:0x599B4D77, expected:0x599B4D77)

Transfer Complete, wrote 3174400 bytes to Meadow


Sending file: ~/.local/share/WildernessLabs/Firmware/1.0.1.0/meadow_assemblies/System.Security.dll

Starting File Transfer... 
 
Meadow StdInfo: File 10% downloaded
Meadow StdInfo: File 21% downloaded
Meadow StdInfo: File 31% downloaded
Meadow StdInfo: File 42% downloaded
Meadow StdInfo: File 50% downloaded
Meadow StdInfo: File 61% downloaded
Meadow StdInfo: File 71% downloaded
Meadow StdInfo: File 82% downloaded
Meadow StdInfo: File 90% downloaded
Meadow StdInfo: Download of 'System.Security.dll' success (checksums calculated:0xF298AF19, expected:0xF298AF19)

Transfer Complete, wrote 308224 bytes to Meadow


Sending file: ~/.local/share/WildernessLabs/Firmware/1.0.1.0/meadow_assemblies/System.Numerics.dll

Starting File Transfer... 
 
Meadow StdInfo: File 13% downloaded
Meadow StdInfo: File 20% downloaded
Meadow StdInfo: File 34% downloaded
Meadow StdInfo: File 41% downloaded
Meadow StdInfo: File 54% downloaded
Meadow StdInfo: File 61% downloaded
Meadow StdInfo: File 75% downloaded
Meadow StdInfo: File 82% downloaded
Meadow StdInfo: File 95% downloaded
Meadow StdInfo: Download of 'System.Numerics.dll' success (checksums calculated:0xB48B96DE, expected:0xB48B96DE)

Transfer Complete, wrote 119808 bytes to Meadow


Sending file: ~/.local/share/WildernessLabs/Firmware/1.0.1.0/meadow_assemblies/System.Data.dll

Starting File Transfer... 
 
Meadow StdInfo: File 10% downloaded
Meadow StdInfo: File 20% downloaded
Meadow StdInfo: File 30% downloaded
Meadow StdInfo: File 40% downloaded
Meadow StdInfo: File 50% downloaded
Meadow StdInfo: File 60% downloaded
Meadow StdInfo: File 70% downloaded
Meadow StdInfo: File 80% downloaded
Meadow StdInfo: File 90% downloaded
Meadow StdInfo: Download of 'System.Data.dll' success (checksums calculated:0xA7C91DBD, expected:0xA7C91DBD)

Transfer Complete, wrote 2102272 bytes to Meadow


Sending file: ~/.local/share/WildernessLabs/Firmware/1.0.1.0/meadow_assemblies/System.Transactions.dll

Starting File Transfer... 
 
Meadow StdInfo: File 23% downloaded
Meadow StdInfo: File 47% downloaded
Meadow StdInfo: File 71% downloaded
Meadow StdInfo: File 95% downloaded
Meadow StdInfo: Download of 'System.Transactions.dll' success (checksums calculated:0x12EC2757, expected:0x12EC2757)

Transfer Complete, wrote 34304 bytes to Meadow


Sending file: ~/.local/share/WildernessLabs/Firmware/1.0.1.0/meadow_assemblies/System.EnterpriseServices.dll

Starting File Transfer... 
 
Meadow StdInfo: File 17% downloaded
Meadow StdInfo: File 35% downloaded
Meadow StdInfo: File 52% downloaded
Meadow StdInfo: File 70% downloaded
Meadow StdInfo: File 87% downloaded
Meadow StdInfo: Download of 'System.EnterpriseServices.dll' success (checksums calculated:0x25C54CE7, expected:0x25C54CE7)

Transfer Complete, wrote 46592 bytes to Meadow


Sending file: ~/.local/share/WildernessLabs/Firmware/1.0.1.0/meadow_assemblies/System.Data.DataSetExtensions.dll

Starting File Transfer... 
 
Meadow StdInfo: File 27% downloaded
Meadow StdInfo: File 55% downloaded
Meadow StdInfo: File 82% downloaded
Meadow StdInfo: Download of 'System.Data.DataSetExtensions.dll' success (checksums calculated:0xFAB2999C, expected:0xFAB2999C)

Transfer Complete, wrote 29696 bytes to Meadow


Sending file: ~/.local/share/WildernessLabs/Firmware/1.0.1.0/meadow_assemblies/System.Drawing.dll

Starting File Transfer... 
 
Meadow StdInfo: File 10% downloaded
Meadow StdInfo: File 20% downloaded
Meadow StdInfo: File 30% downloaded
Meadow StdInfo: File 40% downloaded
Meadow StdInfo: File 50% downloaded
Meadow StdInfo: File 60% downloaded
Meadow StdInfo: File 70% downloaded
Meadow StdInfo: File 80% downloaded
Meadow StdInfo: File 90% downloaded
Meadow StdInfo: Download of 'System.Drawing.dll' success (checksums calculated:0x79ECF7E2, expected:0x79ECF7E2)

Transfer Complete, wrote 491008 bytes to Meadow


Sending file: ~/.local/share/WildernessLabs/Firmware/1.0.1.0/meadow_assemblies/System.IO.Compression.dll

Starting File Transfer... 
 
Meadow StdInfo: File 14% downloaded
Meadow StdInfo: File 21% downloaded
Meadow StdInfo: File 35% downloaded
Meadow StdInfo: File 42% downloaded
Meadow StdInfo: File 56% downloaded
Meadow StdInfo: File 64% downloaded
Meadow StdInfo: File 71% downloaded
Meadow StdInfo: File 85% downloaded
Meadow StdInfo: File 92% downloaded
Meadow StdInfo: Download of 'System.IO.Compression.dll' success (checksums calculated:0x88ABED61, expected:0x88ABED61)

Transfer Complete, wrote 115200 bytes to Meadow


Sending file: ~/.local/share/WildernessLabs/Firmware/1.0.1.0/meadow_assemblies/System.IO.Compression.FileSystem.dll

Starting File Transfer... 
 
Meadow StdInfo: File 44% downloaded
Meadow StdInfo: File 88% downloaded
Meadow StdInfo: Download of 'System.IO.Compression.FileSystem.dll' success (checksums calculated:0xA4BE06C0, expected:0xA4BE06C0)

Transfer Complete, wrote 18432 bytes to Meadow


Sending file: ~/.local/share/WildernessLabs/Firmware/1.0.1.0/meadow_assemblies/System.ComponentModel.Composition.dll

Starting File Transfer... 
 
Meadow StdInfo: File 12% downloaded
Meadow StdInfo: File 22% downloaded
Meadow StdInfo: File 31% downloaded
Meadow StdInfo: File 41% downloaded
Meadow StdInfo: File 50% downloaded
Meadow StdInfo: File 60% downloaded
Meadow StdInfo: File 72% downloaded
Meadow StdInfo: File 82% downloaded
Meadow StdInfo: File 91% downloaded
Meadow StdInfo: Download of 'System.ComponentModel.Composition.dll' success (checksums calculated:0x737BF1F9, expected:0x737BF1F9)

Transfer Complete, wrote 258560 bytes to Meadow


Sending file: ~/.local/share/WildernessLabs/Firmware/1.0.1.0/meadow_assemblies/System.Net.Http.dll

Starting File Transfer... 
 
Meadow StdInfo: File 11% downloaded
Meadow StdInfo: File 20% downloaded
Meadow StdInfo: File 32% downloaded
Meadow StdInfo: File 40% downloaded
Meadow StdInfo: File 52% downloaded
Meadow StdInfo: File 61% downloaded
Meadow StdInfo: File 72% downloaded
Meadow StdInfo: File 81% downloaded
Meadow StdInfo: File 90% downloaded
Meadow StdInfo: Download of 'System.Net.Http.dll' success (checksums calculated:0xEE61F506, expected:0xEE61F506)

Transfer Complete, wrote 281600 bytes to Meadow


Sending file: ~/.local/share/WildernessLabs/Firmware/1.0.1.0/meadow_assemblies/System.Runtime.Serialization.dll

Starting File Transfer... 
 
Meadow StdInfo: File 10% downloaded
Meadow StdInfo: File 20% downloaded
Meadow StdInfo: File 30% downloaded
Meadow StdInfo: File 40% downloaded
Meadow StdInfo: File 50% downloaded
Meadow StdInfo: File 60% downloaded
Meadow StdInfo: File 70% downloaded
Meadow StdInfo: File 80% downloaded
Meadow StdInfo: File 90% downloaded
Meadow StdInfo: Download of 'System.Runtime.Serialization.dll' success (checksums calculated:0x156E74E6, expected:0x156E74E6)

Transfer Complete, wrote 938496 bytes to Meadow


Sending file: ~/.local/share/WildernessLabs/Firmware/1.0.1.0/meadow_assemblies/System.ServiceModel.Internals.dll

Starting File Transfer... 
 
Meadow StdInfo: File 11% downloaded
Meadow StdInfo: File 22% downloaded
Meadow StdInfo: File 30% downloaded
Meadow StdInfo: File 41% downloaded
Meadow StdInfo: File 53% downloaded
Meadow StdInfo: File 60% downloaded
Meadow StdInfo: File 72% downloaded
Meadow StdInfo: File 80% downloaded
Meadow StdInfo: File 91% downloaded
Meadow StdInfo: Download of 'System.ServiceModel.Internals.dll' success (checksums calculated:0x8B97E5D5, expected:0x8B97E5D5)

Transfer Complete, wrote 215040 bytes to Meadow


Sending file: ~/.local/share/WildernessLabs/Firmware/1.0.1.0/meadow_assemblies/System.Web.dll

Starting File Transfer... 
 
Meadow StdInfo: File 10% downloaded
Meadow StdInfo: File 20% downloaded
Meadow StdInfo: File 30% downloaded
Meadow StdInfo: File 40% downloaded
Meadow StdInfo: File 50% downloaded
Meadow StdInfo: File 60% downloaded
Meadow StdInfo: File 70% downloaded
Meadow StdInfo: File 80% downloaded
Meadow StdInfo: File 90% downloaded
Meadow StdInfo: Download of 'System.Web.dll' success (checksums calculated:0x55BDA450, expected:0x55BDA450)

Transfer Complete, wrote 3028992 bytes to Meadow


Sending file: ~/.local/share/WildernessLabs/Firmware/1.0.1.0/meadow_assemblies/System.Runtime.Serialization.Formatters.Soap.dll

Starting File Transfer... 
 
Meadow StdInfo: File 21% downloaded
Meadow StdInfo: File 42% downloaded
Meadow StdInfo: File 63% downloaded
Meadow StdInfo: File 84% downloaded
Meadow StdInfo: Download of 'System.Runtime.Serialization.Formatters.Soap.dll' success (checksums calculated:0xEB8D326A, expected:0xEB8D326A)

Transfer Complete, wrote 38912 bytes to Meadow


Sending file: ~/.local/share/WildernessLabs/Firmware/1.0.1.0/meadow_assemblies/System.ComponentModel.DataAnnotations.dll

Starting File Transfer... 
 
Meadow StdInfo: File 19% downloaded
Meadow StdInfo: File 28% downloaded
Meadow StdInfo: File 38% downloaded
Meadow StdInfo: File 48% downloaded
Meadow StdInfo: File 57% downloaded
Meadow StdInfo: File 67% downloaded
Meadow StdInfo: File 77% downloaded
Meadow StdInfo: File 86% downloaded
Meadow StdInfo: File 96% downloaded
Meadow StdInfo: Download of 'System.ComponentModel.DataAnnotations.dll' success (checksums calculated:0xEFE5CA42, expected:0xEFE5CA42)

Transfer Complete, wrote 84992 bytes to Meadow


Sending file: ~/.local/share/WildernessLabs/Firmware/1.0.1.0/meadow_assemblies/Mono.Data.Sqlite.dll

Starting File Transfer... 
 
Meadow StdInfo: File 14% downloaded
Meadow StdInfo: File 24% downloaded
Meadow StdInfo: File 34% downloaded
Meadow StdInfo: File 44% downloaded
Meadow StdInfo: File 53% downloaded
Meadow StdInfo: File 63% downloaded
Meadow StdInfo: File 73% downloaded
Meadow StdInfo: File 83% downloaded
Meadow StdInfo: File 93% downloaded
Meadow StdInfo: Download of 'Mono.Data.Sqlite.dll' success (checksums calculated:0x66BFF98C, expected:0x66BFF98C)

Transfer Complete, wrote 166912 bytes to Meadow


Sending file: ~/.local/share/WildernessLabs/Firmware/1.0.1.0/meadow_assemblies/System.Xml.Linq.dll

Starting File Transfer... 
 
Meadow StdInfo: File 11% downloaded
Meadow StdInfo: File 23% downloaded
Meadow StdInfo: File 35% downloaded
Meadow StdInfo: File 41% downloaded
Meadow StdInfo: File 53% downloaded
Meadow StdInfo: File 65% downloaded
Meadow StdInfo: File 71% downloaded
Meadow StdInfo: File 83% downloaded
Meadow StdInfo: File 95% downloaded
Meadow StdInfo: Download of 'System.Xml.Linq.dll' success (checksums calculated:0x080E1BAF, expected:0x080E1BAF)

Transfer Complete, wrote 137216 bytes to Meadow


App.dll deploy complete!

Meadow StdInfo: Mono is disabled
Meadow StdInfo: Mono has been enabled - restarting Meadow

Connecting to Meadow on /dev/ttyACM0

An unknown request value of '0x4D00' was received.
Meadow StdInfo: Mono is enabled
Done!
[email protected]:/WildernessLabs/MeadowNew/Blinky$