From 5bbd319a592b9926559070a241d8ddac26a67d14 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 4 Sep 2014 19:52:08 +0200 Subject: add info about writable partition --- target/arm/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target') 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 -- cgit v1.2.3