File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ Install the required packages in a Ubuntu host system with:
55
55
.. code-block :: console
56
56
57
57
$ 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
59
59
60
60
Install the required packages in a Fedora host system with:
61
61
@@ -64,7 +64,7 @@ Install the required packages in a Fedora host system with:
64
64
$ sudo dnf group install "Development Tools"
65
65
$ sudo dnf install git make gcc glibc-static \
66
66
libstdc++-static python3-ply ncurses-devel \
67
- python-yaml python2 dfu-util
67
+ python-yaml dfu-util dtc
68
68
69
69
.. _zephyr_sdk :
70
70
@@ -87,6 +87,8 @@ following architectures:
87
87
88
88
* :abbr: `NIOS II `
89
89
90
+ * :abbr: `Xtensa `
91
+
90
92
Follow these steps to install the SDK on your Linux host system.
91
93
92
94
#. Download the latest SDK self-extractable binary.
You can’t perform that action at this time.
0 commit comments