Now for use with the ESP8285 and having GPIO16 as input!
This commit is contained in:
parent
bc5c12acc8
commit
ddcbe07e15
5 changed files with 13 additions and 1 deletions
|
@ -82,7 +82,9 @@ $(FW_FILE_2): $(TARGET_OUT)
|
|||
$(FW_TOOL) -eo $(TARGET_OUT) -es .irom0.text $@ -ec
|
||||
|
||||
burn : $(FW_FILE_1) $(FW_FILE_2)
|
||||
($(ESPTOOL_PY) --port $(PORT) write_flash 0x00000 0x00000.bin 0x40000 0x40000.bin)||(true)
|
||||
#($(ESPTOOL_PY) --port $(PORT) write_flash 0x00000 0x00000.bin 0x40000 0x40000.bin)||(true) #for '8266
|
||||
($(ESPTOOL_PY) --port $(PORT) write_flash -fs 8m -fm dout 0x00000 0x00000.bin 0x40000 0x40000.bin)||(true) #for '8285
|
||||
|
||||
|
||||
|
||||
#If you have space, MFS should live at 0x100000, if you don't it can also live at
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue