Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Arduino plugin for uploading files to ESP8266 file system

License

NotificationsYou must be signed in to change notification settings

esp8266/arduino-esp8266fs-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino plugin which packs sketch data folder into SPIFFS filesystem image,and uploads the image to ESP8266 flash memory.
Tested with the following Arduino IDE versions: 1.6.5-r2,1.6.6

Installation

  • Make sure you use one of the supported versions of Arduino IDE and have ESP8266 core installed.
  • Download the tool archive fromreleases page.
  • In your Arduino sketchbook directory, createtools directory if it doesn't exist yet. You can find the location of your sketchbook directory in the Arduino IDE atFile > Preferences > Sketchbook location.
  • Unpack the tool intotools directory (the path will look like<sketchbook directory>/tools/ESP8266FS/tool/esp8266fs.jar).
  • Restart Arduino IDE.

On OS X and Linux based OSs create the tools directory in ~/Documents/Arduino/ and unpack the files there

Usage

  • Open a sketch (or create a new one and save it).
  • Go to sketch directory (choose Sketch > Show Sketch Folder).
  • Create a directory nameddata and any files you want in the file system there.
  • Make sure you have selected a board, port, and closed Serial Monitor.
  • SelectTools > ESP8266 Sketch Data Upload menu item. This should start uploading the files into ESP8266 flash file system.When done, IDE status bar will display SPIFFS Image Uploaded message. Might take a few minutes for large file system sizes.

Screenshot

Screenshot

Credits and license

  • Copyright (c) 2015 Hristo Gochkov (ficeto at ficeto dot com)
  • Licensed under GPL v2 (text)
  • Maintained by Ivan Grokhotkov (ivan at esp8266 dot com)

Issues and suggestions

File issues here on github, or ask your questions on theesp8266.com forum.

About

Arduino plugin for uploading files to ESP8266 file system

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors6


[8]ページ先頭

©2009-2025 Movatter.jp