我在安装ESP32的时候遇到几个问题,一直让我头疼,
Posted: Mon Nov 22, 2021 2:44 am
我在安装ESP32 开发工具的时候,
esp-idf-tools-setup-offline-2.11.exe 由于路径有中午 导致 几天的时候,最后 我直接在 C盘的根目录下 建立了一个esp32 目录,就把 esp-idf-tools-setup-offline-2.11.exe 安装该目录下了。经过配置可以编译和下载固件。但是
第一步 Windows 环境下
Open Command Prompt and run the following commands:
cd %userprofile%\esp
git clone --recursive https://github.com/espressif/esp-adf.git
这个地方的 %userprofile%\ 是代表什么意思?
我安装装的目录是 C:\esp32 是不是应该是这样的
cd esp32
git clone --recursive https://github.com/espressif/esp-adf.git
第二步 设置Window Set up Path to ESP-ADF
Open Command Prompt and run the following command:
set ADF_PATH=%userprofile%\esp\esp-adf
我的应该是这样的
set ADF_PATH=\esp32\esp-adf.
谢谢你!
esp-idf-tools-setup-offline-2.11.exe 由于路径有中午 导致 几天的时候,最后 我直接在 C盘的根目录下 建立了一个esp32 目录,就把 esp-idf-tools-setup-offline-2.11.exe 安装该目录下了。经过配置可以编译和下载固件。但是
第一步 Windows 环境下
Open Command Prompt and run the following commands:
cd %userprofile%\esp
git clone --recursive https://github.com/espressif/esp-adf.git
这个地方的 %userprofile%\ 是代表什么意思?
我安装装的目录是 C:\esp32 是不是应该是这样的
cd esp32
git clone --recursive https://github.com/espressif/esp-adf.git
第二步 设置Window Set up Path to ESP-ADF
Open Command Prompt and run the following command:
set ADF_PATH=%userprofile%\esp\esp-adf
我的应该是这样的
set ADF_PATH=\esp32\esp-adf.
谢谢你!