Rock64 <--> Rock64 Serial Connection - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85) +--- Forum: General Discussion on ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=86) +--- Thread: Rock64 <--> Rock64 Serial Connection (/showthread.php?tid=15603) |
Rock64 <--> Rock64 Serial Connection - mark1250 - 12-23-2021 I'm trying to troubleshoot a booting problem with my Rock64 with an openSUSE Tumbleweed install on an eMMC. When I cat /sys/firmware/fdt while using my USB UART the output is garbled. I have a second Rock64 that I'd like to use instead of my USB UART. When I hookup the tx > rx and rx > tx , both Rock64 lockup. So, is there a way to use the 2nd Rock64 in this manner? Or, is there a way to get ungarbled output with my USB UART (My USB UART, which I've had for more than 3 years has a CH340G IC on it, and I'm using 11" factory made Dupont wires). Here's a sample of the garbled output Code: sh-5.1# cat /sys/firmware/fdt Thanks for any assistance. Mark RE: Rock64 <--> Rock64 Serial Connection - barray - 12-23-2021 Quote:I'm trying to troubleshoot a booting problem with my Rock64 with an openSUSE Tumbleweed install on an eMMC. If an SD card is an option, this might be easier. Quote:When I cat /sys/firmware/fdt while using my USB UART the output is garbled. I'm not sure cat handles unknown bytes correctly, or it's incorrectly trying to escape data. Also I am not sure how cat will handle pauses in transmission (blocking vs non-blocking, 7-bit ASCII vs 8-bit ASCII vs UTF-8, etc). Checkout socat and the options it offers: https://stackoverflow.com/questions/26373006/using-socat-for-raw-serial-connection Quote:When I hookup the tx > rx and rx > tx , both Rock64 lockup. So, is there a way to use the 2nd Rock64 in this manner? Lock-up is likely quite bad. Check they have a common ground. Even if they have a common power source, by the time it has been through a USB cable and power modulator they may drift. |