From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 14 Mar 2013 11:53:08 -0600 Subject: [U-Boot] [PATCH v1] DOS_PBR block type is also valid dos block type. In-Reply-To: References: <1362995768-30954-1-git-send-email-sonic.adi@gmail.com> <513E1425.2030604@wwwdotorg.org> <5140B34A.9060601@wwwdotorg.org> <514153D6.3090109@wwwdotorg.org> Message-ID: <51420E84.4060204@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/14/2013 01:31 AM, Sonic Zhang wrote: ... >> Windows didn't give me that option. Do I need a smaller SD card to get >> that option? Can you simply upload a compressed disk image or a hex dump >> of the first sector instead? >> > > Yes, you can use a small SD card such as 256M, 512M. OK. The smallest card I have is 2GB, and I really don't want to lose its content for a test. Aside from that, I only have 8GB and 16GB... > Or create a small partition on your large SD card. Now I'm confused. I thought you said this problem happened when there was a raw filesystem placed directly onto the card, without any kind of partition table? If so, then I don't see how creating a small partition on my card would help reproduce the problem. Again, can you simply send me a compressed image that demonstrates this problem. Something like: (WARNING: this will wipe any data on your SD card) dd if=/dev/zero of=/dev/whatever-your-sd-card-is bs=32768 Then, format/... the card in Windows Then, validate that the problem reproduces with it (or just skip all the above if your current SD card content isn't confidential, and there's little enough data that it will compress well) dd if=/dev/whatever-your-sd-card-is of=sd.img bs=32768 bzip2 sd.img Then, mail me sd.img.bz2 Thanks.