summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-09-04 19:52:08 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-09-04 19:58:55 +0200
commit5bbd319a592b9926559070a241d8ddac26a67d14 (patch)
tree33ad4aec3ffa28aa40ecd165aeecc0a6566ca113 /target
parent6ad615fb21e6ff1a03bec41e8ca8d42a410c7a4c (diff)
add info about writable partition
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