当前位置:网站首页>Construction of esp32 compilation environment
Construction of esp32 compilation environment
2022-04-23 15:55:00 【Sola_ Ex】
ESP32 Build the compilation environment
ESP32
One 、 Reference
Official information http://esp-idf.readthedocs.io/en/latest/
Two 、 Document preparation
In fact, the official documents are very detailed , But the feeling may be too detailed , It seems to take a lot of time , My environment is windows Next , The introduction document contains linux and MAC_OSX, So I'll skip it and look at it directly windows.
Follow the instructions , Enter the quick start page first , And find the position in the figure below :
First make sure you use ESP32 Which one is it , I'm using ESP-WROVER-KIT Module , Therefore, select this option directly to see the peripheral functions and module related information , But this is not a necessary point , We need to find the tools we need , Here's the picture :
According to the link in the red box above , We can download it directly to “esp-idf-tools-setup-2.3.exe” This installation package , This installation package directly contains windows Compile below ESP32 All the tools needed for the environment ( Need to connected to the Internet ), If you install the relevant tools yourself , Such as :python、git wait , You can directly select the existing one without downloading , without , Choose the recommended , And the next step , The software will automatically help you download . After downloading and installing , You should see such an icon on the desktop :
After opening , That's true ,
The operation shown in the figure above is actually automatic path configuration , It mainly depends on “esp-idf” This folder , Contains demo And compiling chain plug-ins . When compiling the project , In fact, it calls the things in this folder to compile .
3、 ... and 、 compile
open ESP-IDF after , adopt DOC command , Enter a project , Pictured :
adopt cd + The path can go to the root directory of the project , perform “idf.py build”, If nothing goes wrong , It will compile successfully , And generate the corresponding bin file . Search directly under the project bin file ,
You can find what you want , The rest is through the official of Lexin flashtool Downloaded .
版权声明
本文为[Sola_ Ex]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231554163792.html
边栏推荐
- Function summary of drawing object arrangement in R language
- Application case of GPS Beidou high precision satellite time synchronization system
- 现在做自媒体能赚钱吗?看完这篇文章你就明白了
- Upgrade MySQL 5.1 to 5.69
- Spark 算子之交集、并集、差集
- Coalesce and repartition of spark operators
- One brush 314 sword finger offer 09 Implement queue (E) with two stacks
- 一刷314-剑指 Offer 09. 用两个栈实现队列(e)
- 北京某信护网蓝队面试题目
- Merging of Shanzhai version [i]
猜你喜欢
Why is IP direct connection prohibited in large-scale Internet
Metalife established a strategic partnership with ESTV and appointed its CEO Eric Yoon as a consultant
Merging of Shanzhai version [i]
Partitionby of spark operator
建设星际计算网络的愿景
Implement default page
C language --- advanced pointer
Load Balancer
volatile的含义以及用法
Vision of building interstellar computing network
随机推荐
保姆级Anaconda安装教程
Go language, array, pointer, structure
[split of recursive number] n points K, split of limited range
多线程原理和常用方法以及Thread和Runnable的区别
Calculate the number of occurrences of a character
leetcode-396 旋转函数
一刷314-剑指 Offer 09. 用两个栈实现队列(e)
Go language slice, range, set
Application case of GPS Beidou high precision satellite time synchronization system
Named in pytoch_ parameters、named_ children、named_ Modules function
Spark 算子之filter使用
Implement default page
捡起MATLAB的第(8)天
C language self compiled string processing function - string segmentation, string filling, etc
Why disable foreign key constraints
Multi level cache usage
GRBL学习(一)
Spark 算子之sortBy使用
C language --- string + memory function
捡起MATLAB的第(10)天