actuino / stm32flash

Automatically exported from code.google.com/p/stm32flash
0 stars 0 forks source link

not works with /dev/rfcomm (bluetooth spp device) #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

I'm tying to flash chip executing command:

stm32flash -v -w release.bin /dev/rfcomm1 -b 921600

What is the expected output? What do you see instead?
The output:

stm32flash 0.4

http://stm32flash.googlecode.com/

Using Parser : Raw BINARY
Cannot handle device "/dev/rfcomm1"
Failed to open port: /dev/rfcomm1

What version of the product are you using? On what operating system?
stm32flash 0.4 on Ubuntu linux 14.10 3.16.0-29-generic

Please provide any additional information below.

I'm using bluetooth serial protocol profile device HC06 to flash my device over 
the air. It's works fine with samecommand line parameters with version 0.3 but 
not with 0.4 of stm32flash.

Original issue reported on code.google.com by Ali.Tli...@gmail.com on 23 Feb 2015 at 11:01

GoogleCodeExporter commented 9 years ago
Thanks for the report! I think this is fixed now, with the committed patch from 
issue 65.

Original comment by lists.to...@gmail.com on 24 Feb 2015 at 8:47