Changes between Version 1 and Version 2 of venice/tee


Ignore:
Timestamp:
10/19/2021 09:34:25 PM (20 months ago)
Author:
Tim Harvey
Comment:

update instructions for imx-optee-os lf-5.10.52_2.1.0 branch

Legend:

Unmodified
Added
Removed
Modified
  • venice/tee

    v1 v2  
    7777{{{#!bash
    7878# build imx-optee-os and copy tee.bin to the U-Boot build dir
    79 git clone https://source.codeaurora.org/external/imx/imx-optee-os -b rel_imx_5.4.70_2.3.2 # lf-5.10.52_2.1.0
     79git clone https://source.codeaurora.org/external/imx/imx-optee-os -b lf-5.10.52_2.1.0
    8080(cd imx-optee-os; rm -rf build*; ARCH=arm ./scripts/nxp_build.sh mx8mmevk && cp build.mx8mmevk/tee.bin ../u-boot)
    8181}}}