-->
Page 4 of 6

Re: problems compiling AT-example

PostPosted: Thu May 21, 2015 1:40 pm
by cal
Moin,

flash memory is contigoous (?).
Different parts are used for different purposes.
Thats why you flash the parts at different offsets. To make flashing easier you can combine the parts to
one file filling the gaps with some bytes maybe 0x00 or 0xff. I think its 0xff but didn't checked.
I guess esptool.py can generate a single file for you but didn't checked.

Cal

Re: problems compiling AT-example

PostPosted: Thu May 21, 2015 1:51 pm
by GeorgeIoak
But where can learn about the different offsets and when to use them? Even compiling this demo I'm left with a little head scratching since I know that the boot code goes into location 0x0 but then I see these files:

Code: Select all blank.bin
 boot_v1.2.bin
 boot_v1.3(b3).bin
 esp_init_data_default.bin


and wonder what's the difference

Re: problems compiling AT-example

PostPosted: Thu May 21, 2015 1:55 pm
by cal
Check your own posts ... :mrgreen:

Re: problems compiling AT-example

PostPosted: Thu May 21, 2015 1:56 pm
by cal
Some more info in the esp8266 wiki memory map page.

Cal