EasyManua.ls Logo

Espressif ESP32 - Building Firmware

Espressif ESP32
20 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
2. Getting Started
šŸ”š
2.1.3.
Building Firmware
1.
Create a directory to store a new project.
mkdir ~/Workspace
cd ~/Workspace
2.
Download the latest ESP32 RTOS SDK.
git clone https://github.com/espressif/ESP32_RTOS_SDK.git
3.
Create a directory to store the.bin files compiled.
mkdir –p ~/Workspace/ESP32_BIN
4.
Set the PATHs variable to point to the SDK and BIN files.
export SDK_PATH=~/Workspace/ESP32_RTOS_SDK
export BIN_PATH=~/Workspace/ESP32_BIN
5.
Start to compile files.
cd ~/Workspace/project_template
make clean
make
šŸ”š
Note:
You need to do Step 6 every time you open a new shell, or you can put it inside your .bashrc file.
Notes:
1.
For the package components of the SDK, refer to ā€œ1.3 Package Componentsā€.
2.
You can build customized project according the ESP32_RTOS_SDK/examples/project_template.
⚠ Warning:
Make sure you set the correct paths, or it will occur a compile error.
Note:
You need to do Step 3 every time you open a new shell, or you can put it inside your .bashrc file.
Espressif
2015.12
Confidential

Other manuals for Espressif ESP32

Related product manuals