the esptool(linux) and genflashbinv6.exe
Posted: Thu Oct 30, 2014 9:54 am
I am a Chinese wokring on ESP 8266 development and module vendor.
Also interested in setup ESP development on linux.
Follow the step, I have compile OK llinux, using esptool to gernerate the flash bin and rom.bin.
but this is different with what ESP SDK using genflashbinv6.exe generate flash.bin and using objcopy to generate rom.bin,
generate flash.bin
genflashbinv6.exe eagle.app.v6.text.bin 40100004 eagle.app.v6.data.bin 3ffe8000 eagle.app.v6.rodata.bin 3ffe8e60
generate rom.bin
xt-objcopy -S -g -O binary eagle.app.v6.irom0text.out eagle.app.v6.irom0text.bin
xcopy /y eagle.app.v6.irom0text.bin ..\..\..\..\..\bin\
And I also find the usage is different, May anyone know the difference of esptool and genflashbinv6.exe ?
Also interested in setup ESP development on linux.
Follow the step, I have compile OK llinux, using esptool to gernerate the flash bin and rom.bin.
but this is different with what ESP SDK using genflashbinv6.exe generate flash.bin and using objcopy to generate rom.bin,
generate flash.bin
genflashbinv6.exe eagle.app.v6.text.bin 40100004 eagle.app.v6.data.bin 3ffe8000 eagle.app.v6.rodata.bin 3ffe8e60
generate rom.bin
xt-objcopy -S -g -O binary eagle.app.v6.irom0text.out eagle.app.v6.irom0text.bin
xcopy /y eagle.app.v6.irom0text.bin ..\..\..\..\..\bin\
And I also find the usage is different, May anyone know the difference of esptool and genflashbinv6.exe ?