diff options
author | Bipin Ravi <bipin.ravi@arm.com> | 2023-05-16 22:22:08 +0200 |
---|---|---|
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2023-05-16 22:22:08 +0200 |
commit | 08d7a101576c2e66749233b6ee8b3db352d1ee82 (patch) | |
tree | 7498ec40a3b90cf098f2c3fd2a79b1ce8bfd924e /docs/getting_started | |
parent | 2834bc6b83d94a50c82ebedd65288aa15678094a (diff) | |
parent | 0d7e702e4f4da53aa55f9472d96faaa5164cd5c7 (diff) | |
download | arm-trusted-firmware-master.tar.gz |
Merge "docs(prerequisites): update software and libraries prerequisites" into integrationHEADmasterintegration
Diffstat (limited to 'docs/getting_started')
-rw-r--r-- | docs/getting_started/prerequisites.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/getting_started/prerequisites.rst b/docs/getting_started/prerequisites.rst index a3f8cc850..f4c3c28c4 100644 --- a/docs/getting_started/prerequisites.rst +++ b/docs/getting_started/prerequisites.rst @@ -14,7 +14,7 @@ Build Host |TF-A| can be built using either a Linux or a Windows machine as the build host. A relatively recent Linux distribution is recommended for building |TF-A|. We -have performed tests using Ubuntu 20.04 LTS (64-bit) but other distributions +have performed tests using Ubuntu 22.04 LTS (64-bit) but other distributions should also work fine as a base, provided that the necessary tools and libraries can be installed. @@ -77,11 +77,11 @@ supporting tools: The following libraries are required for Trusted Board Boot and Measured Boot support: -- mbed TLS == 2.28.1 (tag: ``mbedtls-2.28.1``) +- mbed TLS == 3.4.0 (tag: ``mbedtls-3.4.0``) These tools are optional: -- Device Tree Compiler (DTC) >= 1.4.6 +- Device Tree Compiler (DTC) >= 1.4.7 Needed if you want to rebuild the provided Flattened Device Tree (FDT) source files (``.dts`` files). DTC is available for Linux through the package |