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

Difference between revisions of "RockpiS/getting started/troubleshooting"

(Using ssh)
(Using SSH)
Line 25: Line 25:
  
 
   ping rockpis.local
 
   ping rockpis.local
   ssh @rockpis.local
+
   ssh rock@rockpis.local

Revision as of 10:57, 5 July 2019

    ROCK Pi S >  Getting Started >  Troubleshooting

Check the serial console

By default, the ROCK Pi S uses the colorful 26PIN GPIO header PIN19 and PIN21.

Default non-root user

 user: rock
 password: rock

Using SSH

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

To access ROCK Pi S by SSH, try

 ping debian.local
 ssh rock@debian.local

or

 ping rockpis.local
 ssh rock@rockpis.local