|
|
|
During development we aim to use the newest *released* MicroPython version.
|
|
|
|
Because the Wiznet5500 driver is not included in the official build, we have to build MicroPython ourselves.
|
|
|
|
|
|
|
|
The instructions are up-to-date as of version 1.21.0
|
|
|
|
|
|
|
|
1. Download the newest version of the MicroPython source code
|
|
|
|
2. Extract
|
|
|
|
3. Edit ```micropython-1.21.0/ports/rp2/boards/RPI_PICO_W/mpconfigboard.cmake``` and add the following line: ```set(MICROPY_PY_NETWORK_WIZNET5K W5500)```
|
|
|
|
4. create and enter the directory ```micropython-1.21.0/ports/rp2/build```
|
|
|
|
5. execute ```cmake .. -DMICROPY_BOARD=RPI_PICO_W```
|
|
|
|
6. execute ```make```
|
|
|
|
7. the firmware can be found in ```micropython-1.21.0/ports/rp2/build/firmware.uf2``` |