02-13-2020, 06:59 PM
How would I connect to the PinePhone's serial console from linux? I have the USB to headphone jack converter, and killswitch 6 is flipped off, but I'm a bit lost on where to go from there.
PinePhone UART
|
02-13-2020, 06:59 PM
How would I connect to the PinePhone's serial console from linux? I have the USB to headphone jack converter, and killswitch 6 is flipped off, but I'm a bit lost on where to go from there.
02-13-2020, 09:54 PM
(02-13-2020, 06:59 PM)bobbbob Wrote: How would I connect to the PinePhone's serial console from linux? I have the USB to headphone jack converter, and killswitch 6 is flipped off, but I'm a bit lost on where to go from there. Personally, I use minicom, a pretty easy to use serial communication program. The steps I went through are as follows.
If any of this was confusing or isn't working let me know and I'll try my best to help you out.
You'll need a serial terminal application such as minicom, cutecom, gkermit, gtkterm etc. to interact with it. Connect to whatever the usb serial device appears as - probably /dev/ttyACM0 or /dev/ttyUSB0. Many of the USB serial devices auto-sense the connection parameters, but you might need to enter them manually. Mine should arrive in a few hours so I might be able to offer more detail after that if you're still having trouble.
Edit: connection details in the postmarketOS wiki
if that is the same infamous adapter as for Pinebook Pro, then don't use it! it has wrong voltage (5V instead of 3.3), look in the PBP forum for details.
ANT - my hobby OS for x86 and ARM.
02-13-2020, 11:43 PM
I could not get it to work at all. Not sure i have the right ttl levels. This is kinda goofy, as rs-232c is +-18v, bastardized down to +-12v on a pc. You can generally get away with +-5v on a short cable. Now I'm thinking this thing might be +3-0v straight ttl. Debating getting the o-scope from the attic, but I'm lazy. I've got an rpi cable, I should prolly put a meter on it, at least..
Finally, when the dip is thrown for serial, and I had a sim in the wifi refused to work. As it is the wifi is flakey, the usb-c will not take a kb, and I'm not up for much on the soft kb's, my fingy's are fat. It's all pretty close, we may just need to be patient while the various hardware drivers are cleaned up. I use ckermit on the linboxen for this type stuff. Nice and easy to send files old school. (02-13-2020, 09:54 PM)hnaguski Wrote: snip Yep, this worked perfectly. Thanks! (02-13-2020, 11:37 PM)z4v4l Wrote: if that is the same infamous adapter as for Pinebook Pro, then don't use it! it has wrong voltage (5V instead of 3.3), look in the PBP forum for details. I'm not using the one from the store, I used one from Amazon. In case someone wants to know which one, it's this . I hooked some wires from it to this.
02-14-2020, 01:41 AM
|