Help with trying to use WD on Raspberry PI

From my knowledge, you should always connect to your RPi via SSH. If using Linux or Mac, just open Terminal and log in. If Windows, you should get something like PuTTy.

Which RPi do you use? Which OS image do you have on the SD card?

Report this:

pi@raspberrypi:~ $ uname -a
Linux raspberrypi 4.4.21-v7+ #911 SMP Thu Sep 15 14:22:38 BST 2016 armv7l GNU/Linux

I’d simply copy and extract the consolewd files into my home directory ( which is /home/pi/ ) and try to run the consolewd ( ./GoWdconsole.sh ). It will report an error with libraries. Most of the important ones are located in the consolewd’s sub-directory deploy/ . Check the GoWdconsole.sh file for this line (line 24 in my case):


export LD_LIBRARY_PATH=$DIR_PATH/deploy/

I think this will be sufficient to run the consolewd without other library installations.

I propose you follow the error messages and fix them step by step. Or report here.