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


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.

Features

  • Supports all Atmel XMega series processors
  • AVR109 (AVR Butterfly) compatible protocol
  • RS232 and I2C communication
  • Highly reconfigurable
  • Supports I2C bus address autonegotiation

Documentation

Repository