My static website generator using poole https://www.xythobuz.de
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

yasab.html 8.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>YASAB AVR Bootloader - xythobuz.org</title>
  6. <meta name="description" content="Yet another simple AVR Bootloader with Upload Software for Unix and Android." />
  7. <meta name="keywords" content="xythobuz" />
  8. <link rel="author" href="/xythobuz@me.com">
  9. <link rel="shortcut icon" href="/img/favicon.ico">
  10. <script type="text/javascript" src="/js/sh_main.js"></script>
  11. <link type="text/css" rel="stylesheet" href="/css/sh_bright.min.css" />
  12. <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
  13. <link rel="alternate" type="application/rss+xml" title="Blog" href="/rss.xml">
  14. <link rel="stylesheet" href="/css/gh-fork-ribbon.css" />
  15. <link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'>
  16. <script type='text/javascript'>
  17. /* <![CDATA[ */
  18. (function() {
  19. var s = document.createElement('script');
  20. var t = document.getElementsByTagName('script')[0];
  21. s.type = 'text/javascript';
  22. s.async = true;
  23. s.src = '//api.flattr.com/js/0.6/load.js?mode=auto&uid=xythobuz&category=text';
  24. t.parentNode.insertBefore(s, t);
  25. })();
  26. /* ]]> */
  27. </script>
  28. </head>
  29. <body onload="sh_highlightDocument('/js/sh/', '.min.js');">
  30. <div class="github-fork-ribbon-wrapper right">
  31. <div class="github-fork-ribbon"><a href="
  32. https://github.com/xythobuz/yasab
  33. ">Fork me on GitHub</a></div></div>
  34. <div id="header">
  35. <h1>xythobuz.org</h1>
  36. <h2>YASAB AVR Bootloader</h2>
  37. </div>
  38. <div id="lang"><span id="lang2">Translation:
  39. <a href='yasab.de.html'>de</a> | <a href='yasab.html'>en</a>
  40. </span></div>
  41. <div class="colmask leftmenu"><div class="colleft">
  42. <div class="content">
  43. <div id="flattr">
  44. <a class="FlattrButton" href="http://www.xythobuz.org/yasab.html" title="YASAB AVR Bootloader">Yet another simple AVR Bootloader with Upload Software for Unix and Android.</a>
  45. </div>
  46. <div id="twitter">
  47. <a href="https://twitter.com/share" class="twitter-share-button" data-via="xythobuz" data-dnt="true" data-related="xythobuz" data-count="vertical">Tweet</a><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
  48. </div>
  49. <div id="reddit">
  50. <script type="text/javascript">reddit_url = "http://www.xythobuz.org/yasab.html";</script>
  51. <script type="text/javascript" src="http://www.reddit.com/static/button/button2.js"></script>
  52. </div>
  53. <div id="github">
  54. <a href="https://github.com/xythobuz/yasab" class="gitforked-button gitforked-forks gitforked-watchers">Fork</a>
  55. </div>
  56. <h1>YASAB - Yet another simple AVR Bootloader</h1>
  57. <p>YASAB is a simple AVR Bootloader, written in C for the <a href="http://www.nongnu.org/avr-libc/">AVR libc</a>. A PC Program sends the data to be programmed with a simple protocol via UART to the AVR. If the bootloader was compiled for the ATmega168, 128x or 256x, it will listen on both USART0 and USART1 for serial communication attempts. <a href="https://github.com/xythobuz/yasab">The most recent source code can be found in the Github Repository</a>. The Upload software can easily be used in place of avrdude in makefiles.</p>
  58. <p>Another YASAB compatible Uploader implementation is in my <a href="https://github.com/xythobuz/xyControl/tree/master/tools/xyCopter">xyCopter Android App</a>, using <a href="/bluetooth.html">Bluetooth</a>.</p>
  59. <pre>
  60. yasab /dev/tty.usbserial-A100QOUE test.hex q
  61. Hex File Path : test.hex
  62. Minimum Address : 0x0
  63. Maximum Address : 0x61E2
  64. Data payload : 25068 bytes
  65. Pinging bootloader... Stop with CTRL+C
  66. Got response... Acknowledging...
  67. Connection established successfully!
  68. Sending target address...
  69. Sending data length...
  70. 100% (25068 / 25068) 195 page(s) written!
  71. Upload finished after 28.0 seconds.
  72. </pre>
  73. <p><a href="/img/xyCopterFirmware.png"><img alt="xyCopter Screenshot" src="/img/xyCopterFirmware_small.png" /></a></p>
  74. <div id="disqus_thread"></div>
  75. <script type="text/javascript">
  76. var disqus_shortname = "xythobuz";
  77. (function() {
  78. var dsq = document.createElement("script"); dsq.type = "text/javascript"; dsq.async = true;
  79. dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
  80. (document.getElementsByTagName("head")[0] || document.getElementsByTagName("body")[0]).appendChild(dsq);
  81. })();
  82. </script>
  83. <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
  84. <a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
  85. </div>
  86. <div class="nav">
  87. <h3>Thomas Buck</h3>
  88. <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
  89. <p id="bio">
  90. I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
  91. </p>
  92. <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
  93. <ul id="menuList">
  94. <li><a href="/index.html">Home</a></li>
  95. <li><a href="/blog.html">Blog</a></li>
  96. <li><a href="/contact.html">Contact</a></li>
  97. <li>&nbsp;</li>
  98. <li><a href="/ledcube.html">8x8x8 LED Cube</a></li>
  99. <li><a href="/yasab.html">YASAB AVR Bootloader</a></li>
  100. <li><a href="/avrnetstack.html">avrNetStack</a></li>
  101. <li><a href="/avrserial.html">AVR Serial Library</a></li>
  102. <li><a href="/serialdebug.html">Serial Debug</a></li>
  103. <li><a href="/ledmatrix.html">LED Matrix</a></li>
  104. <li><a href="/ssop28.html">SSOP28 - DIL Adapter</a></li>
  105. <li><a href="/xyrobot.html">xyRobot</a></li>
  106. <li><a href="/bluetooth.html">Bluetooth UART (BTM-222)</a></li>
  107. <li><a href="/k6x4008.html">K6x4008 SRAM</a></li>
  108. <li><a href="/xyrobotremote.html">xyRobotRemote</a></li>
  109. <li><a href="/rremote.html">rRemote</a></li>
  110. <li>&nbsp;</li>
  111. <li><a href="/c250.html">Mio C250 Unlock</a></li>
  112. <li><a href="/nas.html">IB-NAS6210 Linux</a></li>
  113. <li><a href="/ultimatenotifier.html">Ultimate Notifier Script</a></li>
  114. <li><a href="/serialhelper.html">Serial Helper</a></li>
  115. </ul>
  116. <div id="recent">
  117. Recent blog posts:
  118. <ul id="recentList">
  119. <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
  120. <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
  121. <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
  122. <li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
  123. <li class="recentList"><a href="/2013_03_10_yasab.html">xyCopter loves YASAB</a></li><li class="recentDate">2013-03-10</li>
  124. </ul>
  125. </div>
  126. </div>
  127. </div></div>
  128. <img id="dude" alt="The Dude abides..." src="/img/dude.png">
  129. <img id="walter" alt="Mark it zero!" src="/img/walter.png">
  130. <div id="footer">
  131. Built with <a href="http://bitbucket.org/obensonne/poole">Poole</a>
  132. &middot;
  133. Licensed as <a href="http://creativecommons.org/licenses/by/3.0">CC-BY</a>
  134. &middot;
  135. <a href="http://validator.w3.org/check?uri=referer">Validate HTML</a>
  136. &middot;
  137. <a href="http://jigsaw.w3.org/css-validator/validator?uri=xythobuz.org%2Fstyle.css&amp;profile=css3">Validate CSS</a>
  138. &middot;
  139. <a href="http://feed1.w3.org/check.cgi?url=http://www.xythobuz.org/rss.xml">Validate RSS</a>
  140. &middot;
  141. <a href="http://www.validome.org/google/validate?url=http://www.xythobuz.org&amp;googleTyp=SITEMAP">Validate Sitemap</a>
  142. </div>
  143. <img src="http://www.xythobuz.org/stats/count.php?img" alt="Analytics">
  144. <script src="http://gitforked.com/api/1.1/button.js" type="text/javascript"></script>
  145. </body>
  146. </html>