Micropython in esp32 part1: install firmware
The first trick is to install micropython firmware to esp32 in windows.
you can find firmware for esp32 from here: http://micropython.org/download
make sure you down load the right one, I down loaded the non spiram version, the standard one.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiO-JDsDH2CVimYQUWFESizjk-KY-UUd5gQQDGJanCbTHq72iK3RO-ERVIvU5Ung5KpX2w4pX6bNfhy8LTm34CzZJwx1OlJaR3FBPpJkYZcCpsWs54rnWIRXUgPRFtMIdbjjjlMdWVe5ACz/s640/%25E8%259E%25A2%25E5%25B9%2595%25E6%2588%25AA%25E5%259C%2596+2019-01-14+22.02.38.png)
Then, it comes to how to write firmware to board under windows. I have python 2.7 on my PC, so install esptool through pip seems easy.
pip install esptool
Then in the folder you put the downloaded firmware,
esptool.exe --chip esp32 --port COM26 write_flash -z 0x1000 esp32-20190113-v1.9.4.bin
the it would do the trick...
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgv-IJuX4HT0UOUUk-yf19TJfsOBzvI8ZyX7RNWFr3tf9uENjrUsum1sVzzjD8FQq4wp_XDAIOGLgVG0wvJzk9THs-fT3FR6lGCz35r6BjmwqUD1lcCkCSSVH6p3F5RniC8tP-QQpLNSc72/s640/%25E8%259E%25A2%25E5%25B9%2595%25E6%2588%25AA%25E5%259C%2596+2019-01-14+22.02.19.png)
留言
張貼留言