diff mbox series

[U-Boot,v2,3/3] doc: lion_rk3368: use idbloader.img for rk3368

Message ID 20190903162903.4778-4-matwey.kornilov@gmail.com
State Accepted
Commit 326b2624192336c99ba18d5151b51d0c07c23193
Delegated to: Kever Yang
Headers show
Series Introduce idbloader.img target for Makefile | expand

Commit Message

Matwey V. Kornilov Sept. 3, 2019, 4:29 p.m. UTC
Makefile now produces ready-to-deploy idbloader.img file.

Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com>
---
 board/theobroma-systems/lion_rk3368/README | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Comments

Kever Yang Sept. 5, 2019, 12:52 a.m. UTC | #1
On 2019/9/4 上午12:29, Matwey V. Kornilov wrote:
> Makefile now produces ready-to-deploy idbloader.img file.
>
> Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com>

Reviewed-by: Kever Yang<kever.yang@rock-chips.com>

Thanks,
- Kever

> ---
>   board/theobroma-systems/lion_rk3368/README | 4 +---
>   1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/board/theobroma-systems/lion_rk3368/README b/board/theobroma-systems/lion_rk3368/README
> index 83e4332984..ad3ac93bd4 100644
> --- a/board/theobroma-systems/lion_rk3368/README
> +++ b/board/theobroma-systems/lion_rk3368/README
> @@ -18,8 +18,6 @@ Build the TPL/SPL stage
>   =======================
>   
>     > make CROSS_COMPILE=aarch64-unknown-elf- ARCH=arm
> -  > tools/mkimage -n rk3368 -T rksd -d tpl/u-boot-tpl.bin spl-3368.img
> -  > cat spl/u-boot-spl-dtb.bin >> spl-3368.img
>   
>   Build the full U-Boot and a FIT image including the ATF
>   =======================================================
> @@ -35,7 +33,7 @@ Copy the SPL to offset 32k and the FIT image containing the payloads
>   SD-Card
>   -------
>   
> -  > dd if=spl-3368.img of=/dev/sdb seek=64
> +  > dd if=idbloader.img of=/dev/sdb seek=64
>     > dd if=u-boot.itb of=/dev/sdb seek=512
>   
>   eMMC
diff mbox series

Patch

diff --git a/board/theobroma-systems/lion_rk3368/README b/board/theobroma-systems/lion_rk3368/README
index 83e4332984..ad3ac93bd4 100644
--- a/board/theobroma-systems/lion_rk3368/README
+++ b/board/theobroma-systems/lion_rk3368/README
@@ -18,8 +18,6 @@  Build the TPL/SPL stage
 =======================
 
   > make CROSS_COMPILE=aarch64-unknown-elf- ARCH=arm
-  > tools/mkimage -n rk3368 -T rksd -d tpl/u-boot-tpl.bin spl-3368.img
-  > cat spl/u-boot-spl-dtb.bin >> spl-3368.img
 
 Build the full U-Boot and a FIT image including the ATF
 =======================================================
@@ -35,7 +33,7 @@  Copy the SPL to offset 32k and the FIT image containing the payloads
 SD-Card
 -------
 
-  > dd if=spl-3368.img of=/dev/sdb seek=64
+  > dd if=idbloader.img of=/dev/sdb seek=64
   > dd if=u-boot.itb of=/dev/sdb seek=512
 
 eMMC