summaryrefslogtreecommitdiff
path: root/target/arm/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-01-03 10:28:41 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-01-03 10:28:41 +0100
commit1bf8ef30bfa79bd0816fd97f3d1b31f7950d3c4e (patch)
tree7b03aeb3062934366821c10adb11f506d9c5f593 /target/arm/Makefile
parentf0a8743a60ef5a9d580d987efbf25c9cd7111daa (diff)
choose usb keyboard and evdev support for kodi, better description
Diffstat (limited to 'target/arm/Makefile')
-rw-r--r--target/arm/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/target/arm/Makefile b/target/arm/Makefile
index 6b3b7f413..f57c613fa 100644
--- a/target/arm/Makefile
+++ b/target/arm/Makefile
@@ -53,10 +53,16 @@ ifeq ($(ADK_TARGET_SYSTEM_RASPBERRY_PI),y)
@echo "sudo ./scripts/install.sh -d 256 raspberry-pi /dev/sdX $(FW_DIR)/$(ROOTFSTARBALL)"
endif
ifeq ($(ADK_TARGET_SYSTEM_SOLIDRUN_IMX6),y)
- @echo "Use following command to install it on SD card:"
- @echo "sudo ./scripts/install.sh solidrun-imx6 /dev/sdX $(FW_DIR)/$(ROOTFSTARBALL)"
+ifeq ($(ADK_APPLIANCE_KODI),y)
@echo "Use following command to install with a writable data partition"
@echo "sudo ./scripts/install.sh -d 256 solidrun-imx6 /dev/sdX $(FW_DIR)/$(ROOTFSTARBALL)"
+ @echo "If you want to update a card without loosing existing data on the writable partition use:"
+ @echo "sudo ./scripts/install.sh -k -d 256 solidrun-imx6 /dev/sdX $(FW_DIR)/$(ROOTFSTARBALL)"
+ @echo "In both cases the cfgfs partition is _not_ removed!"
+else
+ @echo "Use following command to install it on SD card:"
+ @echo "sudo ./scripts/install.sh solidrun-imx6 /dev/sdX $(FW_DIR)/$(ROOTFSTARBALL)"
+endif
endif
endif
ifeq ($(ADK_TARGET_FS),initramfs)