Skip to content

Commit 746706d

Browse files
ECouzensAnas Nashif
authored andcommitted
doc: Update Linux environment setup and supported OSes
Updated supported OSes to Fedora 25 and Ubuntu 16.04 LTS Updated Zephyr SDK package name to reflect actual name ZEP-1480 Change-Id: If7d79785009db8eb50028ff664ac7fc26eff79b5 Signed-off-by: Evan Couzens <[email protected]> (cherry picked from commit cc76bdf)
1 parent d626dc9 commit 746706d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/getting_started/installation_linux.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This section describes how to set up a Linux development system.
88
After completing these steps, you will be able to compile and run your Zephyr
99
applications on the following Linux distributions:
1010

11-
* Ubuntu 14.04 LTS 64-bit
12-
* Fedora 22 64-bit
11+
* Ubuntu 16.04 LTS 64-bit
12+
* Fedora 25 64-bit
1313

1414
Where needed, alternative instructions are listed for Ubuntu and Fedora.
1515

@@ -108,9 +108,9 @@ Follow these steps to install the SDK on your Linux host system.
108108

109109
.. code-block:: console
110110
111-
$ chmod +x zephyr-sdk-<version>-i686-setup.run
111+
$ chmod +x zephyr-sdk-<version>-setup.run
112112
113-
$ ./zephyr-sdk-<version>-i686-setup.run
113+
$ ./zephyr-sdk-<version>-setup.run
114114
115115
There is no need for `sudo` if the SDK is installed in the current
116116
user's home directory.

0 commit comments

Comments
 (0)