As the title says... Chat on...

User avatar
By sej7278
#5519
alonewolfx2 wrote:eagle.app.v6.flash.bin 53.6 Kib
eagle.app.v6.irom0text.bin 290.9 Kib


7.2M eagle.app.v6.dump
52K eagle.app.v6.flash.bin
290K eagle.app.v6.irom0text.bin
8.3M eagle.app.v6.S
354K eagle.app.flash.bin

something's going very wrong with the gcc toolchain, but at least the two of us seem to have the same results!
User avatar
By alonewolfx2
#5522
sej7278 wrote:
alonewolfx2 wrote:eagle.app.v6.flash.bin 53.6 Kib
eagle.app.v6.irom0text.bin 290.9 Kib


7.2M eagle.app.v6.dump
52K eagle.app.v6.flash.bin
290K eagle.app.v6.irom0text.bin
8.3M eagle.app.v6.S
354K eagle.app.flash.bin

something's going very wrong with the gcc toolchain, but at least the two of us seem to have the same results!

no its ok. if you want 512kb bin file you must combine eagle.app.v6.flash.bin , eagle.app.v6.irom0text.bin , blank.bin , esp_init_data_default.bin files with esp flash download tool. i tried and i have 508kb bin fw file. its same with prebuild binary.
User avatar
By sej7278
#5528
alonewolfx2 wrote:
sej7278 wrote:
alonewolfx2 wrote:eagle.app.v6.flash.bin 53.6 Kib
eagle.app.v6.irom0text.bin 290.9 Kib


7.2M eagle.app.v6.dump
52K eagle.app.v6.flash.bin
290K eagle.app.v6.irom0text.bin
8.3M eagle.app.v6.S
354K eagle.app.flash.bin

something's going very wrong with the gcc toolchain, but at least the two of us seem to have the same results!

no its ok. if you want 512kb bin file you must combine eagle.app.v6.flash.bin , eagle.app.v6.irom0text.bin , blank.bin , esp_init_data_default.bin files with esp flash download tool. i tried and i have 508kb bin fw file. its same with prebuild binary.


how do you combine them then, i can't use the tool its windows-only. i also don't seem to have blank.bin or esp_init_data_default.bin, only in the 0.9.2/4M directory?

this lot works, but makes a pretty unusable nodemcu:

Code: Select allesptool.py write_flash 0x00000 eagle.app.v6.flash.bin
esptool.py write_flash 0x10000 eagle.app.v6.irom0text.bin
esptool.py write_flash 0x7c000 esp_init_data_default.bin
esptool.py write_flash 0x7e000 blank.bin