Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:espidf [2023/10/03 16:26] – [Test] darron | tools:espidf [2024/10/02 00:38] (current) – [Setup] darron | ||
---|---|---|---|
Line 19: | Line 19: | ||
</ | </ | ||
- | Debian bullseye has python 3 but on buster python 3 will need to be the default version. | + | Python3 |
- | + | ||
- | < | + | |
- | update-alternatives --remove-all python | + | |
- | update-alternatives --install / | + | |
- | update-alternatives --install / | + | |
- | update-alternatives --config python | + | |
- | python -V | + | |
- | Python 3.7.3 | + | |
- | </ | + | |
=== User === | === User === | ||
Line 52: | Line 43: | ||
=== Install=== | === Install=== | ||
- | Clone dev kit into home dir. | + | Login as user esp |
< | < | ||
/bin/su - esp | /bin/su - esp | ||
+ | </ | ||
+ | |||
+ | Clone dev kit into home dir. | ||
+ | |||
+ | < | ||
git clone --recursive https:// | git clone --recursive https:// | ||
</ | </ | ||
Line 67: | Line 63: | ||
Finalise installation | Finalise installation | ||
+ | |||
+ | < | ||
+ | . ~/ | ||
+ | </ | ||
+ | |||
+ | If it complains about openocd... | ||
+ | |||
+ | < | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | Save the configuration | ||
< | < | ||
Line 84: | Line 92: | ||
< | < | ||
/bin/su - esp | /bin/su - esp | ||
- | </ | ||
- | |||
- | The first login may complain about a tool, so do as it says | ||
- | < | ||
- | / | ||
</ | </ | ||
Line 104: | Line 107: | ||
=== Resources === | === Resources === | ||
+ | |||
+ | [[https:// | ||
[[https:// | [[https:// | ||
+ | [[https:// |