source.rst 603 B

123456789101112131415161718192021222324252627282930
  1. Obtaining the source
  2. =====================
  3. The source of the U-Boot project is maintained in a Git repository.
  4. You can download the source via
  5. .. code-block:: bash
  6. git clone https://gitlab.denx.de/u-boot/u-boot.git
  7. A mirror of the source is maintained on Github
  8. .. code-block:: bash
  9. git clone https://github.com/u-boot/u-boot
  10. The released versions are available as tags which use the naming scheme::
  11. v<year>.<month>
  12. Release candidates are named::
  13. v<year>.<month>-rc<number>
  14. To checkout the October 2020 release you would use:
  15. .. code-block:: bash
  16. git checkout v2020.10