snurce / optiboot

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

m1284 code fails to write very large files... #57

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It looks like the value of NRWWSTART is wrong due to byte vs word addressing 
confusion; it should be 0xE000 (like the m1280) rather than 0xF000
(The Atmels docs are word address based, so F000 is really 1E000, and optiboot 
loses the high 1 bit (into rampz) before the comparison)

Original issue reported on code.google.com by wes...@gmail.com on 31 Jan 2012 at 6:42

GoogleCodeExporter commented 8 years ago
Confirmed.  (So the size limit with this bug should be 1E000, or 122880 bytes.)

Original comment by wes...@gmail.com on 31 Jan 2012 at 10:40

GoogleCodeExporter commented 8 years ago
http://code.google.com/p/optiboot/source/detail?r=02b44176ab277894c99c92fd79e83d
17611e192e

version bumped to 4.5; new atmega_1284p-4-5.hex in downloads.

Original comment by wes...@gmail.com on 31 Jan 2012 at 11:11

GoogleCodeExporter commented 8 years ago
Verified, and added to mighty-1284p https://github.com/maniacbug/mighty-1284p

Original comment by maniac...@ymail.com on 3 Feb 2012 at 4:26