Bootloader versions
Posted: Fri Nov 27, 2015 12:37 pm
Hi,
I'm a little confused about bootloaders on the esp8266.
I know there are different version of the sdk, each version has its own bootloader binary blob (boot_1.1.bin, boot_1.2.bin, boot_1.3.bin, etc) and from the 1.2 version of the sdk the format of the user apps rom is different (0x09 or 0xea).
So, assuming it's correct, the questions are:
-what's the difference between all these versions?
-can I use a bootloader from another sdk version? (both >= 1.2)
-is any version ok for the OTA upgrade?
Probably I could use directly the latest version without worry about the others, but I prefer to understand the differences and I wasn't able to find any release note / changelog information about bootloaders.
Thanks in advice
I'm a little confused about bootloaders on the esp8266.
I know there are different version of the sdk, each version has its own bootloader binary blob (boot_1.1.bin, boot_1.2.bin, boot_1.3.bin, etc) and from the 1.2 version of the sdk the format of the user apps rom is different (0x09 or 0xea).
So, assuming it's correct, the questions are:
-what's the difference between all these versions?
-can I use a bootloader from another sdk version? (both >= 1.2)
-is any version ok for the OTA upgrade?
Probably I could use directly the latest version without worry about the others, but I prefer to understand the differences and I wasn't able to find any release note / changelog information about bootloaders.
Thanks in advice