You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey I wanted to try this project but I'm stuck... I have a ESP-01 with a usb programmer to program it. When flashing with esptool, I use this command esptool --port /dev/ttyUSB0 write_flash -fs 1MB -ff 80m -fm dio 0x00000 0x00000.bin 0x02000 0x02000.bin and I get this output:
But the problem is that after unplugging the ESP and powering it on again the blue LED just blinks once or twice and stays off. Additionally there is no Access Point I could connect to. I saw an issue where it was mentioned to erase the flash chip with sudo esptool --port /dev/ttyUSB0 erase_flash but that only got me this output:
Hey I wanted to try this project but I'm stuck... I have a ESP-01 with a usb programmer to program it. When flashing with esptool, I use this command
esptool --port /dev/ttyUSB0 write_flash -fs 1MB -ff 80m -fm dio 0x00000 0x00000.bin 0x02000 0x02000.bin
and I get this output:But the problem is that after unplugging the ESP and powering it on again the blue LED just blinks once or twice and stays off. Additionally there is no Access Point I could connect to. I saw an issue where it was mentioned to erase the flash chip with
sudo esptool --port /dev/ttyUSB0 erase_flash
but that only got me this output:The text was updated successfully, but these errors were encountered: