Help getting rockpool to work on pi top

Hi, I am trying to get flotilla on to my pi top.

I have got stuck at searching for dock.

I have plug it in with the red cable all three light are on.
The searching for dock just say no dock found, yet.
I have tried typing in my IP address but do not work.

I have tried
Sudo service flotillad stop (get (Sudo: service : command not found))
Sudo /usr/bin/flotilla -d (get (/usr/bin/flotilla: error while loading shared libraries: libboost_system.so.1.50.0: cannot open shared object file: no such file or directory)) I have look and the directory and file in on the pi.

Sudo netstat -plunt (get (tcp 1781/python 0 0.0.0.0.8000 listen))

Also been into the rockpool.py and change the port to 8002 reboot pi but then opening rockpool it still look at 127.0.0:8000

Can any help get the dock to work

Thanks

That’ll be your problem- although that should long be fixed.

Can you run: lsb_release -a in terminal on your Pi Top and let me know what it outputs?

The Flotilla installer should install the right version of flotillad, and the right version of libboost, but it only has a few distinct versions that it knows about.

Hi, I have run lsb_release -a and get

No LSB modules are availed.
Distributor ID: raspbian
Description: raspbian GNU/LINUX 9.4 (stretch)
Release: 9.4
Codename: stretch

And thank you for responding

Hi thank for responding,

I have post on the forum but here is what I got

No LSB modules are availed.

Distributor ID: raspbian

Description: raspbian GNU/LINUX 9.4 (stretch)

Release: 9.4

Codename: stretch

Regards

Christine

Odd! It should be looking for libboost-system1.58.0, could you try reinstalling it by running:

git clone https://github.com/pimoroni/flotilla-offline
cd flotilla-offline
sudo ./install
1 Like

Thank you very much it is now working.

Great! You’re welcome!