-->
Page 1 of 1

What firmware file ESP8266 sketch replaces?

PostPosted: Thu Jun 29, 2017 2:27 pm
by Allahjane
if you look here https://espressif.com/en/support/explor ... rted-guide

Development of application firmware using native SDK leads to 4 different binary files which are loaded onto different locations in flash.


Then I came across the board setup for esp8266 for arduino , it says it can upload sketch directly to esp8266 via serial .


Where is the arduino sketch uploaded in the flash?

Does it overwrites entire flash of the device or replaces one of the firmware bin files?

Re: What firmware file ESP8266 sketch replaces?

PostPosted: Thu Jun 29, 2017 6:10 pm
by rudy
https://github.com/esp8266/Arduino/tree ... emory-view

Image

http://esp8266.github.io/Arduino/versio ... ystem.html

Code: Select all|--------------|-------|---------------|--|--|--|--|--|
^              ^       ^               ^     ^
Sketch    OTA update   File system   EEPROM  WiFi config (SDK)