commit | 16328060ce764d24f10c436fe493bbecc27fd9d5 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Wed Feb 17 10:22:25 2021 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Feb 17 23:00:56 2021 +0100 |
tree | c0ea6be72d8711bfb5019d04c07d3fb268ef74fe | |
parent | 9c609007b049d066da620b675d27669c111eed90 [diff] |
Add support for NXP i.MX8MQ EVK Adds support for the NXP® i.MX 8MQuad Evaluation Kit (EVK) using the same standard buildroot setup as for the other platforms here. The flash-image target (part of the all target) produces a out/boot.img which can be copied to a SD card using the command: dd if=out/boot.img of=/dev/sdX bs=1M conv=fsync Where 'X' has to be adjusted to the device of the SD card when connected to the host system. ****** Please be careful to choose the correct device ****** ****** or there's a risk of damaging the host system. ****** Acked-by: Joakim Bech <joakim.bech@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers