03-24-2019, 07:34 AM
(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.