03-25-2019, 08:09 AM
(03-24-2019, 10:13 PM)jekohk Wrote:(03-24-2019, 07:34 AM)hmuller Wrote:(03-23-2019, 03:55 PM)jekohk Wrote: Hi,
I just received my RockPro64 and unfortunately am getting no display out of HDMI when I boot. Thus i'm trying to communicate with it over serial to see what's going on.
I did not want to wait 2 weeks for the Pine USB to Serial adapter to arrive so I ended up buying this adapter from Amazon https://www.adafruit.com/product/954
Unfortunately i'm still unable to get any input on my terminal from the board. I connected GND->GND, RX->TX and TX->RX, verified the device connected on ttyUSB0 and ran minicom with the following settings: `sudo minicom -s -D /dev/ttyUSB0 -b 1500000` but nothing.
Any tips would be much appreciated!
Reduce the bits per second to 115200, it is doubtful your usbtty device will communicate at the speed you are asking it to.
hmm still nothing unfortunately :/ I thought I read elsewhere on the forums that a USB with the CP2012 chipset would work with RockPro64 but maybe I was wrong? Really at a loss here, and hoping it's not a bad board I ordered.. anyone have suggestions for where to go from here? I do get a green light next to the power barrel and lights on the ethernet port so at least it looks like the board is getting power? But nothing from HDMI or USB ports (I tried plugging in multiple keyboards)
You do need to communicate with the rockchip devices at 1500000. I could not verify that the cp2012 does support that--maybe some else can confirm for sure. I assume you are booting the device from an SD card. Which distribution are you trying to run, and how did you write it to the ssd? I have sometimes had problems with HDMI output, but have never had an issue with the serial terminal. I use picocom, rather than minicom, "sudo picocom /dev/ttyUSB0 -b 1500000". Doesn't the -s on the minicom command put it into some kind of setup mode? I've also seen some reviews of a particular CP2012 device where the reviewer has said that the the tx and rx wires on the device were switched and he had to switch the connections to get something to work, FWIW.