Skip to content

Instantly share code, notes, and snippets.

@grenade
Last active June 6, 2020 08:54
Show Gist options
  • Save grenade/33868b75a0fc521014005aca66aad0a6 to your computer and use it in GitHub Desktop.
Save grenade/33868b75a0fc521014005aca66aad0a6 to your computer and use it in GitHub Desktop.
sudo dnf install arduino -y
pip3 install esptool
python3 $(which esptool.py)
wget https://micropython.org/resources/firmware/esp32-idf3-20200606-unstable-v1.12-510-g1e6d18c91.bin -o ~/Downloads/esp43/esp32-idf3-20200606-unstable-v1.12-510-g1e6d18c91.bin
sudo python3 ~/.local/bin/esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 460800 write_flash --flash_mode dio --verify -z 0x1000 ~/Downloads/esp32/esp32-idf3-20200606-unstable-v1.12-510-g1e6d18c91.bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment