diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2011-12-02 03:47:38 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-12-09 17:30:10 +0100 |
commit | ea098e0fb8590dc9ff46cb9895efc5be0706b2be (patch) | |
tree | 02c875808f57840ca20b799e309127d56631f753 /doc/README.m28 | |
parent | 76d7f574498706cfe5e7f4a309bd9b35418a44f4 (diff) | |
download | u-boot-imx-ea098e0fb8590dc9ff46cb9895efc5be0706b2be.zip u-boot-imx-ea098e0fb8590dc9ff46cb9895efc5be0706b2be.tar.gz u-boot-imx-ea098e0fb8590dc9ff46cb9895efc5be0706b2be.tar.bz2 |
M28: Document that units has to be set to sectors on SD bootcard
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'doc/README.m28')
-rw-r--r-- | doc/README.m28 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/README.m28 b/doc/README.m28 index b749ce0..548982f 100644 --- a/doc/README.m28 +++ b/doc/README.m28 @@ -113,7 +113,8 @@ must have the following parameters: * Partition size ........ at least 1024 kb * Partition type ........ 0x53 (sometimes "OnTrack DM6 Aux3") -For example in Linux fdisk, the sequence for a clear card is the following: +For example in Linux fdisk, the sequence for a clear card follows. Be sure to +run fdisk with the option "-u=sectors" to set units to sectors: * o ..................... create a clear partition table * n ..................... create new partition |