]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
rockchip: Put README image creation commands on one line
authorSimon Glass <sjg@chromium.org>
Sun, 30 Aug 2015 22:55:52 +0000 (16:55 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 3 Sep 2015 03:28:25 +0000 (21:28 -0600)
It is easier to paste these into the command line if they are a single
common. Use line continuation instead of separate lines.

Signed-off-by: Simon Glass <sjg@chromium.org>
doc/README.rockchip

index feb11ff53a9cb05d1572a94683b8d32b43d53744..87ce9d2e9f3aa59f261209908c8ec29d2a7370dd 100644 (file)
@@ -67,7 +67,8 @@ Connect your board's OTG port to your computer.
 
 To create a suitable image and write it to the board:
 
-   ./firefly-rk3288/tools/mkimage -T rkimage -d ./firefly-rk3288/spl/u-boot-spl-dtb.bin out
+   ./firefly-rk3288/tools/mkimage -T rkimage -d \
+       ./firefly-rk3288/spl/u-boot-spl-dtb.bin out && \
    cat out | openssl rc4 -K 7c4e0304550509072d2c7b38170d1711 | rkflashtool l
 
 If all goes well you should something like:
@@ -89,8 +90,9 @@ Booting from an SD card
 
 To write an image that boots from an SD card (assumed to be /dev/sdc):
 
-   ./firefly-rk3288/tools/mkimage -T rksd -d firefly-rk3288/spl/u-boot-spl-dtb.bin out
-   sudo dd if=out of=/dev/sdc seek=64
+   ./firefly-rk3288/tools/mkimage -T rksd -d \
+       firefly-rk3288/spl/u-boot-spl-dtb.bin out && \
+   sudo dd if=out of=/dev/sdc seek=64 && \
    sudo dd if=firefly-rk3288/u-boot-dtb.img of=/dev/sdc seek=256
 
 This puts the Rockchip header and SPL image first and then places the U-Boot