From 17197c45d3ba8df31b58b73a8f723ddc02f86530 Mon Sep 17 00:00:00 2001 From: Peak Date: Sun, 19 Feb 2023 15:39:42 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d781387..908cd40 100644 --- a/README.md +++ b/README.md @@ -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.