ashtian01 / optiboot

Automatically exported from code.google.com/p/optiboot
0 stars 0 forks source link

Support for 644/644p and 1284p #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Atm. Optiboot uses the Sanguino core files, since they ar quite old, (made for 
Arduino 18) some things aren't working.
But when I change 
sanguinoo.build.core=sanguino:sanguino
to
sanguinoo.build.core=arduino:arduino
sketches get build, but strange things happen like the µC freezes or strange 
characters on attached LCD.

Original issue reported on code.google.com by astrofre...@gmail.com on 16 Jan 2011 at 6:23

GoogleCodeExporter commented 8 years ago
I don't understand.  Optiboot doesn't "use" the core files at all, as far as I 
can tell.  (I deleted the cores directory from the optiboot repository 
entirely, and the 644 optiboot still builds fine...)

Original comment by wes...@gmail.com on 17 Jan 2011 at 12:23

GoogleCodeExporter commented 8 years ago
the optiboot bootloader itself works fine, but the sanguino core files you 
provide are outdate ase those from sanguino themselfes. Seems this is mor their 
fault, not yours. Sorry, your only making the fine bootloader :D

Original comment by astrofre...@gmail.com on 17 Jan 2011 at 12:37

GoogleCodeExporter commented 8 years ago
It looks like the optiboot source tree and install directions cause 
possibly-obsolete core files to be used for the new platforms it defines (ie 
the core files that are part of the optiboot source rather than the arduino 
distribution.)  We should at least change the directions, I think.  Probably we 
should get rid of the "core" files included with optiboot.

Original comment by wes...@gmail.com on 30 Oct 2011 at 7:33

GoogleCodeExporter commented 8 years ago
ATmega1284P code added Jan 2012, ATmega644P code fixed Mar 2012.  Main 
"changes":
http://code.google.com/p/optiboot/source/detail?r=02b44176ab277894c99c92fd79e83d
17611e192e
http://code.google.com/p/optiboot/source/detail?r=e8b1fa72dc09883c91b9c5bf8c94a5
2720bf908f
(there are several nearby patches to clean up the details.  Also, .hex files 
have been added to the Downloads area.)

Original comment by wes...@gmail.com on 17 Mar 2012 at 2:59