nqd / esp8266-dev

ESP8266 Wifi SoC dev, with OTA made easy
43 stars 12 forks source link

ESP8266 BOOTLOADER #12

Open WantDoIt opened 8 years ago

WantDoIt commented 8 years ago

hi~ I want to download WiFi binary file to ERP8266 chip. I have WiFi binary file。I successed by PC tool to download WiFi binary file to ERP8266 chip. Now,I want to download file by my the C language program code instead of PC tool. I have set ESP8266 chip into boot mode by GPIO。However, I don't know how to communicate with ESP8266 chip boot without ESP8266 Chip Protocol documents. Can you give me some advice or documents? Thank you

nqd commented 8 years ago

if you want to look into esp bootloader, here is good reference https://github.com/raburton/rboot since espressif do not document openly.