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
(→Using SSH) |
(→Using SSH) |
||
| Line 19: | Line 19: | ||
To access ROCK Pi S by SSH, try | To access ROCK Pi S by SSH, try | ||
| − | ping | + | ping ip-of-device |
| − | ssh rock@ | + | ssh rock@ip-of-device |
or | or | ||
Revision as of 11:37, 29 October 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 ip-of-device ssh rock@ip-of-device
or
ping rockpis.local ssh [email protected]
