Notice: Radxa Wiki is no longer maintained and content is for reference only. Please visit the latest Radxa Documentation site:
docs.radxa.com
Difference between revisions of "RockpiS/getting started/troubleshooting"
< RockpiS | getting started
(Created page with "{{rockpiS_header}} {{Languages|rockpiS/getting_started/troubleshooting}} ROCK Pi S > Getting Started > rockpiS/getting_start...") |
|||
| Line 7: | Line 7: | ||
By default, the ROCK Pi S uses the colorful 26PIN GPIO header PIN19 and PIN21. | 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 | ||
| + | |||
| + | |||
| + | or | ||
| + | |||
| + | ping rockpis.local | ||
| + | ssh @rockpis.local | ||
Revision as of 10:53, 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 [email protected]
or
ping rockpis.local ssh @rockpis.local
