Difference between revisions of "Rock3/Debian"
< Rock3
Line 19: | Line 19: | ||
Check [[rock3/dev/serial-console | Serial Console]] | Check [[rock3/dev/serial-console | Serial Console]] | ||
+ | ==== Option 2: SSH ==== | ||
+ | SSH server is enabled on port 22 of ROCK 3 default image. | ||
+ | |||
+ | Please use [https://angryip.org/ angryip] or use this command '''"ifconfig"''' by serial console to find your board IP address. | ||
+ | |||
+ | $ ping ip-of-device | ||
+ | $ ssh linaro@ip-of-device | ||
+ | === Debian Default User Account === | ||
+ | |||
+ | Non-root User: | ||
+ | |||
+ | User Name : linaro | ||
+ | Password : linaro | ||
+ | |||
+ | ===Desktop === | ||
+ | |||
+ | The preinstalled Desktop is xfce4. |
Revision as of 07:05, 17 August 2021
ROCK 3 > Debian
Contents
Work with ROCK 3 Debian
Introduction to ROCK Pi N10 Debian
ROCK 3 Debian is an easy to use desktop system. While working with ROCK 3 Debian, you will find it do well on playing music, Internet, Bluetooth, AI and so on.
ROCK 3 Debian uses systemd to manage system.
Command prepended by $ means the command may be executed by an unprivileged user. And command prepended by # means the command may be executed by an privileged user. But the symbol, $ or #, is not part of the command.
Access from the Host PC/Laptop
Option 1: Serial console
Check Serial Console
Option 2: SSH
SSH server is enabled on port 22 of ROCK 3 default image.
Please use angryip or use this command "ifconfig" by serial console to find your board IP address.
$ ping ip-of-device $ ssh linaro@ip-of-device
Debian Default User Account
Non-root User:
User Name : linaro Password : linaro
Desktop
The preinstalled Desktop is xfce4.