FlashDB/demos/esp8266_spi_flash/README.md

824 B
Raw Blame History

flashDB demo Example

启动一个freertos任务运行flashDB的例程然后倒计时1000秒后重启。运行log请看当前目录下的ESP8266_flashDB_log.rtf 日志

ESP8266开发环境

ESP8266开发指南

编译和下载

  • cd进入esp8266_spi_flash目录
  • make all
  • 使用串口线把8266开发板连接到PC
  • 使能串口执行命令sudo chmod 777 /dev/ttyUSB*
  • make flash
  • make monitor