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