diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-04 19:52:08 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-04 19:58:55 +0200 |
commit | 5bbd319a592b9926559070a241d8ddac26a67d14 (patch) | |
tree | 33ad4aec3ffa28aa40ecd165aeecc0a6566ca113 /target | |
parent | 6ad615fb21e6ff1a03bec41e8ca8d42a410c7a4c (diff) |
add info about writable partition
Diffstat (limited to 'target')
-rw-r--r-- | target/arm/Makefile | 2 |
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 |