Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ehorvat1 authored Sep 5, 2023
1 parent 09e70fb commit 2473489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESP8266-binary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ esptool.py --chip esp8266 --port <port> --baud 115200 --before default_reset --a

So in Linux this command will flash firmware.bin to esp8266:

esptool.py --chip esp8266 --port /dev/ttyUSB0 --baud 115200 --before default_reset --after hard_reset write_flash 0x0 firmware.bin
esptool.py --chip esp8266 --port /dev/ttyUSB0 --baud 115200 --before default_reset --after hard_reset write_flash 0x0 firmware-de.bin

# Erase flash
If the device stops responding or unpredictable behaviour, a flash erase might be needed before flashing. Read more here
Expand Down

0 comments on commit 2473489

Please sign in to comment.