W5500-EVB-Pico create an uf2 file from source

Hi!

I’m using pre-release firmware v. 2.0 because I need the socket library.

But I need to add some extra modules to the source and want to build it from source.
I tried to use your explanation here, but the “uf2-file” will be useless:

Could you help me to do a quick guide building from source, I can’t get your example to work (remember I want to use the v2.0) and I’m NOT using Visual Studio Code:

I hope you have time to help me, thanks in advance!

Hello This is scarlet,
first of all, I apologize for the late reply.
Based on your post alone, it’s difficult to clearly understand what the problem is.
However, what can be presumed is:

  1. Please use the git clone feature rather than downloading the code as a zip. Submodules may not be downloaded.
  2. We do not use VS either. We primarily use Linux.
    (Although not mentioned in the manual, you can work with mingw on Windows.)

Here is the getting started guide provided by Micropython.
You should apply several patch files that are implemented in WIZnet Micropython to this document. https://github.com/micropython/micropython/tree/master/ports/rp2

I solved this, thanks for your answers!

I’m glad it’s resolved. If you have any other difficulties, please visit the forum again!