소스 검색

use bigger blocksize

Wademar Brodkorb 1 년 전
부모
커밋
e2c23b25f5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: