Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peakpeak-github authored Feb 19, 2023
1 parent 30ef2cd commit 17197c4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,12 @@ Your friends/customers then only need three files without any installation requi
1. ESPTool.exe.
2. The resulting file produced by ImageMerge.
3. A batch file starting ESPTool with the required arguments.

Usage:
ImageMerge -prog firmware.bin -fs littlefs.bin -image everything.bin -offset 1024 -v
This will produce everything bin from firmware.bin and littlefs.bin.
Distribute this file with Esptool.exe and upload.bat

On customer side:
Copy Esptool.exe. upload.bat and everything.bin to a folder. Open a CMD window in this folder.
Execute upload.bat with a connected ESP-board.

0 comments on commit 17197c4

Please sign in to comment.