FTDI / Propeller Loader Mac OS Clasic
davidsaunders
Posts: 1,559
Ok this thread is now being changed to reflect the new MacProp Propeller Loader for Mac OS 'Classic' that I am writing. I am using the PropLoader.spin as a reference, an writing the loader in Think Pascal in a way to be able to compile with Code Worior (so there will be both 68K native and PPC native varients).
Comments
This still leaves the question:
Has any one done any work towards a Propeller Loader for the Classic Mac OS versions??
Long ago and far away, I did use Virtual PC for early Propeller work. It did work (barely), but you had to be very careful to keep any Windows background programs from running. Windows Update particularly would cause downloads to fail regularly. I say barely because it was very slow, but it did work.
I am now working on a Propeller Loader tool for Mac OS 7.1 through 9.2.2. Once I succeed at loading the Propeller I will start a thread in the Propeller forum on this topic.
I thank you. I whas already aware of this. the trouble is that my Macintosh does not have a DVD Rom and every DVD ROM that I have tried with it it did not like, except one that it will not boot from.
In order to accomplish this I am using PropellerLoader.spin as a reference. I have not yet succeded, though continue to work toward the goal at hand.
I whas not aware of any open source loader in any language other than spin. Would you please point me in that general direction?
The most generic loader piece is the simple serial loader library in PLoadLib.c/h.
http://code.google.com/p/propeller-zpu-vm/source/browse/#svn%2Ftrunk%2Fzogload%2Fsrc
Catalina has a loader too.
Here is a thread on a Python loader: http://forums.parallax.com/showthread.php?99366-Python-Downloader-modified-for-MacOS
There is another Python loader floating around too, but can't find it.
Hippy did a VB6 loader: http://forums.parallaxinc.com/forums/default.aspx?f=25&m=211304
Google the rest.
('Not sure when parallaxinc.com is going away.)
-Phil