[PATCH v1 4/5] rockchip: evb_rk3229: Update/fix README

Jerome Forissier jerome.forissier at linaro.org
Mon Jul 17 15:42:35 CEST 2023



On 7/16/23 10:10, Alex Bee wrote:
> This updates the evb_rk3229's README on howto create / use the FIT image
> created by binman.
> Also fix some wrong paths and update filenames which have changed in recent
> upstream optee-os versions.
> 
> Signed-off-by: Alex Bee <knaerzche at gmail.com>
> ---
>  board/rockchip/evb_rk3229/README | 72 +++++++++++++++++++++-----------
>  1 file changed, 48 insertions(+), 24 deletions(-)
> 
> diff --git a/board/rockchip/evb_rk3229/README b/board/rockchip/evb_rk3229/README
> index 9068225e27..e4c88bac06 100644
> --- a/board/rockchip/evb_rk3229/README
> +++ b/board/rockchip/evb_rk3229/README
> @@ -13,25 +13,23 @@ Compile the OP-TEE
>  
>    > cd optee_os
>    > make clean
> -  > make CROSS_COMPILE_ta_arm32=arm-none-eabi- PLATFORM=rockchip-rk322x
> -  Get tee.bin in this step, copy it to U-Boot root dir:
> -  > cp out/arm-plat-rockchip/core/tee-pager.bin ../u-boot/tee.bin
> +  > make CROSS_COMPILE=arm-none-eabi- PLATFORM=rockchip-rk322x
> +  Get tee-pager_v2.bin in this step, copy it to U-Boot root dir:
> +  > cp out/arm-plat-rockchip/core/tee-pager_v2.bin ../u-boot/tee.bin

Since OP-TEE 3.21.0, there is a tee-raw.bin file. I recommend using it
instead of tee-pager_v2.bin. Technically they are identical when the OP-TEE
"pager" feature is disabled, but the name makes more sense.

-- 
Jerome


More information about the U-Boot mailing list