create_uboot: better documentation

Issue #2654
This commit is contained in:
Martin Stein 2018-01-04 18:30:31 +01:00 committed by Norman Feske
parent ef1dee8bc6
commit f0cfaaa147
1 changed files with 6 additions and 2 deletions

View File

@ -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/<YOUR_MMC> 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/<YOUR_MMC> 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)