diff options
| author | Tom Rini <[email protected]> | 2016-01-08 14:19:24 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-01-08 14:19:24 -0500 |
| commit | d77a092dd3619ca747fb8290ae8f255e9799aaa6 (patch) | |
| tree | 04430b8b5146a6d1dadf373385378ee538be6ae6 /doc | |
| parent | b685c7348c521b14591a49ec6b78a2ad28a176e0 (diff) | |
| parent | dd8e42900b8a087fb3b97898fb5a42ef2a0597df (diff) | |
Merge git://git.denx.de/u-boot-rockchip
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README.rockchip | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/README.rockchip b/doc/README.rockchip index b455f6fee70..9a2ebca95df 100644 --- a/doc/README.rockchip +++ b/doc/README.rockchip @@ -135,9 +135,10 @@ Booting from SPI To write an image that boots from SPI flash (e.g. for the Haier Chromebook): - ./chromebook_jerry/tools/mkimage -n rk3036 -T rkspi -d chromebook_jerry/spl/u-boot-spl-dtb.bin out - dd if=spl.bin of=out.bin bs=128K conv=sync - cat chromebook_jerry/u-boot-dtb.img out.bin + ./chromebook_jerry/tools/mkimage -n rk3288 -T rkspi \ + -d chromebook_jerry/spl/u-boot-spl-dtb.bin spl.bin && \ + dd if=spl.bin of=spl-out.bin bs=128K conv=sync && \ + cat spl-out.bin chromebook_jerry/u-boot-dtb.img >out.bin && \ dd if=out.bin of=out.bin.pad bs=4M conv=sync This converts the SPL image to the required SPI format by adding the Rockchip |
