BSTL, OSX 10.9, FT232RL shell error
T Chap
Posts: 4,223
FTDI says you do not install drivers for the FT232RL on 10.9, it is built into the kernel. USB 2 Serial device is found and displayed in ports found box. But twice I have sent files to people with 10.9 and cannot get the Prop to load from my GUI that uses BSTC. Is BSTC possibly incompatible now with 10.9? My 10.6 machine in my office is fine using the FTDI VCP drivers. I cannot send out a PropTool or other IDE including complete software, this must be my own GUI that simply loads the .eeprom.
Comments
You could try out the loader included with propgcc (also used by SimpleIDE). It's a command line program. I would think that's the preferred way to go now a days. At least if it does not work for you someone will fix it
The package from FTDI needs to be installed and the Mac restarted for things to work correctly.
This disk image will work: http://www.ftdichip.com/drivers/VCP/MacOSX/FTDIUSBSerialDriver_v2_2_18.dmg
If you can't use the FTDI diver, then you're out of luck. Do you have another computer where the RL device works?
There are some loader alternatives.
Try this: https://code.google.com/p/tclbits/wiki/Loader
IIRC, the code has more features, and the wiki is not up-to-date.
The source is here:
https://code.google.com/p/tclbits/source/browse/#svn%2Ftrunk
Did Brad just backwards engineer the timing of the process or is this published info? Seems like a heck of a lot of work to just evaporate.
propgcc is included with SimpleIDE.
So just install SimpleIDE on the mac and find the "propeller-load" executable in /opt/parallax/bin or wherever they put it on a Mac.
So I don't thing there is a published spec. for the loader protocol but it is effectively published.
I always thought so to. Brad did not want to open source it for whatever reason.
Ah, I just notice that the loader Jazzed linked to is in fact propeller-load wrapped in a little TCL GUI. Sweet.