You are not logged in.
Hi
I have been trying to get this working for the last 2 days to no avail.
I'm trying to build a printer like Ionel Ciobanuc but there isnt much info about how things are linked in his videos. As far as I can see there is only the Rpi and DRV to control it all.
once installed it seems to run, I get a blank screen but cant find the printer/pi on the dashboard.
After trying to load it afresh I have notice I'm getting
cp: cannot stat '/home/pi/printer/distro/generic/req/*': No such file or directorydir
just before the optimize rpi question.
Is this the problem, I'm missing something from this folder??
Any help is appreciated an I apologise if this has been asked before
Mike
Offline
No it is not an issue. Try online dashboard to find it's IP or checkout windows network area.
Offline
Ok thanks for the confirmation
I have the IP address but putting that in a browser says
This site can’t be reached
192.168.0.35 refused to connect.
and https://www.nanodlp.com/dashboard
says no printer connected?
Where do I get an online access key?
Offline
Could you ping IP? Try ssh into the rpi and run nanodlp manually.
cd /home/pi/printer
sudo ./printer
Offline
Hi, thanks for the help.
yes I can ping it fine and SSH and putty works fine too
running manually gives-
pi@raspberrypi:~ $ cd /home/pi/printer
pi@raspberrypi:~/printer $ sudo ./printer
./printer: error while loading shared libraries: libGLESv2.so: cannot open shared object file: No such file or directory
pi@raspberrypi:~/printer $
so I'm missing something arent I
Offline
Think I've resolved it.
Stretch doesn't have the libraries correct yet
Changed to Jessie and I think I'm in business
Bed time now try it late :-)
Offline
I also found out the same using Stretch:
pi@raspberrypi:~/printer $ sudo ./printer
./printer: error while loading shared libraries: libGLESv2.so: cannot open shared object file: No such file or directory
Last edited by Yianni-VJ (2017-09-21 03:11:23)
Offline
https://www.nanodlp.com/forum/viewtopic.php?id=841
They have renamed libraries on stretch so it bit mess. Hopefully it get solved on newer version.
Offline