Raspberry Pi Zero で ESP32-WROVER-B に MicroPython をフラッシュする。\\
Fedora で ESP32-WROOM-32 をフラッシュする手順も追記。\\
参考: [[https://micropython-docs-ja.readthedocs.io/ja/latest/esp32/tutorial/intro.html|1. ESP32 での MicroPython の始め方 — MicroPython 1.18 ドキュメント]]\\
<WRAP color_term>
<WRAP color_command><html><pre>
<b class=GRN>$</b> <b class=HIY>python</b> <b class=HIK>-m</b> venv pyMicroPython
<b class=GRN>$</b> . pyMicroPython/bin/<b class=HIY>activate</b>
<b class=YEL>(pyMicroPython)</b> <b class=GRN>$</b>
</pre></html></WRAP>
<WRAP color_result><html><pre>
</pre></html></WRAP>
</WRAP>
<WRAP color_term>
<WRAP color_command><html><pre>
<b class=YEL>(pyMicroPython)</b> <b class=GRN>$</b> <b class=HIY>pip</b> install esptool
</pre></html></WRAP>
<WRAP color_result><html><pre>
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple/
Collecting esptool
Downloading https://www.piwheels.org/simple/esptool/esptool-3.3-py3-none-any.whl (345 kB)
<b style="color:#87af5f;">━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</b> <b class=GRN>345.0/345.0 KB</b> <b class=RED>282.0 kB/s</b> eta <b class=CYN>0:00:00</b>