Changes between Version 3 and Version 4 of venice/tee
- Timestamp:
- 10/20/2021 05:24:45 PM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
venice/tee
v3 v4 79 79 # build imx-optee-os and copy tee.bin to the U-Boot build dir 80 80 git clone https://source.codeaurora.org/external/imx/imx-optee-os -b lf-5.10.52_2.1.0 81 (cd imx-optee-os; rm -rf build*; ARCH=arm ./scripts/nxp_build.sh mx8mmevk && cp build.mx8mmevk/tee.bin ../u-boot) 81 cd imx-optee-os 82 rm -rf build* 83 ARCH=arm ./scripts/nxp_build.sh imx-mx8mmevk && cp build.imx-mx8mmevk/tee-imx-mx8mmevk.bin ../u-boot/tee.bin 82 84 }}} 83 85 * rebuild ATF and copy bl31.bin to your U-Boot build dir