Last active
June 6, 2020 08:54
-
-
Save grenade/33868b75a0fc521014005aca66aad0a6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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