Re: PicForth Bootloader Kit
David McNab <[email protected]> Sat, 30 Oct 2004 15:53:19 +1300
| Newsgroups | gmane.comp.lang.forth.picforth |
|---|---|
| Message-ID | <[email protected]> |
Kevin L. Pauba wrote: > Which (of the many) boot loaders are you using? It's using PicForth's own serial monitor, slightly patched to accomodate the needs of the A chips (while still ok with pic16f873x). (Patched version is included in kit). Which means that on the PIC, it's all PicForth - no third party software. :) The PicForth serial monitor weighs in at around 460 bytes, bigger than the average bootloader, but does have a command interface for reading/writing prog memory, data eeprom and RAM - good for looking inside the PIC via minicom (or any prog talking to serial port) without needing to move the PIC to the burner and rip the image. Since the serial monitor has commands for writing to program memory and data eeprom, plus setting boot vector, it works just fine as a bootloader. The client program (pfd.py) within the kit just issues the appropriate commands to the serial monitor to write the program image to PIC program memory. > I was hoping to use > Wouter van Ooijen's WLoader. DO you think it might work? You'd have to extensively hack the client utility to support WLoader's different protocol, or (probably better), write or find a whole new client. > Thanks for your contribution! I believe in always trying to give back when I receive something of benefit. -- Cheers David