差分

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

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

次のリビジョン
前のリビジョン
最新リビジョン 両方とも次のリビジョン
ja:xboot:start [2011/02/03 18:44]
alex 作成
ja:xboot:start [2011/02/10 11:57]
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 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 +  * AVR109 (AVR Butterfly) ​互換性のあるプロトコル 
-  * RS232 and I2C communication +  * RS232とI²C通信 
-  * Highly reconfigurable +  * 非常に再構成 
-  * Supports I2C bus address autonegotiation+  * I²Cバスアドレスの自動ネゴシエーションをサポートしている
  
-===== 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]]   * [[https://​github.com/​alexforencich/​xboot/​wiki|XBoot wiki on GitHub]]
 +
 +===== リンク =====
 +
 +  * [[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]]
 +
 +