Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965230AbbENUDJ (ORCPT ); Thu, 14 May 2015 16:03:09 -0400 Received: from mail-oi0-f49.google.com ([209.85.218.49]:34555 "EHLO mail-oi0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965180AbbENUDF (ORCPT ); Thu, 14 May 2015 16:03:05 -0400 Message-ID: <5554FF76.2010206@lwfinger.net> Date: Thu, 14 May 2015 15:03:02 -0500 From: Larry Finger User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: "linux-mmc@vger.kernel.org" , LKML CC: Benny Silberstein , "peretz@benchmarkmerchantsolutions.com >> Peretz Mockin" Subject: Help with writing to micro SD card Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1053 Lines: 24 I am helping to get wifi and Bluetooth woring under Linux using a Winbook TW100 tablet. The main goal is working quite well; however, I am only able to run using Live media. Whenever I try to load Linux onto either the internal SD card, or one mounted in the external slot, the process stalls with nothing logged. I know the external card is OK as I can read or write it when it is mounted in my laptop. When I received the tablet, I used dd to back up the internal card. When I used a block size of 4M in that operation, it also froze; however, the standard block size (512) worked. That suggests that the standard Linux r/w operations on the device are too fast. What should I do to get some debug information? If my idea is correct, how might I slow down the I/O to the device? Thanks, Larry -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/