support.html 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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">Support</div>
  7. <div class="panel-body">
  8. <p>You can get support for Buildroot through three main channels:</p>
  9. <div class="row">
  10. <div class="col-sm-12">
  11. <div class="panel panel-primary">
  12. <div class="panel-heading">IRC</div>
  13. <div class="panel-body">
  14. <div class="row">
  15. <div class="col-sm-1">
  16. <img class="img-responsive" src="images/irc.png" style="max-width:50px; margin-bottom:10px;">
  17. </div>
  18. <div class="col-sm-11">
  19. <p>The Buildroot IRC channel is <a href="irc://irc.oftc.net/#buildroot">
  20. #buildroot</a>, hosted on OFTC. If you do not have an IRC client, you can
  21. use the <a href="https://www.oftc.net/WebChat/">OFTC web interface</a>. The
  22. channel is also bridged to matrix as <a href="https://matrix.to/#/#_oftc_#buildroot:matrix.org">
  23. #_oftc_#buildroot:matrix.org</a>.
  24. When asking for help on IRC, share relevant logs or pieces of code using a code
  25. sharing website.</p>
  26. <p>Note that due to excessive spamming on IRC, you can only talk in the
  27. channel if you are a registered user with
  28. <a href="https://www.oftc.net/Services/">OFTC NickServ</a>
  29. service. Follow the instructions to register as a user with a password,
  30. and then join the <code>#buildroot</code> channel.</p>
  31. </div>
  32. </div>
  33. </div>
  34. </div>
  35. </div>
  36. <div class="col-sm-12">
  37. <div class="panel panel-primary">
  38. <div class="panel-heading">Mailing List Information</div>
  39. <div class="panel-body">
  40. <div class="row">
  41. <div class="col-sm-1">
  42. <img class="img-responsive" src="images/email.png" style="max-width:50px; margin-bottom:10px;">
  43. </div>
  44. <div class="col-sm-11">
  45. <p>The mailing list is for discussion and
  46. development. You can subscribe by visiting
  47. <a href="http://lists.buildroot.org/mailman/listinfo/buildroot">this
  48. page</a>. Only subscribers to the Buildroot
  49. mailing list are allowed to post to this
  50. list. Archives are available
  51. from <a href="/lists/buildroot/">Mailman</a>
  52. and <a href="https://lore.kernel.org/buildroot/">lore.kernel.org</a>.
  53. <h4>Search the List Archives</h4>
  54. <p>Please search the mailing list archives before asking questions on the mailing
  55. list, since there is a good chance someone else has asked the same question
  56. before.</p>
  57. <form method="get" action="https://lore.kernel.org/buildroot/">
  58. <input type="text" name="q">
  59. <button type="submit" class="btn btn-default">Submit</button>
  60. </form>
  61. </div>
  62. </div>
  63. </div>
  64. </div>
  65. </div>
  66. <div class="col-sm-12">
  67. <div class="panel panel-primary">
  68. <div class="panel-heading">Bug Tracker</div>
  69. <div class="panel-body">
  70. <div class="row">
  71. <div class="col-sm-1">
  72. <img class="img-responsive" src="images/bug-buddy.png" style="max-width:50px; margin-bottom:10px;">
  73. </div>
  74. <div class="col-sm-11">
  75. <p>If you think you found a bug in Buildroot, you can use the
  76. <a href="https://gitlab.com/buildroot.org/buildroot/-/issues">Bug Tracker</a> to post your bugs and/or
  77. participate to find solutions to existing problems.</p>
  78. <p>Note: patches are only accepted through the mailing list.</p>
  79. </div>
  80. </div>
  81. </div>
  82. </div>
  83. </div>
  84. </div>
  85. </div>
  86. </div>
  87. <div class="panel panel-primary">
  88. <div class="panel-heading">Commercial support</div>
  89. <div class="panel-body">
  90. <p>In addition, the following companies are able to provide commercial
  91. support. Only companies heavily involved in Buildroot maintenance and
  92. community are listed here.</p>
  93. <div class="row">
  94. <div class="col-sm-12">
  95. <center>
  96. <a href="https://bootlin.com/engineering/">
  97. <img src="images/bootlin-logo.png" style="max-width:200px; margin-right:40px;"/>
  98. </a>
  99. <a href="https://mind.be/services/buildroot.html">
  100. <img src="images/mind-logo.png" style="max-width:200px; margin-right:40px;"/>
  101. </a>
  102. <a href="https://www.smile.eu/en/offers/embedded-iot">
  103. <img src="images/smile-logo.png" style="max-width:200px; margin-right:40px;"/>
  104. </a>
  105. <a href="https://www.amarulasolutions.com/services/integrated-system/">
  106. <img src="images/amarula-solutions-logo.png" style="max-width:200px; margin-right:40px;"/>
  107. </a>
  108. </center>
  109. </div>
  110. </div>
  111. </div>
  112. </div>
  113. </div><!--/.col-sm-10 -->
  114. </div><!--/.row -->
  115. </div>
  116. <!--#include file="footer.html" -->