首页 > 其他 > 详细

搭建ESP-IDF生产环境

时间:2019-09-01 20:42:19      阅读:148      评论:0      收藏:0      [点我收藏+]

打开快速入门网站入手:https://docs.espressif.com/projects/esp-idf/zh_CN/latest/get-started/index.html#

从快速入门网页可以知道,操作分了如下几个步骤:

首先开始设置工具链:

sudo apt-get install git wget libncurses-dev flex bison gperf python python-click python-pip python-setuptools python-serial python-cryptography python-future python-pyparsing python-pyelftools cmake ninja-build ccache

下载并解压:https://dl.espressif.com/dl/xtensa-esp32-elf-gcc8_2_0-esp32-2019r1-linux-amd64.tar.gz

mkdir -p ~/esp
cd ~/esp
tar -xzf ~/Downloads/xtensa-esp32-elf-gcc8_2_0-esp32-2019r1-linux-amd64.tar.gz

 

搭建ESP-IDF生产环境

原文:https://www.cnblogs.com/braveheart007/p/11443174.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!