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

ESP8266 Ubuntu 安装

文章参考:https://blog.csdn.net/AUST_129/article/details/119406722文章浏览阅读1.8k次,点赞4次,收藏19次。参考:https://docs.espressif.com/projects/esp8266-rtos-sdk/en/latest/get-started/linux-setup.htmlhttp://aiclouds3.0-docs.aithinker.com/#/2.device/configuration_linux?id=%e4%b8%89%e3%80%81%e7%bc%96%e8%af%91%e4%bb%a3%e7%a0%81%ef%bc%9b一、windows 安装 Linux 系._esp8266 ubuntuhttps://blog.csdn.net/AUST_129/article/details/119406722

sudo apt-get install gcc git wget make libncurses-dev flex bison gperf python3 python3-serial

git clone --recursive https://github.com/espressif/ESP8266_RTOS_SDK.git

wget https://dl.espressif.com/dl/xtensa-lx106-elf-gcc8_4_0-esp-2020r3-linux-amd64.tar.gz
tar -xzf xtensa-lx106-elf-gcc8_4_0-esp-2020r3-linux-amd64.tar.gz

sudo rm /usr/bin/python

python3 -v

sudo ln -s /usr/bin/python3.8 /usr/bin/python

/usr/bin/python -m pip install --user -r /home/joey/ESP/ESP8266_RTOS_SDK/requirements.txt

vim ~/.bashrc

export IDF_PATH=/home/joey/ESP/ESP8266_RTOS_SDK
export PATH="$PATH:$HOME/ESP/xtensa-lx106-elf/bin"
source ~/.bashrc

~/ESP/ESP8266_RTOS_SDK$ ./install.sh

~/ESP/ESP8266_RTOS_SDK$ . ./export.sh

~/ESP/ESP8266_RTOS_SDK$ cd examples/get-started/hello_world/

~/ESP/ESP8266_RTOS_SDK/examples/get-started/hello_world$ make


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

相关文章:

  • PHP语言的网络编程
  • 51c~SLAM~合集1
  • T-SQL语言的数据库编程
  • 什么是报文的大端和小端,有没有什么记忆口诀?
  • Linux 如何使用parted进行磁盘分区?
  • 第9章:Python TDD解决货币对象相等性比较难题
  • vue2 项目webpack 4升5
  • docker xxxx is using its referenced image ea06665f255d
  • 使用echarts实现3d柱状图+折线图
  • Vue3 重置ref或者reactive属性值
  • JAVA企业级项目的日志记录技术
  • 《变形金刚:赛博坦的陨落》游戏启动难题:‘buddha.dll’缺失的七大修复策略
  • 搭建C#开发环境
  • Qt6开发自签名证书的https代理服务器
  • 【Unity/HFSM】使用UnityHFSM实现输入缓冲(预输入)和打断机制
  • Redis API(springboot整合,已封装)
  • Mac上使用ln指令创建软链接、硬链接
  • 模拟法简介(蓝桥杯)
  • Sql注入(靶场)14-20关
  • 力扣.——560. 和为 K 的子数组
  • 关于SQL注入的面试题及经验分享
  • 测试框架 —— Playwright Fixture夹具有效利用的建议指南!
  • Springboot和vue前后端交互实现验证码登录
  • 【Leetcode 每日一题 - 扩展】1326. 灌溉花园的最少水龙头数目
  • 如何在 Ubuntu 22.04 上安装 Strapi CMS
  • [SAP ABAP] 序列化与反序列化