summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
Diffstat (limited to 'target')
-rw-r--r--target/arm/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/arm/Makefile b/target/arm/Makefile
index b216f1104..fb8a2b217 100644
--- a/target/arm/Makefile
+++ b/target/arm/Makefile
@@ -52,6 +52,8 @@ endif
ifeq ($(ADK_TARGET_SYSTEM_SOLIDRUN_IMX6),y)
@echo "Use following command to install it on SD card:"
@echo "sudo ./scripts/install-solidrun.sh /dev/sdX $(FW_DIR)/$(ROOTFSTARBALL) $(FW_DIR)"
+ @echo "Use following command to install with a writable data partition"
+ @echo "sudo ./scripts/install-solidrun.sh -d /dev/sdX $(FW_DIR)/$(ROOTFSTARBALL) $(FW_DIR)"
endif
endif