You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I tried to compile locally the pico-examples project following the C++ guide on Windows.
I managed to compile it without any error and I have a hello_usd.uf2 file generated inside my /build folder.
However when I upload it on the pico, no serial port appears.
It works fine with the downloaded hello_usb.uf2 file from the quick start guide on the Raspberry website.
The compiled binary of blink works fine.
There is no error showing up during the compilation, and I noticed that the size of the 2 binaries are different : 25ko for my compiled version and 45ko for the downloaded version.
Any idea?
Compilation machine : Windows 10, intel processor.
Python 3.8 instead of 3.7 but I think this has no impact.