You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
il bootloader è stato fatto per funzionare anche sul 328p che ha un limite di dimensione del bootloader pari a 4Kb. Purtroppo la dimensione con fat32 è di poco inferiore ai 4Kb. L'autore del bootloader indica che è possibile includere il flash tramite seriale nella restante parte libera ma attualmente non è implementata.
in ogni caso, sul 644pa e sul 1284p, con una modifica dei fuse bit (molto utile il sito http://www.engbedded.com/fusecalc) è possibile aumentare la dimensione a 8Kb.
L'uso di https://github.com/JadinAndrews/avr_boot pare inibire il classico flash del firmware da seriale
come segnalato in https://github.com/JadinAndrews/avr_boot#serial-support---help-wanted
Non avendo questo loader controllo CRC può questo essere un problema complicando le fasi di diagnostica in caso di malfunzionamenti?
The text was updated successfully, but these errors were encountered: