PINE64

Full Version: Serial Console for the Rock64
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
THere is this one from Amazon, https://www.amazon.com/Adapter-Serial-Co...S486A9CQ0R  and some other  cheaper ones ones .
also.  

I know this one has worked for me.
The "USB to Serial" I use is the same product(probably ?) as the one below.
And it works correctly.

https://www.amazon.com/PL2303HX-Download...ics&sr=1-3
https://www.amazon.com/s?k=PL2303HX&i=el...e-asc-rank

---

However, products of this genre have a large number of fakes.
For example, It is often the case that the item description and the actual item are different.

Please be careful about that point.
So an update- I ordered the following adapter from Sparkfun https://www.sparkfun.com/products/14050 which uses the CH340G Chip

uname output: 
Code:
Linux carbon 4.13.0-46-generic #51-Ubuntu SMP Tue Jun 12 12:36:29 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

The following output is from dmesg:
Code:
[  396.785621] usb 2-1: new full-speed USB device number 5 using xhci_hcd
[  396.927062] usb 2-1: New USB device found, idVendor=1a86, idProduct=7523
[  396.927069] usb 2-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[  396.927073] usb 2-1: Product: USB2.0-Serial
[  396.961478] usbcore: registered new interface driver usbserial
[  396.961509] usbcore: registered new interface driver usbserial_generic
[  396.961526] usbserial: USB Serial support registered for generic
[  396.964206] usbcore: registered new interface driver ch341
[  396.964250] usbserial: USB Serial support registered for ch341-uart
[  396.964267] ch341 2-1:1.0: ch341-uart converter detected
[  396.965807] usb 2-1: ch341-uart converter now attached to ttyUSB0

I connected only the RX and GND from the serial adapter to ports 8 and 6 on the RockPro respectively (GND to 6, RX to 8)

I've tried both picocom and minicom with the following arguments:
sudo picocom /dev/ttyUSB0 -b 1500000
sudo minicom -s -D /dev/ttyUSB0 -b 1500000

And i'm getting no signal on the console when powering on the RockPro64. I also tried different combinations of TX/RX to ports 8/10 on the board to no avail. 

Unsure if it could be related to my OS/SDCard as well so I have tried a few different distros using both Etcher and the Pine64 installer. So far i've tried Ubuntu Bionic Minimal (ayufan), Bionic Desktop (ayufan) and Rasbian stretch. 

Any ideas of where to go from here? at this point i'm starting to wonder if I could've gotten a bad board Sad

Also it's possible that my laptop seeing the CH340G as a "CH341" is a potential issue? But not sure.

*EDIT*
I am reading in other forum posts that there should be some other white LED if the SDCard is able to boot? This is a brand new 64GB SDCard I bought from the Pine store so I don't know if that could be the issue. Also reading it's highly likely the SD Card slot on my board is dead, as apparently this is common. Any way to verify that before I go ahead and send this back for a replacement? This is starting to get very frustrating :/
I too neglected to purchase the serial console with my initial order.

Very clever Pine Microsystems, Inc., now I get to order more gear.

In the meantime, could I be tweaking the linux build of my choice on the card and when I have the serial console, use an imaging software (Clonezilla for instance) to write the SD to the emmc? Sorry if it's a ridculous question.

1. Image the sd build.
2. Use that image to write to the emmc (instead of pulling an image from the network).
3. Boot into the emmc build.
4. Wipe the sd card and use it for additional storage.
I'm guessing not at all that simple but thought I'd ask.
____________________________________________________
SeatsAndChairs.com Inc.
Pages: 1 2 3 4