参考文献:http://www.penninkhof.com/2015/01/getting-started-with-the-esp8266/#more-578
http://www.penninkhof.com/2015/03/esp8266-open-sdk/
不错的资料,到时候在NanoPi上面试试搭建ESP8266开发环境
chown pi et_iot_source/ -R echo 'PATH=$PATH:/opt/esp-open-sdk/xtensa-lx106-elf/bin' >> ~/.profile echo 'PATH=$PATH:/opt/esp-open-sdk/esptool' >> ~/.profile source ~/.profile
esptool.py --port /dev/ttyUSB0 write_flash 0x01000 ../bin/upgrade/user1.2048.new.3.bin
竟然还能这么玩,自己都忘了