Lines Matching full:sata
1 1. SATA usage in U-Boot
5 * Read/write raw blocks from/to SATA hard disk
8 1.0 How to read the SATA hard disk's information?
10 => sata info
12 SATA device 0: Model: ST3320620AS Firm: 3.AAD Ser#: 4QF01ZTN
17 1.1 How to raw write the kernel, file system, dtb to a SATA hard disk?
24 => sata write 40000 0 2000
28 => sata write 40000 2000 8000
32 => sata write 40000 a000 1000
34 1.2 How to raw read the kernel, file system, dtb from a SATA hard disk?
37 => sata read 200000 0 2000
40 => sata read 1000000 2000 8000
43 => sata read 2000000 a000 1000
53 => ext2ls sata 0:1 /
62 => ext2load sata 0:1 200000 /uImage.837x
64 => ext2load sata 0:1 1000000 /ramdisk.837x
66 => ext2load sata 0:1 2000000 /mpc837xemds.dtb