Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Fdt dependencies to readme #506

Open
wants to merge 1 commit into
base: v20.05-branch
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down