From c398ea17f511f7fe70178d8a95f25aef8ae3599f Mon Sep 17 00:00:00 2001 From: Usama Arif Date: Wed, 14 Oct 2020 17:26:58 +0100 Subject: [PATCH] arm-bsp/docmumentation: Add information about tc0 This includes an overview as well as build and run instructions for the tc0 software stack. Change-Id: I9abfc7d6dffc68da2a2cd4ceda82bec6bc5fcb10 Signed-off-by: Usama Arif Signed-off-by: Jon Mason --- meta-arm-bsp/documentation/tc0.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 meta-arm-bsp/documentation/tc0.md diff --git a/meta-arm-bsp/documentation/tc0.md b/meta-arm-bsp/documentation/tc0.md new file mode 100644 index 00000000..694e0675 --- /dev/null +++ b/meta-arm-bsp/documentation/tc0.md @@ -0,0 +1,29 @@ +# TC0 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 TC0 platform with detailed instructions for +syncing and building the source code and running on TC0 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/tc0/user-guide.rst + +## Building +In the local.conf file, MACHINE should be set as follows: +MACHINE = "tc0" + +To build the required binaries for tc0, run the commmand for the required image, +for e.g for core-image-minimal: +```bash$ bitbake core-image-minimal``` + +## Running +To run the produced binaries in a TC0 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/tc0/user-guide.rst +