![]() |
|
Rock64 v3 Tx/RX and GPIO connections for 3dprinter - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85) +--- Forum: Linux on Rock64 (https://forum.pine64.org/forumdisplay.php?fid=88) +--- Thread: Rock64 v3 Tx/RX and GPIO connections for 3dprinter (/showthread.php?tid=20165) |
Rock64 v3 Tx/RX and GPIO connections for 3dprinter - MinimumJargon - 01-13-2026 I have a Rock64 V3 I'm trying to use Klipper/MailSail on to replace a Pi w2 Zero, which has been running my coreXY printer over serial. I can't seem to figure out the serial connection. I have gotten the Rock64 to run the printer with no problem over USB. I'm not a strong Linux user, but I managed to make it to the very end here, but I can't get this last part to work. I feel I'm either missing the correct terms in overlays/ the correct kerral header/ or some permissions or conflict. I'm trying to use UART2, which are the same pins as the pi w2 zero. 6,8,10 I think I have the serial console disable. I ran: sudo systemctl mask serial-getty@ttyS2 and see nothing on tty2 now when I run ls /dev/ttyS* I added to armbianEvn.txt Code: overlays=uart1 uart2 uart3and added users to the dialout group and confirmed. I'm not sure about the Kernel header, and one post mentions some jumper pin for the header, but I'm pretty much past the point of my knowledge base, and I'm not sure what to search at this point. Any direction or information anyone can offer would be appreciated. RE: Rock64 v3 Tx/RX and GPIO connections for 3dprinter - MinimumJargon - 01-13-2026 I used armbian-config to reinstall the latest kernel V6.12.57 Is there anything else I have to do to turn on the UART2 pins? Is there any way to test whether the pins UART2 are working on the board? or see activity, with a command line, when plugged in. I saw something about looping the pins with a wire for an "echo" test, but it wasn't explained well enough for me to try. RE: Rock64 v3 Tx/RX and GPIO connections for 3dprinter - alicesphere - 01-28-2026 (01-13-2026, 06:43 PM)MinimumJargon Wrote: I have a Rock64 V3 I'm trying to use Klipper/MailSail on to replace a Pi w2 Zero, which has been running my coreXY printer over serial. Hello MinimumJargon! It sounds like you're on the right track with your Rock64 V3 setup. Here are a few suggestions:
|