Hi just thought I would document that I did a fresh install of rasbian stretch today and now rockpool will not find my flotilla dock. I have tried it on the pi itself and on a tablet browser.
I haven’t tried it with Python yet so that could be ok.
pi@raspberrypi:~/flotilla-offline $ /usr/bin/flotilla
/usr/bin/flotilla: error while loading shared libraries: libboost_system.so.1.50.0: cannot open shared object file: No such file or directory
Because we’re (still) not properly shipping Flotilla as a deb (we need to fix that) it has dependency quirks, since we’re manually copying in a binary built for a specific version of Raspbian (Wheezy/Jessie and now Stretch).
I’ll see if I can whip up a fixed binary for you to try out.
Hi
Thanks for the reply, I am not going to pretend to understand it entirely.
No major hurry required for me, I have another pi still running Jessie that I will not update for a while.
Drat my instructions are flawed. The flotilla-stretch file should overwrite the one in /usr/bin, so the correct copy command is: cp flotilla-offline/flotilla-stretch /usr/bin/flotilla
Hi,
I have a fresh Stretch install updated / upgraded on an Raspberry pi Zero W.
I have the Mega Treasure Chest Starter Kit ordered few months ago.
So I followed the instructions :
here http://learn.flotil.la/getting-started/installation
Yes good point : I had a problem with an USB cable, but it’s now solved :)
The USB adapter I use is good and lsusb gave me a list of my things connected to my USB adapter, including the flotilla dock.
If you want to, I can try tonight to give you the precise item list returned by the command lsusb
Bus 001 Device 004: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 003: ID 16d0:08c3 MCS
Bus 001 Device 002: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MCS is the dock. In my memory the name was a bit more explicit :)
Edit: I seem to have totally missed that an apt update && apt upgrade bumps the version from 9.0/9.1 to 9.3. I’ll have to keep an eye on that in future!