X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/f8a1dc7424cd83f2f3e87274010d379a661b76e4..8edd56194859c47fe3d779594dfe1ece7076613c:/Bootloaders/DFU/BootloaderDFU.txt diff --git a/Bootloaders/DFU/BootloaderDFU.txt b/Bootloaders/DFU/BootloaderDFU.txt index a8c4f0f51..b6ba45553 100644 --- a/Bootloaders/DFU/BootloaderDFU.txt +++ b/Bootloaders/DFU/BootloaderDFU.txt @@ -181,15 +181,29 @@ * To make the bootloader function on smaller devices (those with a physical * bootloader section of smaller than 6KB) * + * \section Sec_KnownIssues Known Issues: + * + * \par On Linux machines, the DFU bootloader is inaccessible. + * On many Linux systems, non-root users do not have automatic access to newly + * inserted DFU devices. Root privileges or a UDEV rule is required to gain + * access. + * See here for resolution steps. + * + * \par After loading an application, it is not run automatically on startup. + * Some USB AVR boards ship with the BOOTRST fuse set, causing the bootloader + * to run automatically when the device is reset. In most cases, the BOOTRST + * fuse should be disabled and the HWBE fuse used instead to run the bootloader + * when needed. + * * \section Sec_Options Project Options * * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value. * *
| Define Name: | - *Location: | - *Description: | + *Define Name: | + *Location: | + *Description: | *
|---|---|---|---|---|---|
| SECURE_MODE |