HomeACcessoryKid / ESP8266-HomeKit-Demo

User part of the ESP8266-HomeKit foundation
https://www.youtube.com/watch?v=Xnr-utWDIR8
Apache License 2.0
125 stars 27 forks source link

how to flash help #43

Closed Kristian8606 closed 6 years ago

Kristian8606 commented 6 years ago

echo ../../../esptool/esptool.py --baud 230400 -p /dev/cu.usbserial-* write_flash 0x00000 $BIN_PATH/eagle.flash.bin 0x14000 $BIN_PATH/eagle.irom0text.bin No such file or directory

supersjimmie commented 6 years ago

See https://github.com/HomeACcessoryKid/ESP8266-HomeKit-Demo/issues/26

Kristian8606 commented 6 years ago

Thanks