Hello, I'm starting to play with the ESP8266 (in my case it's version 12F), I wanted to upload the original FW and I'm starting to get nystagmus.
I've downloaded probably the latest version marked as NONOS_SDK-2.2.1 (that is, the one without the operating system), but reading the manual I don't really know at which addresses (offsets) to upload the different parts (binary images) of the software I'll add that I'm using ESP Flash Download Tool.
There is a description in the README.md from the bin/at directory, but it is nowhere near the naming of the files contained in the package.
From what I understand, in order to upload the simpler version (the one without the ability to update the FW via WiFi - direct Flash programming) I am interested in NON-BOOT MODE##, according to which for the ESP-12F version (4MB) I upload the following
eagle.flash.bin 0x00000
eagle.irom0text.bin 0x10000
Flash size 32Mbit: 0x7e000 & 0x3fe000
However, in the downloaded package I have the following files:
blank.bin
boot.bin
esp_init_data_default.bin
user1.1024.new.2.bin
user2.1024.new.2.bin
and I don't really know what to put where?
I've downloaded probably the latest version marked as NONOS_SDK-2.2.1 (that is, the one without the operating system), but reading the manual I don't really know at which addresses (offsets) to upload the different parts (binary images) of the software I'll add that I'm using ESP Flash Download Tool.
There is a description in the README.md from the bin/at directory, but it is nowhere near the naming of the files contained in the package.
From what I understand, in order to upload the simpler version (the one without the ability to update the FW via WiFi - direct Flash programming) I am interested in NON-BOOT MODE##, according to which for the ESP-12F version (4MB) I upload the following
eagle.flash.bin 0x00000
eagle.irom0text.bin 0x10000
Flash size 32Mbit: 0x7e000 & 0x3fe000
However, in the downloaded package I have the following files:
blank.bin
boot.bin
esp_init_data_default.bin
user1.1024.new.2.bin
user2.1024.new.2.bin
and I don't really know what to put where?