When I try and upload from propellerIDE it simply reports that the upload has timed out. The software is using ttyAMA0 and I have no way of changing it.
I’ve been trying to use the command line propman tool which gives a little more detail about whats going on. When I run …
propman -d /dev/ttyS0 blink_2cores.binary
The upload fails and gives the following output …
propeller.manager: ERROR: Device does not exist: "/dev/ttyS0"
propeller.manager: opening "/dev/ttyS0"
propeller.manager: attaching PropellerSession(0x15efeb8) to "/dev/ttyS0"
propeller.manager: ERROR: Device does not exist: "/dev/ttyS0"
propeller.manager: detaching PropellerSession(0x15efeb8) from "/dev/ttyS0"
propeller.manager: attaching PropellerSession(0x15efeb8) to "/dev/ttyS0"
propeller.manager: ERROR: Device does not exist: “/dev/ttyS0”
[PropellerManager] /dev/ttyS0: Downloading image (100 bytes, 452 ms)
propeller.manager: ERROR: Device does not exist: “/dev/ttyS0”
[PropellerManager] /dev/ttyS0: ERROR: Device not found
propeller.manager: ERROR: Device does not exist: "/dev/ttyS0"
propeller.manager: detaching PropellerSession(0x15efeb8) from "/dev/ttyS0"
propeller.manager: attaching PropellerSession(0x15efeb8) to “/dev/ttyS0”
But thats about as far as I’ve got right now