当前位置: 首页 > article >正文

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


http://www.kler.cn/a/583232.html

相关文章:

  • 【每日八股】Redis篇(七):集群
  • 深度学习中项目的环境配置与依赖下载
  • 基于Ubuntu 18.04搭建FTP云盘:开启私有云存储之旅
  • Python实现网络通信:Socket模块与TCP/IP协议全解析
  • 【Go学习】04-1-Gin框架-路由请求响应参数
  • sql server 2016 版本补丁说明
  • 颤抖:quiver,shiver,tremble的区别
  • SQL注入之sqli-labs靶场搭建
  • Linux 字符设备驱动实例
  • wpf中DataGrid组件每一行的背景色动态变化
  • 纯前端全文检索的两种实现方案:ElasticLunr.js 和 libsearch
  • 网络通信Socket中多态HandleIO设计模式深度解析
  • 打造Windows服务器安全堡垒:安当SLA双因素认证方案详解
  • Docker 入门与实战指南
  • PostgreSQL与Oracle数据库相比有什么优势
  • sql靶场--布尔盲注(第八关)保姆级教程
  • Flash Attention 算法简介
  • openai-cua-sample-app - 使用计算机的 Agent示例应用
  • 【C语言系列】字符函数和字符串函数
  • golang算法二分查找