Skip to content

Instantly share code, notes, and snippets.

@spensireli
Last active April 9, 2023 00:50
Show Gist options
  • Save spensireli/9c5e9517b4ff9f0693c692d63bbac7ee to your computer and use it in GitHub Desktop.
Save spensireli/9c5e9517b4ff9f0693c692d63bbac7ee to your computer and use it in GitHub Desktop.
Flash esp8266 with micropython
# Flash the esp8266 from my m2 macbook
esptool.py --port /dev/cu.usbserial-0001 --baud 460800 write_flash --flash_size=detect -fm dout 0 ~/Downloads/esp8266-20220618-v1.19.1.bin
# Connect via serial with rshell
rshell -p /dev/cu.usbserial-0001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment