From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 24 Nov 2011 23:32:14 +0100 Subject: [U-Boot] [PATCH] M28: Document that units has to be set to sectors on SD bootcard In-Reply-To: <20111124204542.DDD361FFB39F@gemini.denx.de> References: <1322153845-19369-1-git-send-email-marek.vasut@gmail.com> <20111124204542.DDD361FFB39F@gemini.denx.de> Message-ID: <201111242332.14495.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 > Dear Marek Vasut, > > In message <1322153845-19369-1-git-send-email-marek.vasut@gmail.com> you wrote: > > Signed-off-by: Marek Vasut > > Cc: Stefano Babic > > Cc: Wolfgang Denk > > --- > > > > doc/README.m28 | 6 ++++++ > > 1 files changed, 6 insertions(+), 0 deletions(-) > > > > diff --git a/doc/README.m28 b/doc/README.m28 > > index b749ce0..242230b 100644 > > --- a/doc/README.m28 > > +++ b/doc/README.m28 > > > > @@ -116,6 +116,12 @@ must have the following parameters: > > 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 > > + containing: > > + Units = sectors of 1 * 512 = 512 bytes > > + If no such line is present, press "u" to > > + switch units to sectors. > > > > * n ..................... create new partition > > > > * p ............. primary partition > > * 1 ............. first partition > > Would it not make sense to actually make sure this is the case, like > by passing the "-u" option to fdisk ? Definitelly, please check v3 of the patch. Fabio was so kind to check my grammar issues etc ;-) M