Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:esptool [2023/10/14 19:01] – [Usage] darron | tools:esptool [2023/10/15 13:33] (current) – [Install] darron | ||
---|---|---|---|
Line 10: | Line 10: | ||
< | < | ||
sudo apt-get install python3-serial python3-pip python3-dev | sudo apt-get install python3-serial python3-pip python3-dev | ||
- | sudo mv / | ||
rehash | rehash | ||
pip3 install esptool | pip3 install esptool | ||
+ | </ | ||
+ | |||
+ | If there are complaints from python3, the you may need to | ||
+ | do something similar to the following and try the above again | ||
+ | < | ||
+ | sudo mv / | ||
</ | </ | ||
Line 45: | Line 50: | ||
< | < | ||
- | $ esptool.py -p / | + | esptool.py -p / |
esptool.py v2.0-beta2 | esptool.py v2.0-beta2 | ||
Connecting.... | Connecting.... |