Open GoogleCodeExporter opened 9 years ago
I modified propeller-load to retry 10 times.
I need to start propeller-load, press reset manually
twice (first to detect chip, second to start upload)
It is far from comfortable (idea is to remotely upload the code)
but at least something works (I don't know why hello doesnt print
anything on terminal, but obviously here's some progress)
$ bin/linux/propeller-load -vvvvv -p/dev/rfcomm25 -brcfast /tmp/hello.elf -r -t
propeller-load
Initport will check port now
hwfind..
Timeout waiting for first response bit. Propeller not found
hwfind..
Timeout waiting for first response bit. Propeller not found
hwfind..
Timeout waiting for first response bit. Propeller not found
hwfind..
Timeout waiting for first response bit. Propeller not found
hwfind..
Timeout waiting for first response bit. Propeller not found
hwfind..
Propeller Version 1 on /dev/rfcomm25
hwfind..
Timeout waiting for first response bit. Propeller not found
hwfind..
Timeout waiting for first response bit. Propeller not found
hwfind..
Timeout waiting for first response bit. Propeller not found
hwfind..
Timeout waiting for first response bit. Propeller not found
hwfind..
Timeout waiting for first response bit. Propeller not found
hwfind..
Timeout waiting for first response bit. Propeller not found
hwfind..
Timeout waiting for first response bit. Propeller not found
hwfind..
Loading /tmp/hello.elf to hub memory
5872 bytes sent
Verifying RAM ... OK
[ Entering terminal mode. Type ESC or Control-C to exit. ]
Original comment by vor...@gmail.com
on 22 Jul 2012 at 8:37
This patch seems to work for me.
My board cannot control reset, (there's reset
after opening serial port, caused by carrier detect
going high after establishing the bluetooth
connection)
A series 390 ohm resistor and parallel 2.2uF capacitor
to the reset is needed to slightly delay reset.
in propeller-load, I skipped first detection of propeller version and
assumed it is version = 1, then proceeding with upload
it works for me
hopefully this can be integrated somehow in board config
Original comment by vor...@gmail.com
on 22 Jul 2012 at 9:18
Attachments:
Original issue reported on code.google.com by
vor...@gmail.com
on 18 Jul 2012 at 8:50