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

Hi When I compile with the command `make conf/arduino328p.conf.mk` then I receive always the error: ``` inlining failed in call to always_inline 'uart_deinit': function body not available extern void __attribute__...

Hi all, I am trying to build xboot with the x32a4u.conf.mk configuration by running: $ make conf/x32a4u.conf.mk but i get the following error: $ make conf/x32a4u.conf.mk cp conf/x32a4u.conf.mk config.mk "C:/Program...

Hi guys, after I installed Windows10 my only IDE was AS7. In order to compile XBOOT for atxmega384C I created a new project, added the required xboot files, changed settings...

Entry USE_ENTER_DELAY = no USE_ENTER_PIN = yes USE_ENTER_UART = no USE_ENTER_I2C = no USE_ENTER_FIFO = no Communication USE_LED = yes USE_UART = yes What appears to be happening is that...

This code compiles to the production pbx bootloader. use _make conf/x256a3u.conf.mk_ to build the hex file.

I'm probably not understanding how this was setup. I should be able to do make arduino328p.conf.mk to build that target correct? It is not working for me on Linux (Ubuntu...

Hi, Thank you for your bootloader. I'am facing a problem using the function xboot_erase_application_page. The code blocks and don't run .. I i'am using in the same code xboot_app_temp_erase and...

Shell Utils Path C:\Program Files (x86)\Atmel\Studio\7.0\shellUtils C:\Program Files (x86)\Atmel\Studio\7.0\shellUtils\make.exe -C "C:\atmel\xboot-master\xboot-master" -f "Makefile" clean make: Entering directory 'C:/atmel/xboot-master/ xboot-master' The system cannot find the path specified. Noticing the SLASH instead...

Shortcut for bootloader entry from an application (XMEGA only).

Added watchdog reset during blocking communication functions. Fixed some instances of WDT_Reset() being called instead of wdt_reset() on non-XMEGA builds, and watchdog reset being called on non-watchdog builds.