summaryrefslogtreecommitdiffstats
path: root/doc/build/source.rst
blob: 470f7939857e97309d0e66116d6d321075ee924a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Obtaining the source
=====================

The source of the U-Boot project is maintained in a Git repository.

You can download the source via

.. code-block:: bash

    git clone https://source.denx.de/u-boot/u-boot.git

A mirror of the source is maintained on Github

.. code-block:: bash

    git clone https://github.com/u-boot/u-boot

The released versions are available as tags which use the naming scheme::

    v<year>.<month>

Release candidates are named::

    v<year>.<month>-rc<number>

To checkout the October 2020 release you would use:

.. code-block:: bash

    git checkout v2020.10