zeroflag / punyforth

Forth inspired programming language for the ESP8266
Other
406 stars 43 forks source link

Flashing error in SSD1 #42

Closed graphoid closed 5 years ago

graphoid commented 5 years ago

quickstart using flash.py

Flashing fails at; Erasing flash... Took 0.08s to erase flash block Writing at 0x00060000... (16 %) Writing at 0x00060400... (33 %)

A fatal error occurred: Invalid head of packet

bad bin image?

zeroflag commented 5 years ago

Hi,

Have you tried flashing with --flashmode qio ?

graphoid commented 5 years ago

tried --flashmode qio, same error (is it default mode anyway?) --flashmode dio , success!

Thanks, should have investigated all options first!