以前のリビジョンの文書です


XBoot

序論

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.

機能

  • すべてのAtmel XMegaシリーズマイクロコントローラをサポートする
  • AVR109 (AVR Butterfly) 互換性のあるプロトコル
  • RS232とI2C通信
  • 非常に再構成
  • I2Cバスアドレスの自動ネゴシエーションをサポートする

ドキュメンテーション

レポジトリ