ESP8266在Ubuntu下的环境搭建

本文档详细介绍了在Ubuntu系统中如何搭建ESP8266的开发环境,包括下载Toolchain,设置环境变量,获取ESP8266_RTOS_SDK,配置IDF_PATH,安装必要的Python包,创建项目,连接与配置,以及编译和烧录固件的步骤。
摘要由CSDN通过智能技术生成

Setup Toolchain(Ubuntu)

sudo apt-get install gcc git wget make libncurses-dev flex bison gperf python python-serial
download: https://dl.espressif.com/dl/xtensa-lx106-elf-linux64-1.22.0-92-g8facf4c-5.2.0.tar.gz

1.Download this file, then extract it in ~/esp directory:

mkdir -p ~/esp
cd ~/esp
tar -xzf ~/Downloads/xtensa-lx106-elf-linux64-1.22.0-92-g8facf4c-5.2.0.tar.gz

2.The toolchain will be extracted into ~/esp/xtensa-lx106-elf/ directory.
To use it, you will need to update your PATH environment variable in ~/.profile file. To make xtensa-lx106-elf available for all terminal sessions, add the following line to your ~/.profile file:
export PATH="$PATH:$HOME/esp/xtensa-lx106-elf/bin

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值