Please enable javascript, or click here to visit my ecommerce web site powered by Shopify.
Jump to: navigation, search

RockpiE/getting started/troubleshooting

< RockpiE‎ | getting started
Revision as of 02:49, 1 June 2020 by Stephen (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
    ROCK Pi E >  Getting Started >  Troubleshooting

Check the serial console

1. By default, the ROCK Pi E uses the colorful 40PIN GPIO header PIN8 and PIN10.

2. The USB to TTL chip must support 1.5Mbps baud rate, some cheap USB to TTL chip can not support such high baud rate.

Default non-root user

 user: rock
 password: rock

Using SSH

Package ssh is pre-installed on ROCK Pi E system image.

To access ROCK Pi E by SSH, try

 ping ip-of-device
 ssh rock@ip-of-device

or

 ping rockpie.local
 ssh rock@rockpie.local