From f0cfaaa147a812fa2468daec8c4282359cbe7d87 Mon Sep 17 00:00:00 2001 From: Martin Stein Date: Thu, 4 Jan 2018 18:30:31 +0100 Subject: [PATCH] create_uboot: better documentation Issue #2654 --- tool/create_uboot | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tool/create_uboot b/tool/create_uboot index f52d8e003..a71d7fd72 100755 --- a/tool/create_uboot +++ b/tool/create_uboot @@ -96,8 +96,12 @@ $(MMC_IMG): $(UBOOT_IMGS) $(VERBOSE)$(FINISH_IMAGE) $(ECHO) $(ECHO) "Successfully created MMC image." - $(ECHO) "You can install the image on an empty MMC for example via:" - $(ECHO) "sudo dd if=$(MMC_IMG) of=/dev/ bs=1K seek=1 conv=fsync" + $(ECHO) "You can install the image on an empty MMC via" + $(ECHO) + $(ECHO) "! sudo dd if=$(MMC_IMG) of=/dev/ bs=1K seek=1 conv=fsync" + $(ECHO) + $(ECHO) "This way, it'll end at $(MMC_IMG_SIZE) + 1 byte. To be safe, let" + $(ECHO) "your individual data (e.g. file system) start at $(MMC_IMG_SIZE) + 1M byte" $(ECHO) $(UBOOT_IMGS): $(UBOOT_BUILD_CONF) $(UBOOT_DIR)