xboot icon indicating copy to clipboard operation
xboot copied to clipboard

XBoot Extensible Bootloader

Results 26 xboot issues
Sort by recently updated
recently updated
newest added

Add support for RX enable (for RS485), with example configuration (tested).

Minor changes to ensure consistent symbol names (and comments) relating to pin inversion.

I crated a config file for the xmega384D3 and modified the Makefile to have the correct boot loader address. the makefile programs the boot loader to the chip and i...

Hi Alex, I'd like to make contact with you directly if possible?

hi, if i enable the i2c-option(s) in the arduino328p.conf.mk i'm getting an odd output on the make command. i've no clue what went wrong... when setting back e.g. to UART...

Hi! I've been using this bootloader for some time now without any issue. However, after updating to the latest version (current master as of 2015/12/29) I found a problem when...

I'm trying to build xboot on windows, using a completely stock setup (just did a fresh check-out) with AS6.1. I have all the relevant binaries on my $PATH. I've copied...

Hi there, I gone through the link and downloaded the code. Im using Xmega32a4u board , Avr studio 4.18 Created Xboot.h hex file( enable UART and A LED for communication,...

Clearing all reset flags in MCUSR (for ATmega devices) prevents the user application from finding out the cause of the MCU reset. I have some hardware where an LED displays...