Skip to content

Commit 0cd9f3f

Browse files
nashifAnas Nashif
authored andcommitted
doc: also require dtc to be installed for linux
Signed-off-by: Anas Nashif <[email protected]>
1 parent d1ef064 commit 0cd9f3f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/getting_started/installation_linux.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Install the required packages in a Ubuntu host system with:
5555
.. code-block:: console
5656
5757
$ sudo apt-get install git make gcc g++ python3-ply ncurses-dev \
58-
python3-yaml python2.7 dfu-util
58+
python3-yaml dfu-util dtc
5959
6060
Install the required packages in a Fedora host system with:
6161

@@ -64,7 +64,7 @@ Install the required packages in a Fedora host system with:
6464
$ sudo dnf group install "Development Tools"
6565
$ sudo dnf install git make gcc glibc-static \
6666
libstdc++-static python3-ply ncurses-devel \
67-
python-yaml python2 dfu-util
67+
python-yaml dfu-util dtc
6868
6969
.. _zephyr_sdk:
7070

@@ -87,6 +87,8 @@ following architectures:
8787

8888
* :abbr:`NIOS II`
8989

90+
* :abbr:`Xtensa`
91+
9092
Follow these steps to install the SDK on your Linux host system.
9193

9294
#. Download the latest SDK self-extractable binary.

0 commit comments

Comments
 (0)