[U-Boot] [PATCH 2/5] doc: rockchip: use idbloader.img for rk3288
Kever Yang
kever.yang at rock-chips.com
Tue Sep 3 03:08:05 UTC 2019
Hi Matwey,
Could you merge patch 2/3/5 into one patch? I think they are the
one update for
the same reason, no need to split into 3 patches.
Thanks,
- Kever
On 2019/8/24 上午1:29, Matwey V. Kornilov wrote:
> Makefile now produces ready-to-deploy idbloader.img file.
>
> Signed-off-by: Matwey V. Kornilov <matwey.kornilov at gmail.com>
> ---
> doc/README.rockchip | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/doc/README.rockchip b/doc/README.rockchip
> index 7d4dc1b33b..6e58cfde49 100644
> --- a/doc/README.rockchip
> +++ b/doc/README.rockchip
> @@ -276,9 +276,7 @@ As of now TPL is added on Vyasa-RK3288 board.
>
> To write an image that boots from an SD card (assumed to be /dev/mmcblk0):
>
> - ./tools/mkimage -n rk3288 -T rksd -d ./tpl/u-boot-tpl.bin out &&
> - cat ./spl/u-boot-spl-dtb.bin >> out &&
> - sudo dd if=out of=/dev/mmcblk0 seek=64 &&
> + sudo dd if=idbloader.img of=/dev/mmcblk0 seek=64 &&
> sudo dd if=u-boot-dtb.img of=/dev/mmcblk0 seek=16384
>
> Booting from an SD card on RK3188
More information about the U-Boot
mailing list