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

相关推荐
没有口袋啦几秒前
《基于iptables的nginx的https的搭建》
linux·服务器·网络
jiayong231 分钟前
Elasticsearch Java 开发完全指南
java·大数据·elasticsearch
凉、介4 分钟前
Linux 下的 time_before/time_after 接口
linux·运维·服务器·学习
python百炼成钢5 分钟前
42.Linux INPUT 子系统驱动
linux·驱动开发
last demo20 分钟前
VSFTPD 服务器
linux·运维·服务器
wdfk_prog20 分钟前
[Linux]学习笔记系列 -- [block]fops
linux·笔记·学习
阿阿越22 分钟前
Linux系统编程 -- 进程(二)
linux·运维·服务器
r***869825 分钟前
在 Ubuntu 上安装 MySQL 的详细指南
mysql·ubuntu·adb
r***186430 分钟前
FlinkCDC实战:将 MySQL 数据同步至 ES
android·mysql·elasticsearch
waves浪游32 分钟前
进程控制(上)
linux·运维·服务器·开发语言·c++