Changes between Version 1 and Version 2 of venice/tee
- Timestamp:
- 10/19/2021 09:34:25 PM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
venice/tee
v1 v2 77 77 {{{#!bash 78 78 # 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.079 git clone https://source.codeaurora.org/external/imx/imx-optee-os -b lf-5.10.52_2.1.0 80 80 (cd imx-optee-os; rm -rf build*; ARCH=arm ./scripts/nxp_build.sh mx8mmevk && cp build.mx8mmevk/tee.bin ../u-boot) 81 81 }}}