ESP-IDF ubuntu版本 V5.2

1.MobaXterm

这个软件方面粘贴,文件拷贝 MobaXterm

2.安装之前请确保你安装了Python 和pip V5.2需要python3.8和pip

mkdir esp32
cd esp32
git clone https://gitee.com/EspressifSystems/esp-gitee-tools.git
cd esp-gitee-tools
./jihu-mirror.sh set
cd ..
git clone --recursive https://github.com/espressif/esp-idf.git
cd ~/esp32/esp-idf
git checkout v5.2
git branch
git submodule --init --recursive
../esp-gitee-tools/install.sh
cd ~/esp32/esp-idf
source export.sh

在~/.profile追加

source esp32/esp-idf/export.sh

克隆相关esp32-idf工程(可以选择不要)

cd ~/esp32
git clone --recursive https://gitee.com/vi-iot/esp32-board.git

相关推荐
s_daqing2 分钟前
ubuntu(arm,手机)安装mysql
arm开发·mysql·ubuntu
衫水2 分钟前
Ubuntu 系统部署 Vue/Vite 应用到 Nginx
vue.js·nginx·ubuntu
Sleepy MargulisItG4 分钟前
【Linux网络编程】网络层协议:IP
linux·网络·tcp/ip
叠叠乐6 分钟前
移动家庭云电脑linux docker 容器登陆移动家庭云电脑
linux·运维·docker
Volunteer Technology18 分钟前
Centos7安装python和jupyter
linux·python·jupyter
馨谙25 分钟前
Linux面试题----rpm,dnf,Application Streams,Modules软件存储库
linux·运维·服务器
论迹27 分钟前
【Git】-- 分支管理
git·ubuntu·版本控制
wdfk_prog28 分钟前
[Linux]学习笔记系列 -- [drivers][base]core
linux·笔记·学习
tan 9129 分钟前
KaliLinux2025.4 root用户修改显示语言
linux·服务器·前端·安全
s_daqing34 分钟前
ubuntu(arm)安装MongoDB
arm开发·mongodb·ubuntu