YASAB - Yet another simple AVR Bootloader
YASAB ist ein einfacher AVR Bootloader, geschrieben in C für die AVR libc. Von einem PC-Programm aus werden die Daten über ein simples Protokoll per UART an den AVR gesendet. Wurde der Bootloader für den ATmega168, 128x oder 256x kompiliert, wird sowohl auf USART0 als auch auf USART1 Daten erwartet. Der aktuellste Quellcode findet sich stets im Github Repository. Die Upload Software kann einfach statt avrdude oder ähnlichem in makefiles eingebaut werden.
Außerdem implementiert meine Android App xyCopter einen YASAB kompatiblen Uploader über Bluetooth.
yasab /dev/tty.usbserial-A100QOUE test.hex q Hex File Path : test.hex Minimum Address : 0x0 Maximum Address : 0x61E2 Data payload : 25068 bytes Pinging bootloader... Stop with CTRL+C Got response... Acknowledging... Connection established successfully! Sending target address... Sending data length... 100% (25068 / 25068) 195 page(s) written! Upload finished after 28.0 seconds.Yet another simple AVR Bootloader with Upload Software for Unix and Android. Tweet Fork comments powered by Disqus