Love it!! This is a great foundation to get things moving. Frankly, I'd rather use C# over python. It's fast, enables code reuse, and robust. Looking forward to see this project continue to mature 👍👍
Is this still up to date? when i try to make the following command "docker pull dotnuttx/generate-pico-uf2" it gives an error: "Error response from daemon: pull access denied for dotnuttx/generate-pico-uf2, repository does not exist or may require 'docker login' "
Do you think this should still work? I see the following error when building with the docker image: ERROR!!!! Firmware version does not match managed code version!!!! --- Invalid native checksum: mscorlib 0x004CF1CE!=0x132BDB6F
You should use the same nanoFramework version from the samples, do not update it because this checksum occurs between the C++ code from the RTOS and the .dll from nuget packages
Fot for now 😔. nanoCLR runs any CLR application but the problem is F# libs. I tried to implement something but for now we don't have generics and it looks like F# uses quite a lot of generics namespaces.
hi Matheus, I'm trying to create a uf2 file with docker, the file is created, but when I upload the resulting file to pico, I get the following warning from the compport below nsh> [Knsh: nsh_session: readline failed: 11 .NET nanoFramework v2.7.0.3 nanoCLR running on pi-pico rp2040 Nuttx (Raspberry Pi Pico) Copyright (c) 2021 .NET Foundation and Contributors where do you think i go wrong
Love it!! This is a great foundation to get things moving. Frankly, I'd rather use C# over python. It's fast, enables code reuse, and robust. Looking forward to see this project continue to mature 👍👍
VERY GOOD getting started info.
how do you add the serial uart in the windows terminal?
Well done!!! Fantastic!!
Great job!
Is this still up to date?
when i try to make the following command "docker pull dotnuttx/generate-pico-uf2"
it gives an error: "Error response from daemon: pull access denied for dotnuttx/generate-pico-uf2, repository does not exist or may require 'docker login' "
Do you think this should still work? I see the following error when building with the docker image: ERROR!!!! Firmware version does not match managed code version!!!! --- Invalid native checksum: mscorlib 0x004CF1CE!=0x132BDB6F
You should use the same nanoFramework version from the samples, do not update it because this checksum occurs between the C++ code from the RTOS and the .dll from nuget packages
Can NativeAOT be used for it?
Is this work on a raspberry pi pico W too?
can I use f# instead of c#?
Fot for now 😔. nanoCLR runs any CLR application but the problem is F# libs. I tried to implement something but for now we don't have generics and it looks like F# uses quite a lot of generics namespaces.
hi Matheus,
I'm trying to create a uf2 file with docker, the file is created, but when I upload the resulting file to pico, I get the following warning from the compport below
nsh> [Knsh: nsh_session: readline failed: 11
.NET nanoFramework v2.7.0.3 nanoCLR running on pi-pico rp2040 Nuttx (Raspberry Pi Pico)
Copyright (c) 2021 .NET Foundation and Contributors
where do you think i go wrong
I assume you are using one of the sample projects right?