Propeller Loading Protocol
soshimo
Posts: 215
I am currently writing a tool to automate burning of propeller chips. Think JTAG on the factory line. I realize I can download the libraries but my particular requirement means I will have to at least write the code that burns the program myself. I'm wondering if that protocol is documented somewhere or if it's even available. I could always RE but would like to avoid that if possible. TIA
Comments
Thanks for pointing that out Mike. I know I should have searched but I'm at work and only have a little free time. Thanks for taking the time to help me. Now when I get home I have something to work on.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Links to other interesting threads:
· Home of the MultiBladeProps: TriBlade,·RamBlade,·SixBlade, website
· Single Board Computer:·3 Propeller ICs·and a·TriBladeProp board (ZiCog Z80 Emulator)
· Prop Tools under Development or Completed (Index)
· Emulators: CPUs Z80 etc; Micros Altair etc;· Terminals·VT100 etc; (Index) ZiCog (Z80) , MoCog (6809)·
· Prop OS: SphinxOS·, PropDos , PropCmd··· Search the Propeller forums·(uses advanced Google search)
My cruising website is: ·www.bluemagic.biz·· MultiBlade Props: www.cluso.bluemagic.biz
The problem is I can't use the DLL. I'm not on a windows platform and the platform I plan on targeting doesn't have any tools. It's linux, but embedded, so no joy with bst unfortunately.
I still haven't found that document, damn OCD/ADD. I keep finding rabbit holes and I spend an hour reading something cool and forget my original intention of finding that protocol. Those are some great links, nonetheless.
Look here for code examples and a short description:
Phyton script: http://forums.parallax.com/showthread.php?p=622354 (first post)
Pascal source code: http://forums.parallax.com/showthread.php?p=611536 (last post on first page)
Andy
Are you going to make a C or C++ Propeller loader?
Is it just for your work or will we all get to see it?
We will probably need a Java version for the Android Propeller loader.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
For me, the past is not over yet.
Haha, caught me. That's exactly what I was thinking.
There is already a C loader that runs on both Linux and Windows - the "payload" loader included in Catalina. It is based on Remy's Loader.py script (which Ariba has pointed to).
Ross.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Catalina - a FREE C compiler for the Propeller - see Catalina
Seems everything is there.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
For me, the past is not over yet.