technical documentation on how Propeller Tool connects to Hydra
gonzobrains
Posts: 27
Hi everyone,
Are there any technicals docs available describing the process/protocol/etc used between the Hydra and the Propeller Tool? Is it possible to connect to the Hydra without using the Propeller tool? Or perhaps port the Propeller tool to Linux?
Also, can the Hydra be programmed via the EtherX interface? I was wondering if it would be possible to remotely upload new programs to it.
Thanks,
Jeff
Are there any technicals docs available describing the process/protocol/etc used between the Hydra and the Propeller Tool? Is it possible to connect to the Hydra without using the Propeller tool? Or perhaps port the Propeller tool to Linux?
Also, can the Hydra be programmed via the EtherX interface? I was wondering if it would be possible to remotely upload new programs to it.
Thanks,
Jeff
Comments
There is a Linux version of the Propeller tool. Some googling will help (it's not an official Parallax product, but it's free).
I guess it could be programed via the interface. You could load a program image into the EEPROM and do a software reset (at the cost of overwritting the original). You could also load the image into RAM and execute from there. There are several sets of code that does something similar with SD card, Ethernet, or Flash drive.