I have installed the esp8266 open sdk on my System.
I have opened the /examples/blinky why are two binary Files for Different Memorylocations in this Folder:
blinky-0x00000.bin and blinky-0x10000.bin
This Confusses me very much because i was thinking firmware should flashed always to adresss like in the example command of esptool.py
flashtool.py in the past via following command: esptool.py --port <serial-port-of-ESP8266> write_flash -fm <mode> 0x00000 <firmware>.bin
Why is it like that and where is it documented why to flashing to different Memorylocations ?
As you can see the Firmware get flashed to Adress 0x00000