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"

(Created page with "{{rockpiS_header}} {{Languages|rockpiS/getting_started/troubleshooting}} ROCK Pi S > Getting Started > rockpiS/getting_start...")
 
(Check the serial console)
 
(5 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
=== Check the serial console ===
 
=== Check the serial console ===
  
By default, the ROCK Pi S uses the colorful 26PIN GPIO header PIN19 and PIN21.
+
1. By default, the ROCK Pi S uses the colorful 26PIN 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 S  system image.
 +
 
 +
To access ROCK Pi S by SSH, try
 +
 
 +
  ping ip-of-device
 +
  ssh rock@ip-of-device
 +
 
 +
or
 +
 
 +
  ping rockpis.local
 +
  ssh rock@rockpis.local

Latest revision as of 02:49, 1 June 2020

    ROCK Pi S >  Getting Started >  Troubleshooting

Check the serial console

1. By default, the ROCK Pi S uses the colorful 26PIN 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 S system image.

To access ROCK Pi S by SSH, try

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

or

 ping rockpis.local
 ssh rock@rockpis.local