summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
Diffstat (limited to 'target')
-rw-r--r--target/arm/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/target/arm/Makefile b/target/arm/Makefile
index fb8a2b217..fd7d78a0f 100644
--- a/target/arm/Makefile
+++ b/target/arm/Makefile
@@ -45,16 +45,15 @@ ifeq ($(ADK_TARGET_QEMU_ARM_MODEL_VERSATILEPB)$(ADK_TARGET_QEMU_ARM_MODEL_TERRIE
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 "sudo ./scripts/install.sh raspberry-pi /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)"
+ @echo "sudo ./scripts/install.sh -d 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-solidrun.sh /dev/sdX $(FW_DIR)/$(ROOTFSTARBALL) $(FW_DIR)"
+ @echo "sudo ./scripts/install.sh solidrun-imx6 /dev/sdX $(FW_DIR)/$(ROOTFSTARBALL)"
@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)"
-
+ @echo "sudo ./scripts/install.sh -d solidrun-imx6 /dev/sdX $(FW_DIR)/$(ROOTFSTARBALL)"
endif
endif
ifeq ($(ADK_TARGET_FS),initramfs)