diff options
author | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2015-02-18 17:24:53 +0000 |
---|---|---|
committer | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2015-03-10 11:14:21 +0000 |
commit | 4da85bb06ec369be101f3c92310bae42ff4ee5cb (patch) | |
tree | af59a3b8dbf0789cf70b7200480d88f2eead8183 | |
parent | 1b578596519fd36d371a407f508f6b6247962318 (diff) |
User guide: Add dependency on libssl-dev for cert_create tool
The 'libssl-dev' package must be installed on the host to build the
certificate generation tool. This patch adds it to the list of
required tools in the User Guide.
Change-Id: I018381fb14b7c2d2bd6f2b7929aaad0571f7eb2e
-rw-r--r-- | docs/user-guide.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/user-guide.md b/docs/user-guide.md index 1badc0c8..b1e123c2 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -59,6 +59,9 @@ The following tools are required to use the ARM Trusted Firmware: wget http://releases.linaro.org/14.07/components/toolchain/binaries/gcc-linaro-aarch64-none-elf-4.9-2014.07_linux.tar.xz tar -xf gcc-linaro-aarch64-none-elf-4.9-2014.07_linux.tar.xz +* `libssl-dev` package to build the certificate generation tool when support + for Trusted Board Boot is needed. + * (Optional) For debugging, ARM [Development Studio 5 (DS-5)][DS-5] v5.20. |