Hello Matthias & All:

Long time no talk, disconcerting...

May I suggest making AmForth a BOOFA bootloader friendly by adding the
following to core/amforth.asm:

  .org NRWW_START_ADDR
+ #ifdef BOOFA                  ;The BOOFA bootloader
+ .org  pc+512                  ; is 512 words max!
+ #endif
  .include "amforth-interpreter.asm"

I'd be happy if BOOFA is offered alongside AmForth on sourceforge as I
am interested in it being tested on other uC architectures. Grab it
from: https://github.com/wexi/boofa

Use BOOFA with the latest available AVRDUDE SVN as in earlier releases
AVRDUDE's butterfly.c is seriously buggy.

Thanks, Enoch.

P/S Thanks to roland-riegel.de whose work I continued.






------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to