Hi Andrew, I just downloaded the image off of: your sourceforge setup as well and flashed a backup Edison.
I used the ./flashall.sh script in the directory and it looked like it went through fine, but...
I know that it is not the default Edison image as it has the FTDI driver installed.
However I first noticed an issue that the sixpair would not run as I needed to install the libusb-0.1-4 (or something like that) from Alex'ts repros... Once I did that the sixpair worked (I already did the rfkill unblock bluetooth).
I then tried running the start_edison script which failed (which I expected as I did not have the Arbotix-Pro connected to this Edison.
But in addition, I also got the error:
Code:
./start_edison: line 7: bluetoothd: command not found
So I checked out a few things, like:
Code:
[email protected]:~/HROS1-Framework/Linux/project/ps3_demo# bluetoothctl -v
5.24
Code:
[email protected]:~/HROS1-Framework/Linux/project/ps3_demo# uname -a
Linux Edison 3.10.17-yocto-standard #1 SMP PREEMPT Wed Feb 11 22:21:05 CST 2015 i686 GNU/Linux
So it is the custom build and is still has bluez5 installed... . Example looking at an image I built, with current releases, it has the same bluetoothctl
and similar kernel:
Code:
Linux Edison-HROS1 3.10.17-yocto-standard #2 SMP PREEMPT Tue Sep 15 17:48:20 PDT 2015 i686 GNU/Linux
Again I can tell this is not this was not the default Intel image as the image name is "yocto-standard"
Will play some more tomorrow.
Kurt
Bookmarks