WIZnet W5100S-EVB-Pico 보드를 구매 했으니 V1.0.4 : W5100s_v1.0.4.uf2 를 다운로드.
STEP-1 : Micropython 설치.
1. 소스 다운로드 : 소스를 다운로드할 디렉토리를 만들고 git clone
/* Change directory */
// change to the directory to clone
cd [user path]
// e.g.
cd D:/RP2040
/* Clone */
git clone https://github.com/Wiznet/RP2040-HAT-MicroPython.git
2. 패치.
clone을 하면 patch 파일이 아래의 포함되어 있다.
0001-Added-WIZnet-Chip-library.patch : about Ethernet(WIZnet Chip) 0002-Added-AXTLSlibrary.patch : about SSL/TLS(AXTLS)
다운로드한 위치로 가서 아래 명령 실행.
// e.g. cd D:/RP2040/RP2040-HAT-MicroPython
cd [user path(=github source code setup path)]
/* Patch and submodule */
cmake CMakeLists.txt
그런데... 패치 에러가 났다. ㅡ.ㅡ;
일단은 그냥 계속... ㅋㅋ
3. Compile
환경 설정에 아래와 같은 내용이 있어서 컴파일 안하고 넘거감. ^^
If you must be need to compile the micropython ,your pc should be use Linux or Unix environment.