From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 24 Nov 2011 18:38:22 +0100 Subject: [U-Boot] [PATCH] M28: Document that units has to be set to sectors on SD bootcard In-Reply-To: References: <1322153845-19369-1-git-send-email-marek.vasut@gmail.com> Message-ID: <201111241838.22457.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > On Thu, Nov 24, 2011 at 2:57 PM, Marek Vasut wrote: > > For example in Linux fdisk, the sequence for a clear card is the > > following: > > > > * o ..................... create a clear partition table > > + * p ..................... here you need to verify that units is > > set to + sectors. In the output, earch > > for a line > > s/earch/search Thanks! > > > + containing: > > + Units = sectors of 1 * 512 = 512 > > bytes + If no such line is present, > > press "u" to + switch units to sectors. > > Or maybe an easier way is to call: > sudo fdisk /dev/mmcblk0 -u -u=sectors is even better. Of course, this doesn't work on *BSD. Other OSes/game-loaders/etc. I don't think we even consider ;-) > > Regards, > > Fabio Estevam