download.html 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. <!--#include file="header.html" -->
  2. <div class="container">
  3. <div class="row nh">
  4. <div class="col-lg-10 col-lg-offset-1 col-md-12 col-sm-12 col-xs-12">
  5. <div class="panel panel-primary">
  6. <div class="panel-heading">Download</div>
  7. <div class="panel-body">
  8. <h3 style="text-align: center;">Latest long term support release: <b>2020.02.8</b></h3>
  9. <div class="row mt centered">
  10. <div class="col-sm-6">
  11. <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
  12. <div class="flipper">
  13. <div class="front">
  14. <a href="/downloads/buildroot-2020.02.8.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
  15. </div>
  16. <div class="back">
  17. <a href="/downloads/buildroot-2020.02.8.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
  18. </div>
  19. </div>
  20. </div>
  21. <h3><a href="/downloads/buildroot-2020.02.8.tar.gz">buildroot-2020.02.8.tar.gz</a></h3>
  22. <p><a href="/downloads/buildroot-2020.02.8.tar.gz.sign">PGP signature</a></p>
  23. </div>
  24. <div class="col-sm-6">
  25. <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
  26. <div class="flipper">
  27. <div class="front">
  28. <a href="/downloads/buildroot-2020.02.8.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
  29. </div>
  30. <div class="back">
  31. <a href="/downloads/buildroot-2020.02.8.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
  32. </div>
  33. </div>
  34. </div>
  35. <h3><a href="/downloads/buildroot-2020.02.8.tar.bz2">buildroot-2020.02.8.tar.bz2</a></h3>
  36. <p><a href="/downloads/buildroot-2020.02.8.tar.bz2.sign">PGP signature</a></p>
  37. </div>
  38. </div>
  39. <h3 style="text-align: center;">Latest stable release: <b>2020.11</b></h3>
  40. <div class="row mt centered">
  41. <div class="col-sm-6">
  42. <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
  43. <div class="flipper">
  44. <div class="front">
  45. <a href="/downloads/buildroot-2020.11.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
  46. </div>
  47. <div class="back">
  48. <a href="/downloads/buildroot-2020.11.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
  49. </div>
  50. </div>
  51. </div>
  52. <h3><a href="/downloads/buildroot-2020.11.tar.gz">buildroot-2020.11.tar.gz</a></h3>
  53. <p><a href="/downloads/buildroot-2020.11.tar.gz.sign">PGP signature</a></p>
  54. </div>
  55. <div class="col-sm-6">
  56. <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
  57. <div class="flipper">
  58. <div class="front">
  59. <a href="/downloads/buildroot-2020.11.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
  60. </div>
  61. <div class="back">
  62. <a href="/downloads/buildroot-2020.11.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
  63. </div>
  64. </div>
  65. </div>
  66. <h3><a href="/downloads/buildroot-2020.11.tar.bz2">buildroot-2020.11.tar.bz2</a></h3>
  67. <p><a href="/downloads/buildroot-2020.11.tar.bz2.sign">PGP signature</a></p>
  68. </div>
  69. </div>
  70. <!--
  71. <h3 style="text-align: center;">Latest release candidate: <b>2020.11-rc3</b></h3>
  72. <div class="row mt centered">
  73. <div class="col-sm-6">
  74. <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
  75. <div class="flipper">
  76. <div class="front">
  77. <a href="/downloads/buildroot-2020.11-rc3.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
  78. </div>
  79. <div class="back">
  80. <a href="/downloads/buildroot-2020.11-rc3.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
  81. </div>
  82. </div>
  83. </div>
  84. <h3><a href="/downloads/buildroot-2020.11-rc3.tar.gz">buildroot-2020.11-rc3.tar.gz</a></h3>
  85. <p><a href="/downloads/buildroot-2020.11-rc3.tar.gz.sign">PGP signature</a></p>
  86. </div>
  87. <div class="col-sm-6">
  88. <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
  89. <div class="flipper">
  90. <div class="front">
  91. <a href="/downloads/buildroot-2020.11-rc3.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
  92. </div>
  93. <div class="back">
  94. <a href="/downloads/buildroot-2020.11-rc3.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
  95. </div>
  96. </div>
  97. </div>
  98. <h3><a href="/downloads/buildroot-2020.11-rc3.tar.bz2">buildroot-2020.11-rc3.tar.bz2</a></h3>
  99. <p><a href="/downloads/buildroot-2020.11-rc3.tar.bz2.sign">PGP signature</a></p>
  100. </div>
  101. </div>
  102. -->
  103. This and earlier releases (and their PGP signatures) can always be downloaded from
  104. <a href="/downloads/">http://buildroot.net/downloads/</a>.
  105. </div>
  106. </div>
  107. <div class="panel panel-primary">
  108. <div class="panel-heading">Source code</div>
  109. <div class="panel-body">
  110. <div class="row">
  111. <div class="col-sm-7">
  112. <div class="panel panel-success">
  113. <div class="panel-heading">Repository</div>
  114. <div class="panel-body">
  115. <P>The buildroot repository can be browsed online through cgit at
  116. <a href="http://git.buildroot.net/buildroot/">http://git.buildroot.net/buildroot</a>.
  117. To grab a copy of the repository use</p>
  118. <div class="input-group" style="width: 100%;">
  119. <input class="form-control" style="width: 85%;" id="giturl"
  120. value="git clone git://git.buildroot.net/buildroot" type="text" readonly></input>
  121. <span class="input-group-button">
  122. <button class="btn pull-right" type="button" data-clipboard-target="#giturl"
  123. data-toggle="tooltip" data-placement="bottom" data-trigger="manual" title="Copied!">
  124. <img class="clippy" src="images/clippy.svg" alt="Copy to clipboard" width="13">
  125. </button>
  126. </span>
  127. </div><br>
  128. <p>
  129. Or if you're behind a firewall blocking git:
  130. </p>
  131. <div class="input-group" style="width: 100%;">
  132. <input class="form-control" style="width: 85%;" id="giturlhttps"
  133. value="git clone https://git.buildroot.net/buildroot" type="text" readonly></input>
  134. <span class="input-group-button">
  135. <button class="btn pull-right" type="button" data-clipboard-target="#giturlhttps"
  136. data-toggle="tooltip" data-placement="bottom" data-trigger="click" title="Copied!">
  137. <img class="clippy" src="images/clippy.svg" alt="Copy to clipboard" width="13">
  138. </button>
  139. </span>
  140. </div><br>
  141. <p>
  142. Please use the native git protocol if at all possible, as it's a lot
  143. more efficient than HTTP.
  144. <p>
  145. If you are not already familiar with using Git, we recommend you visit <a
  146. href="http://git-scm.org">the Git website</a>.
  147. <p>
  148. Once you've checked out a copy of the source tree, you can update your source
  149. tree at any time so it is in sync with the latest and greatest by entering your
  150. buildroot directory and running the command:
  151. <pre>
  152. git pull
  153. </pre>
  154. Because you've only been granted anonymous access to the tree, you won't be
  155. able to push your changes to the repo. Changes can instead be submitted for
  156. inclusion by posting them to the buildroot mailing list.
  157. </div>
  158. </div>
  159. </div>
  160. <div class="col-sm-5">
  161. <div class="panel panel-default ">
  162. <div class="panel-heading">Tarballs</div>
  163. <div class="panel-body">
  164. You can also obtain daily snapshots of the latest Buildroot source tree if you
  165. want to follow development, but cannot or do not wish to use Git.
  166. <ul>
  167. <li>You can download the
  168. <a href="downloads/snapshots/buildroot-snapshot.tar.bz2">latest snapshot
  169. </a> or view recent <a href="downloads/snapshots/">daily snapshots</a>.
  170. </li>
  171. <li>You can also <a href="http://git.buildroot.net/buildroot">browse the
  172. source tree online</a>.
  173. </li>
  174. </ul>
  175. <p>
  176. Older versions can be downloaded from <a href="/downloads/">the release archive</a>.
  177. </p>
  178. </div>
  179. </div>
  180. </div>
  181. </div>
  182. </div>
  183. </div>
  184. </div><!--/.col-sm-10 -->
  185. </div><!--/.row -->
  186. </div>
  187. <!--#include file="footer.html" -->