Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:xboot:start [2011/11/12 08:09] – [Features] alex | en:xboot:start [2013/03/24 03:39] (current) – alex | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Introduction ===== | ===== 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 | + | XBoot is an extensible, modular bootloader for the ATMEL AVR processor series, compatible with both AVR ATMEGA and AVR XMEGA devices with sufficient memory. It is compatible with the AVR109 (butterfly) bootloader protocol with a few XMEGA specific extensions for access to the user and production signature rows. XBoot includes several advanced |
| ===== Features ===== | ===== Features ===== | ||
| * Supports all ATMEL XMEGA series processors | * Supports all ATMEL XMEGA series processors | ||
| + | * Supports any ATMEL ATMEGA processor with sufficient memory (needs 4K of boot space) | ||
| * AVR109 (AVR Butterfly) compatible protocol | * AVR109 (AVR Butterfly) compatible protocol | ||
| - | * RS232, RS485, | + | * RS232, RS485, I²C, and parallel FIFO communication |
| * Highly reconfigurable | * Highly reconfigurable | ||
| - | * Supports I²C bus address autonegotiation | + | |
| + | * Firmware update API to allow updating client firmware with no external programming hardware | ||
| + | | ||
| ===== Documentation ===== | ===== Documentation ===== | ||
| Line 18: | Line 21: | ||
| * [[readme# | * [[readme# | ||
| * [[readme# | * [[readme# | ||
| + | * [[readme# | ||
| * Setting Up AVRDUDE | * Setting Up AVRDUDE | ||
| - | |||
| ===== Repository ===== | ===== Repository ===== | ||
| * [[https:// | * [[https:// | ||
| - | * [[https://github.com/alexforencich/xboot/wiki|XBoot | + | * [[http://code.google.com/p/avr-xboot/ |
| ===== Links ===== | ===== Links ===== | ||