1>准备
系统上需要有git和python
如果没有需要安装
sudo apt-get install ptyhon
sudo apt-get install git
2>下载arduino ide 1.8.5(1.8.9会死机)
https://www.arduino.cc/en/Main/Software
arduino-1.8.5-linuxarm.tar.xz
3>解压到指定目录
运行 install.sh 安装
4>进入Arduino安装目录下载ESP8266
cd arduino-1.8.5
cd hardware
mkdir esp8266com
cd esp8266com
git clone https://github.com/esp8266/Arduino.git esp8266
5>下载完成后安装获取
cd esp8266/tools
python get.py
如果很卡,则手工打开
esp8266com/esp8266/package/package_esp8266com_index.template.json
按需要下载:
python-3.7.2.post1-embed-win32v2.zip
arm-linux-gnueabihf.xtensa-lx106-elf-20ed2b9c.tar.gz
arm-linux-gnueabihf.mkspiffs-7fefeac.tar.gz
6>安装支持模块
安装pyserial模块
pip install pyserial
安装esptool模块
pip install esptool
sudo pip2 install esptool