1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-04-23 00:19:05 +00:00
Files
meta-arm/meta-arm-bsp/documentation/tc1.md
Usama Arif e8c1001068 arm-bsp/tc1: Add support for new TC1 platform
The same patches are used by tc0 and tc1. Hence rename the folders
that contain the Total Compute patches to be called "tc". The
artifacts image is used by both tc0 and tc1, hence renamed to
tc-artifacts-image.

Signed-off-by: Usama Arif <usama.arif@arm.com>
Change-Id: Ib0b4fbca9a009c432c1e6696c5437a7d24a25d1f
Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-08-16 11:16:05 -04:00

1.4 KiB

TC1 Platform Support in meta-arm-bsp

Overview

The Total Compute platform provides an envelope for all of Arm's latest IP and software solutions, optimised to work together. Further information can be found on the Total Compute community page: https://community.arm.com/developer/tools-software/oss-platforms/w/docs/606/total-compute

The user guide for TC1 platform with detailed instructions for syncing and building the source code and running on TC1 Fixed Virtual Platform for poky and android distributions is available at: https://git.linaro.org/landing-teams/working/arm/arm-reference-platforms.git/tree/docs/tc1/user-guide.rst

Building

In the local.conf file, MACHINE should be set as follows: MACHINE = "tc1"

To build the required binaries for tc1, run the commmand: bash$ bitbake tc-artifacts-image

Trusted-firmware-a is the final component to be built with the rest of the components dependent of it, therefore building tc-artifacts-image which depends on trusted-firmware-a will build all the required binaries.

Running

To run the produced binaries in a TC1 Fixed Virtual Platform please get the run scripts at: https://git.linaro.org/landing-teams/working/arm/model-scripts.git/

and follow the instructions in the user-guide.rst available in: https://git.linaro.org/landing-teams/working/arm/arm-reference-platforms.git/tree/docs/tc1/user-guide.rst