Using UART - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114) +--- Thread: Using UART (/showthread.php?tid=8378) Pages:
1
2
|
RE: Using UART - pfeerick - 11-20-2019 (11-20-2019, 12:02 AM)VoxUnius Wrote: It wouldn't have been as funny if I (or someone else) had burnt the CPU. PBP is definitely not a device for the faint hearted. No, not at all... but like with all modern electronics, reading the datasheets, asking on the forums is obligatory, not optional. Else the magic smoke genie will be released. My poor cubietruck SBC suffered that fate after a couple of years of reliable service... then some fool went and shoved 12v where it ain't supposed to go... that didn't end well Voltage wise the PBP is no different to a vast majority of SBCs... having 3.3v logical level IOs, with some are even lower at 1.8v, just to be awkward :O (ok, not quite, but it does make things a tad more difficult). RE: Using UART - VoxUnius - 11-21-2019 (11-20-2019, 02:40 AM)pfeerick Wrote:(11-20-2019, 12:02 AM)VoxUnius Wrote: It wouldn't have been as funny if I (or someone else) had burnt the CPU. PBP is definitely not a device for the faint hearted. I've got a 3.3V TTL cable. Still no luck. Is there anything else that has to be configures? Kernel parameters or something? RE: Using UART - pfeerick - 11-22-2019 (11-21-2019, 10:58 PM)VoxUnius Wrote: Is there anything else that has to be configures? Kernel parameters or something? Since I don't have a PBP, I can only go by the wiki info about the UART until someone who does know chimes in. But it seems the PBP also has a switch for toggling between UART and audio... have you flicked that? Quote:UART output is enabled by flipping the UART switch to the ON position (item 9). To do so you need to remove the Pinebook Pro's bottom cover - please follow proper disassembly and reassembly protocol. The OFF position is towards the touchpad, the ON position is towards the display hinges. RE: Using UART - Arwen - 11-22-2019 @VoxUnius, Yes, you need something on the kernel command line like this; Code: console=ttyS2,1500000n8 And as @pfeerick said, you need to flip an internal switch; Wiki - Pinebook Pro - Using the UART |