X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/f8a1dc7424cd83f2f3e87274010d379a661b76e4..0091b3c819f96812933e4b0a0e5b01a023341771:/Bootloaders/Printer/BootloaderPrinter.txt?ds=sidebyside diff --git a/Bootloaders/Printer/BootloaderPrinter.txt b/Bootloaders/Printer/BootloaderPrinter.txt index 01237fd59..cfa51d4cf 100644 --- a/Bootloaders/Printer/BootloaderPrinter.txt +++ b/Bootloaders/Printer/BootloaderPrinter.txt @@ -54,6 +54,12 @@ * When the bootloader is running, the board's LED(s) will flash at regular intervals to distinguish the * bootloader from the normal user application. * + * \section Sec_Running Running the Bootloader + * + * This bootloader is designed to be started via the HWB mechanism of the USB AVRs; ground the HWB pin (see device + * datasheet) then momentarily ground /RESET to start the bootloader. This assumes the HWBE fuse is set and the BOOTRST + * fuse is cleared. + * * \section Sec_Installation Driver Installation * * This bootloader uses the Generic Text-Only printer drivers inbuilt into all modern operating systems, thus no @@ -154,6 +160,21 @@ * +----------------------------+ FLASHEND * \endverbatim * + * + * \section Sec_KnownIssues Known Issues: + * + * \par On Linux machines, new firmware fails to be sent to the device via CUPS. + * Only a limited subset of normal printer functionality is exposed via the + * bootloader, causing CUPS to reject print requests from applications that + * are unable to handle true plain-text printing. For best results, the low + * level \c lpr command should be used to print new firmware to the bootloader. + * + * \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.