From b974920efac9064d45ca989b1a297cee70ac0fe3 Mon Sep 17 00:00:00 2001 From: Joakim Bech <joakim.bech@linaro.org> Date: Wed, 4 Jan 2017 13:24:50 +0100 Subject: [PATCH] Add mtk8173.md Signed-off-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Igor Opaniuk <igor.opaniuk@linaro.org> --- devices/mtk8173.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 devices/mtk8173.md diff --git a/devices/mtk8173.md b/devices/mtk8173.md new file mode 100644 index 0000000..be1a2e1 --- /dev/null +++ b/devices/mtk8173.md @@ -0,0 +1,25 @@ +# OP-TEE on MediaTek 8173 EVB + +# Contents +1. [Introduction](#1-introduction) +2. [Regular build](#2-regular-build) +3. [External guide](#3-external-guide) + +# 1. Introduction +The instructions here will tell how to run OP-TEE using the MTK1873 device. + +# 2. Regular build +Start by following the "Get and build the solution" in the [README.md] file. +When everything has been built and it is booting up, it will stop in fastboot +waiting for the binaries. At that point, press reset button and the flashing +procedure should begin. + +# 3. External guide +A MediaTek engineer (Howard Chen) has put detailed descriptions on how to +connect the device etc in his [MTK8173 Getting Started] guide. That page also +contains information about how to upgrade the firmware etc. There is also a +link for how to run OP-TEE. We **don't** recommend that you follow that, since +that guide is very old and has been superseded by this particular guide. + +[README.md]: https://github.com/OP-TEE/build/README.md +[MTK8173 Getting Started]: https://github.com/ibanezchen/linux-8173/wiki -- GitLab