igrr / esptool-ck

ESP8266 build/flash helper tool by Christian Klippel
GNU General Public License v2.0
360 stars 123 forks source link

esptool-ck upload firmware successfully, but it shows messy code. #75

Closed Davonter closed 5 years ago

Davonter commented 5 years ago

I face a problem. When I uploaded my firmware to esp-01s with esptool.py, it works correctly. The command like this:

esptool.py --port /dev/ttyUSB0 --baud 115200 write_flash 0x00000 eagle.flash.bin 0x10000 eagle.irom0text.bin

But, when I uploaded the same firmware with esptool-ck, it show messy code. the command:

./esptool -cp /dev/ttyUSB0 -cd none -cb 115200 -ca 0x00000 -cf eagle.flash.bin -ca 0x10000 -cf eagle
.irom0text.bin 

Can someone know it?