support.html 4.3 KB

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