some doc
This commit is contained in:
parent
2149308222
commit
fdfd1d27fc
@ -28,17 +28,15 @@ D8 CS (GPIO15) CS
|
|||||||
D5 SCK (GPIO14) CLK
|
D5 SCK (GPIO14) CLK
|
||||||
|
|
||||||
|
|
||||||
# Flash Wemos D1 mini (ESP8266) 1 Mo
|
# Flash micropython firmware
|
||||||
|
|
||||||
Download micropython firmware :
|
Download micropython firmware for Wemos D1 mini (ESP8266) 1 Mo
|
||||||
|
|
||||||
https://micropython.org/resources/firmware/esp8266-1m-20200902-v1.13.bin
|
https://micropython.org/resources/firmware/esp8266-1m-20200902-v1.13.bin
|
||||||
|
|
||||||
esptool.py erase_flash
|
esptool.py erase_flash
|
||||||
|
|
||||||
esptool.py --port /dev/cu.usbserial-1D1310 --baud 1000000 write_flash --flash_size=4MB -fm dio 0
|
esptool.py --port /dev/cu.usbserial-1D1310 --baud 1000000 write_flash --flash_size=4MB -fm dio 0 PATHTO/esp8266-1m-20200902-v1.13.bin
|
||||||
|
|
||||||
PATHTO/esp8266-1m-20200902-v1.13.bin
|
|
||||||
|
|
||||||
|
|
||||||
# install ampy
|
# install ampy
|
||||||
|
Loading…
Reference in New Issue
Block a user