You are not logged in.
Pages: 1
How to install nanodlp for raspberry pi4?
I want to upgrade lcd 3d printer from 2k lcd - 4k lcd
I have a Pi4 one and 4k lcd 5.5"
Offline
Use latest raspian SD image then use advanced installation, it should work without issue.
Offline
Hello roy_anz,
Have you tried it with success. Would you share your experience on upgrade?
Offline
Hello
I installed NanoDlp on RaspberryPi4 but NanoDlp is not execute.
what should I do?
thanks for your helps
Offline
SSH into device
cd /home/pi/printer
sudo ./printer
see what kind of error it displays
Offline
Hello great Shahin
An Error is:
./printer: ./printer: cannot execute binary file
Offline
use sudo ./printer not /bin/bash ./printer
Offline
pi@raspberrypi:~/printer $ sudo ./printer
2019/11/26 14:25:02.518250 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 2418 - generic"}
2019/11/26 14:25:02.519073 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated no such file or directory"}
2019/11/26 14:25:02.521052 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
2019/11/26 14:25:02.525861 {"Layer":"0","module":"Server","level":"Error","msg":"Could not setup server. listen tcp :80: bind: address already in use"}
That is my issues
Any help?
Offline
Nanodlp already running on pi. Just use a browser to connect to it.
Offline
yeah I know this, but interface doesn't work properly.
Starting a print, for some seconds pi4 reboot, then the nextion too stops working
Offline
Did anyone solve this? Because I am ready to buy components for my new printer and I am hesitating between 2k and pi3 or 4k and pi4.
Is nanodlp full compatible with Pi4 already?
Last edited by Menteausente (2019-12-14 07:55:17)
Offline
As long as SD image is newer version it will work on all pi versions.
Offline
successfully installed on RPi 4 B 4GB with build 2454 and my old memory usage problem solved.
Offline
Did you get the 4k LCD working....? I have had no joy.
Jonners59
:-D
Offline
4K display settings sometimes differ between pi4 and pi3. If you go through forum posts, you can find some threads about the issue.
Offline
Yup, I know, hence why I asked. It is the title of the blog, but doesn't share the answer. And I have done that, but it would be nice to have a config for the various types in an archive. Difficult to find. In fact, I just did a search on "Pi4 4k config" and all was mine or I know of... :-D
Jonners59
:-D
Offline
Search some params which you are sure you need to set (eg. hdmi_timings) on both this forum and nanodlp facebook group
Offline
Search some params which you are sure you need to set (eg. hdmi_timings) on both this forum and nanodlp facebook group
Done that... People often complain, sort it, but do not publish the results and there is no archieve that I can see, so each person seems to start from scratch unless in the build. I will publish any working config to help others. People shouldn't be wasting so much time on what should be a simple step. I have been at this since May.
Jonners59
:-D
Offline
Shahin,
Would you be open to starting a new thread on tips and tutorials for config.txt files addressing the different set-ups?
E
Offline
Sure why not, we even have online sheet for common displays.
https://docs.google.com/spreadsheets/d/ … edit#gid=0
Offline
Pages: 1