Base flash
This commit is contained in:
parent
bf4b1ee413
commit
0911885756
7
Makefile
Normal file
7
Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
PORT = /dev/ttyUSB0
|
||||
|
||||
reset:
|
||||
esptool.py --port $(PORT) erase_flash
|
||||
|
||||
flash-base:
|
||||
esptool.py --port $(PORT) --baud 1000000 write_flash --flash_size=4MB -fm dio 0 esp8266.bin
|
BIN
esp8266.bin
Normal file
BIN
esp8266.bin
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user