Browse Source

use bigger blocksize

Wademar Brodkorb 1 year ago
parent
commit
e2c23b25f5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/arm/Makefile

+ 1 - 1
target/arm/Makefile

@@ -162,7 +162,7 @@ ifeq ($(ADK_TARGET_FS),genimage)
 targethelp:
 	@echo "The disk image is: $(FW_DIR)/sdcard.img"
 	@echo "Use following command to install it on SD card:"
-	@echo 'sudo dd if=$(FW_DIR)/sdcard.img of=/dev/sdX bs=2048k'
+	@echo 'sudo dd if=$(FW_DIR)/sdcard.img of=/dev/sdX bs=32M'
 endif
 
 kernel-strip: