mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-25 21:35:53 +00:00
The Quick Start Guide is now comprised by Installing, Building and Running the Zephyr Kernel Guides. The Installing Guide contains all the procedures needed to install the required components and get access to the code. The Building Guide contains the procedure to build the kernel using a sample application. The Running Guide contains the procedures to run an application using QEMU or the Galileo 2 board. Files and folders were renamed. The toctree directives were updated to reflect the new names. Change-Id: I4398befd4a24b12a50970c21a5288afa5c533fc8 Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com>
31 lines
876 B
ReStructuredText
31 lines
876 B
ReStructuredText
.. _quick_start:
|
|
|
|
Quick Start Guide
|
|
#################
|
|
|
|
Follow this guide to install the Zephyr development environment on your
|
|
development system and to build the |codename| on the supported platforms.
|
|
Follow the steps appropriate for your development system's operating system.
|
|
|
|
Currently, the |project| supports Linux development systems only. This guide
|
|
was tested by compiling and running the |codename|'s sample applications on
|
|
the following Linux distributions:
|
|
|
|
* Ubuntu 14.04 LTS 64 bit
|
|
* Fedora 22 64 bit
|
|
|
|
Use these procedures only to create a new development
|
|
environment. Do not use them to update an existing environment. They do
|
|
not account for file hierarchy changes that may occur from release to
|
|
release.
|
|
|
|
Perform the steps in the installation procedures in the order they
|
|
appear.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
installing.rst
|
|
building.rst
|
|
running.rst
|