Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Allahjane
#67730 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?
User avatar
By rudy
#67732 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)