Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tools:esptool [2023/10/14 19:01]
darron [Usage]
tools:esptool [2023/10/15 13:33] (current)
darron [Install]
Line 10: Line 10:
 <code> <code>
 sudo apt-get install python3-serial python3-pip python3-dev sudo apt-get install python3-serial python3-pip python3-dev
-sudo mv /usr/lib/python3.11/EXTERNALLY-MANAGED /usr/lib/python3.11/EXTERNALLY-MANAGED.bak 
 rehash rehash
 pip3 install esptool pip3 install esptool
 +</code>
 +
 +If there are complaints from python3, the you may need to
 +do something similar to the following and try the above again
 +<code>
 +sudo mv /usr/lib/python3.11/EXTERNALLY-MANAGED /usr/lib/python3.11/EXTERNALLY-MANAGED.bak
 </code> </code>
  
Line 45: Line 50:
  
 <code> <code>
-esptool.py -p /dev/ttyUSB0 read_mac+esptool.py -p /dev/ttyUSB0 read_mac
 esptool.py v2.0-beta2 esptool.py v2.0-beta2
 Connecting.... Connecting....