f0cal / google-coral

Community gathering point for Google Coral dev board and dongle knowledge.
107 stars 14 forks source link

Gibberish words seen after running screen #71

Closed Prem95 closed 4 years ago

Prem95 commented 4 years ago

What I ran

screen /dev/ttyUSB0

What the docs said should happen

The Coral will be booted until a login with random hostname appears.

What actually happened

Gibberish words on the screen indicating the comms are not working as intended. But still able to login later on.

Screenshot 2020-02-12 at 10 35 33 PM
Namburger commented 4 years ago

@Prem95 Ensure to include the baud rate, without setting the correct baud rate, screen will misinterpret the serial data:

screen /dev/ttyUSB0 115200