summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-28 16:56:33 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-28 16:57:23 +0200
commite03799525092a3ffbf887ec3785d9860d8394520 (patch)
treece3bcac88873c188ce79504ad8b59a86182809b4
parente9c5cacec8507f86cf4b31292b04dcc5a7b24309 (diff)
add command with data partition
-rw-r--r--target/arm/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/arm/Makefile b/target/arm/Makefile
index 329a46ea1..85c657007 100644
--- a/target/arm/Makefile
+++ b/target/arm/Makefile
@@ -43,6 +43,8 @@ endif
ifeq ($(ADK_TARGET_SYSTEM_RASPBERRY_PI),y)
@echo "Use following command to install it on SD card:"
@echo "sudo ./scripts/install-rpi.sh /dev/sdX $(FW_DIR)/$(ROOTFSTARBALL)"
+ @echo "Use following command to install with a writable data partition"
+ @echo "sudo ./scripts/install-rpi.sh -d /dev/sdX $(FW_DIR)/$(ROOTFSTARBALL)"
endif
ifeq ($(ADK_TARGET_SYSTEM_CUBOX_I),y)
@echo "Use following command to install it on SD card:"