diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-07 11:03:33 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-07 11:03:33 +0200 |
commit | 0b7b9b63e0e567a0cc5a33a7cec4c621ebad5d99 (patch) | |
tree | 2cb35e24bd57778842c09d5ca3317ec363e71d88 /target/arm/Makefile | |
parent | 7f512568876ee752191e946fafe4dc9d204727e3 (diff) |
do not tell a specific sd device
Diffstat (limited to 'target/arm/Makefile')
-rw-r--r-- | target/arm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/arm/Makefile b/target/arm/Makefile index a2bd23a8b..82e502a8c 100644 --- a/target/arm/Makefile +++ b/target/arm/Makefile @@ -59,7 +59,7 @@ endif @echo "The RootFS tarball is: $(FW_DIR)/$(ROOTFSTARBALL)" ifeq ($(ADK_TARGET_SYSTEM_RASPBERRY_PI),y) @echo "Use following command to install it on SD card:" - @echo "sudo ./scripts/install-rpi.sh /dev/sdb $(FW_DIR)/$(ROOTFSTARBALL)" + @echo "sudo ./scripts/install-rpi.sh /dev/sdx $(FW_DIR)/$(ROOTFSTARBALL)" endif ifeq ($(ADK_TARGET_SYSTEM_QEMU_ARM)$(ADK_TARGET_SYSTEM_QEMU_ARMHF),y) @cp $(KERNEL) $(FW_DIR)/$(TARGET_KERNEL) |