summaryrefslogtreecommitdiffstats
path: root/doc/README.sata
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-03-27 00:03:57 +0100
committerWolfgang Denk <wd@denx.de>2008-03-27 00:03:57 +0100
commitd049cc7f71c0d875e8f5099d1ed23666a82b8f8e (patch)
treed923e2129fb09121ce0c26a607346055a80016d4 /doc/README.sata
parentfd0b1fe3c388a77e8fe00cdd930ca317a91198d4 (diff)
downloadblackbird-obmc-uboot-d049cc7f71c0d875e8f5099d1ed23666a82b8f8e.tar.gz
blackbird-obmc-uboot-d049cc7f71c0d875e8f5099d1ed23666a82b8f8e.zip
Coding style cleanup, update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'doc/README.sata')
-rw-r--r--doc/README.sata24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/README.sata b/doc/README.sata
index 3e2c6e8313..168dc7f540 100644
--- a/doc/README.sata
+++ b/doc/README.sata
@@ -9,10 +9,10 @@
=> sata info
-SATA device 0: Model: ST3320620AS Firm: 3.AAD Ser#: 4QF01ZTN
- Type: Hard Disk
- Supports 48-bit addressing
- Capacity: 305245.3 MB = 298.0 GB (625142448 x 512)
+SATA device 0: Model: ST3320620AS Firm: 3.AAD Ser#: 4QF01ZTN
+ Type: Hard Disk
+ Supports 48-bit addressing
+ Capacity: 305245.3 MB = 298.0 GB (625142448 x 512)
1.1 How to save the kernel, filesystem, dtb to SATA hard disk with raw?
@@ -48,16 +48,16 @@ SATA device 0: Model: ST3320620AS Firm: 3.AAD Ser#: 4QF01ZTN
U-boot doesn't support ext2 write to hard disk, so
you have to write the image to hard disk under Linux env,
- before you load image from ext2 filesystem.
+ before you load image from ext2 filesystem.
=> ext2ls sata 0:1 /
- <DIR> 4096 .
- <DIR> 4096 ..
- <DIR> 16384 lost+found
- 1352023 uImage.837x
- 3646377 ramdisk.837x
- 12288 mpc837xemds.dtb
- 12 hello.txt
+ <DIR> 4096 .
+ <DIR> 4096 ..
+ <DIR> 16384 lost+found
+ 1352023 uImage.837x
+ 3646377 ramdisk.837x
+ 12288 mpc837xemds.dtb
+ 12 hello.txt
=> ext2load sata 0:1 200000 /uImage.837x
OpenPOWER on IntegriCloud