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

相关推荐
ZzzK,1 天前
JAVA虚拟机(JVM)
java·linux·jvm
Aspiresky1 天前
浅析Linux进程信号处理机制:基本原理及应用
linux·运维·信号处理
ajassi20001 天前
linux C 语言开发 (八) 进程基础
linux·运维·服务器
..过云雨1 天前
05.【Linux系统编程】进程(冯诺依曼体系结构、进程概念、进程状态(注意僵尸和孤儿)、进程优先级、进程切换和调度)
linux·笔记·学习
matlab的学徒1 天前
Web与Nginx网站服务(改)
linux·运维·前端·nginx·tomcat
Insist7531 天前
prometheus安装部署与alertmanager邮箱告警
linux·运维·grafana·prometheus
BAGAE1 天前
MODBUS 通信协议详细介绍
linux·嵌入式硬件·物联网·硬件架构·iot·嵌入式实时数据库·rtdbs
灿烂阳光g1 天前
SELinux 策略文件编写
android·linux
xqlily1 天前
Linux操作系统之Ubuntu
linux·运维·ubuntu
阿部多瑞 ABU1 天前
《基于国产Linux的机房终端安全重构方案》
linux·安全