From 7fda73f03cedf396c00359323372aa2245b2fd46 Mon Sep 17 00:00:00 2001 From: David Connelly <47538830+dconn-sifive@users.noreply.github.com> Date: Mon, 1 Jun 2020 13:56:32 -0400 Subject: [PATCH] Add freedom-devicetree-tools dependencies to README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 141e1c0a8..9f8ac2875 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,21 @@ machine: [Segger J-Link Software Downloads](https://www.segger.com/downloads/jlink#J-LinkSoftwareAndDocumentationPack) +##### Install freedom-devicetree-tools dependencies + +The example programs within freedom-e-sdk rely on built binaries from the freedom-devicetree-tools repository, +which is included as a submodule within the freedom-e-sdk repository. +These binaries are required to be built and added to your `$PATH` before any freedom-e-sdk software examples can be compiled. +To build the freedom-devicetree-tools binaries, follow these steps: + +``` +cd /path/to/freedom-e-sdk/freedom-devicetree-tools +./configure +make +``` + +Then add `/path/to/freedom-e-sdk/freedom-devicetree-tools` to your $PATH. + #### Cloning the Repository #### This repository can be cloned by running the following commands: