差分

この文書の現在のバージョンと選択したバージョンの差分を表示します。

この比較画面にリンクする

次のリビジョン
前のリビジョン
ja:xboot:start [2011/02/03 18:44]
alex 作成
ja:xboot:start [2012/06/12 06:49] (現在)
alex
ライン 1: ライン 1:
 ====== XBoot ====== ====== XBoot ======
  
-===== Introduction ​=====+===== 序論 ​=====
  
-XBoot is an extensible, modular bootloader for the ATMEL XMEGA processor series. It is compatible with the AVR109 ​(butterfly) bootloader protocol with a few XMEGA specific extensions for access to the user and production signature rows. One of its main features is support for multiple serial busses. Many bootloaders only support ​RS232 for programming from a PC, but XBoot'​s modularity allows it to support the exact same set of commands over any hardware serial port. Currently, I2C support has been incorporated. This allows for easy in-system reconfiguration of XBoot equipped chips with little additional time investment. Also, XBoot includes support for I2C address autonegotiation for when multiple, identically configured processors sit on the same I2C bus.+XBootATMEL AVRシリズの拡張可能でモジュラーなブートローダである。XBootは十分なメモリ搭載したATMEGAとXMEGAシリズの両方と互換性がある。AVR109互換性がありあるけど、XMEGAのユーザーと生産署名行のアクセスのため、XMEGA特定の拡張機能は必要である。一つの主な機能は複数のシリアルバスのサポートである。多くのブートローダはパソコンからRS232のプログラムのサポートがあるけど、XBootのモジュール方式ので任意のシリアルポートを介してコマンドの同じセットをサポートしている。現在、I²Cのサポートがある。これは簡単にXBoot搭載のチップのシステム内で再構成することを可能にする。他に、同じI²Cバスで複数の同じ構成のプロセサがあったら、I²Cのアドレスの自動ネゴシエーションのサポートしている。
  
-===== Features ​=====+===== 機能 ​=====
  
-  * Supports all Atmel XMega series processors +  * すべてのATMEL XMEGAシリーズマイクロコントローラをサポートしている 
-  * AVR109 (AVR Butterfly) ​compatible protocol +  * 十分なメモリ搭載したATMEGAシリズマイクロコントローラをサポートしている(4kブートスペースは必要である) 
-  * RS232 and I2C communication +  * AVR109 (AVR Butterfly) ​互換性のあるプロトコル 
-  * Highly reconfigurable +  * RS232,​RS485,​I²C,​とFIFO通信 
-  * Supports I2C bus address autonegotiation+  * 非常に再構成 
 +  * I²Cバスアドレスの自動ネゴシエーションをサポートしている(XMEGAだけ)
  
-===== Documentation ​=====+===== ドキュメンテーション ​=====
  
-  * [[Readme]] +  * [[readme|リードミー]] 
-  * [[readme#using_xboot|Using XBoot]] +  * [[readme#xbootの使用|XBootの使用]] 
-  * [[readme#configuring_xboot|Configuring ​XBoot]] +  * [[readme#xbootの構成|XBootの構成]] 
-  * Setting Up AVRDUDE+  * AVRDUDEの構成
  
  
-===== Repository ​=====+===== レポジトリ ​=====
  
   * [[https://​github.com/​alexforencich/​xboot|XBoot on GitHub]]   * [[https://​github.com/​alexforencich/​xboot|XBoot on GitHub]]
-  * [[https://​github.com/​alexforencich/​xboot/​wiki|XBoot wiki on GitHub]]+  * [[http://​code.google.com/​p/​avr-xboot/​|XBoot on Google Code]] 
 + 
 +===== 最近のコミット ===== 
 + 
 +{{rss>https://​github.com/​alexforencich/​xboot/​commits/​master.atom author date}} 
 + 
 +===== リンク ===== 
 + 
 +  * [[http://​www.atmel.com/​|ATMEL]] 
 +  * [[http://​www.atmel.com/​dyn/​products/​devices.asp?​category_id=163&​family_id=607&​subfamily_id=1965|ATMEL XMEGAの製品ライン]] 
 +  * [[http://​en.wikipedia.org/wiki/Atmel|WikipediaでATMEL]] 
 +  * [[http://​ja.wikipedia.org/​wiki/​Atmel_AVR|WikipediaでATMEL AVR]] 
 +