Can I use the Arduino bootloader with any program?
i'm curious. the arduino bootloader offshoot of standard avr bootloader in looks , acts avrisp. the bootloader code starts @ 0x3800 leaves else alone below that. can write "regular" programs avr-gcc, do, , download chip via arduino bootloader? that sweet have best of _both_ worlds!
thanks,
dlc
thanks,
dlc
i'll answer own question.
yes. it looks avrisp avrdude. you can't read or write fuses , id byte not returned need use "-f" flag force download. just make sure program doesn't need last 512 bytes of flash bootloader resides.
it works fine, far can tell.
dlc
yes. it looks avrisp avrdude. you can't read or write fuses , id byte not returned need use "-f" flag force download. just make sure program doesn't need last 512 bytes of flash bootloader resides.
it works fine, far can tell.
dlc
Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Can I use the Arduino bootloader with any program?
arduino
Comments
Post a Comment