Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:xboot:start [2011/02/03 18:23]
127.0.0.1 external edit
en:xboot:start [2013/03/24 04:39]
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 ​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.+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 ​including ​multiple serial busses ​and an API providing the ability for the running application to update itself without the need for external programming hardware. 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, ​I²C, RS485, and parallel FIFO support ​have been incorporated. This allows for easy in-system reconfiguration of XBoot equipped chips with little additional time investment. Also, XBoot includes support for I²C address autonegotiation for when multiple, identically configured processors sit on the same I²C bus.  
  
 ===== 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 and I2C communication+  * RS232, RS485, I²C, and parallel FIFO communication
   * Highly reconfigurable   * Highly reconfigurable
-  * Supports ​I2C bus address autonegotiation+  ​* Custom configuration options stored separately for easy upgrading of XBoot 
 +  * Firmware update API to allow updating client firmware with no external programming hardware 
 +  ​* Supports ​I²C bus address autonegotiation ​(XMEGA only)
  
 ===== Documentation ===== ===== Documentation =====
Line 18: Line 21:
   * [[readme#​using_xboot|Using XBoot]]   * [[readme#​using_xboot|Using XBoot]]
   * [[readme#​configuring_xboot|Configuring XBoot]]   * [[readme#​configuring_xboot|Configuring XBoot]]
 +  * [[readme#​xboot_api|XBoot API]]
   * Setting Up AVRDUDE   * Setting Up AVRDUDE
- 
  
 ===== Repository ===== ===== 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]] 
 + 
 +===== Links ===== 
 + 
 +  * [[http://​www.atmel.com/​|ATMEL]] 
 +  * [[http://​www.atmel.com/​dyn/​products/​devices.asp?​category_id=163&​family_id=607&​subfamily_id=1965|ATMEL XMEGA Product Line]] 
 +  * [[wp>​Atmel]] 
 +  * [[wp>​Atmel AVR]] 
 +