소스에서 부터 빌드하긴 귀찮으니 빌드된 바이너리를 다운로드!
[링크 : https://micropython.org/download/rp2-pico/rp2-pico-latest.uf2]
파일을 넣자마다 스토리지가 사라지면서 자동으로 시리얼 포트가 생성된다.
VID 2E8A / PID 5 가 라즈베리 파이 시리얼 포트 장치 식별자인듯?
엔터치니 버전 정보없이 그냥 python 콘솔만 뜬다.
[링크 : https://www.raspberrypi.org/documentation/rp2040/getting-started/#getting-started-with-micropython]
USB 메모리로 인식시키려면 BOOTSEL 버튼을 누른채 USB를 연결하면 된다.
스토리지로 연결했는데 RP2 Boot 라는 장치가 뜨네?
main.py
[링크 : https://www.raspberrypi.org/forums/viewtopic.php?t=301927]
데이터 시트 찾아보니 main.py를 쓰면 된다고 언급되어 있다. (최상위 디렉토리에 넣으면 안되는건가? 왜 안되지? ㅠㅠ)
If you "save a file to the device" and give it the special name main.py, then MicroPython starts running that script as soon as power is supplied to Raspberry Pi Pico in the future. |
+
boot.py와 main.py를 읽게 되어있다는데...
[링크 : https://www.mfitzp.com/tutorials/using-micropython-raspberry-pico/]
엥? 이 말도 안되는 용량 믿어도 되나!?
rshell 이라는 걸 통해서 복사를 해주어야 만 하는건가?
'embeded > raspberry pi' 카테고리의 다른 글
rpi pico main.py 올리기 윈도우10, 우분투 (0) | 2021.06.24 |
---|---|
uf2 - USB Flash Format (0) | 2021.06.23 |
rpi pico - RP2040 (0) | 2021.06.23 |
지름 도착 - rpi pico / esp32-cam (0) | 2021.06.23 |
cvt 와 gtf 그리고 xrandr (0) | 2021.06.21 |