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

Difference between revisions of "Rock3/Debian"

Line 36: Line 36:
  
 
The preinstalled Desktop is xfce4.
 
The preinstalled Desktop is xfce4.
 +
=== Install and update  necessary packages ===
 +
 +
Add Radxa APT, see [[rock3/radxa-apt | Radxa APT]].
 +
 +
Install packages;
 +
 +
  $ sudo apt-get update
 +
  $ sudo apt-get install -y rockchip-overlay
 +
  $ sudo apt-get install -y linux-4.4-rock-3-latest
 +
 +
=== Network Connection ===
 +
 +
There are two methods for network connection. One is Ethernet and the other is WIFI.
 +
==== Ethernet Connection ====
 +
You can use a network cable (one end connected to the external network port or route)  to connect your ROCK 3 to the network. The ROCK 3 will automatically configure the network for your surfing on the Internet.
 +
 +
===== To test the Ethernet, we need to follow the steps: =====
 +
 +
* Check whether the Ethernet is normal by command, '''ifconfig''', which would show us a network card, eth0, and the Ethernet IP address. Also, use tool, ping, to connect to a normal domain.
 +
 +
  $ ifconfig
 +
  $ ping www.baidu.com
 +
 +
* If failed to connect to a normal domain. , try
 +
 +
  $ sudo dhclient eth0
 +
 +
==== WIFI Connection ====
 +
When there is not a network cable for your ROCK Pi N10 the WIFI connection is another good choice. ROCK Pi N10 supports 2.4G/5G WIFI wireless network.

Revision as of 07:47, 17 August 2021

    ROCK 3 >  Debian

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.

Install and update necessary packages

Add Radxa APT, see Radxa APT.

Install packages;

 $ sudo apt-get update
 $ sudo apt-get install -y rockchip-overlay
 $ sudo apt-get install -y linux-4.4-rock-3-latest

Network Connection

There are two methods for network connection. One is Ethernet and the other is WIFI.

Ethernet Connection

You can use a network cable (one end connected to the external network port or route) to connect your ROCK 3 to the network. The ROCK 3 will automatically configure the network for your surfing on the Internet.

To test the Ethernet, we need to follow the steps:
  • Check whether the Ethernet is normal by command, ifconfig, which would show us a network card, eth0, and the Ethernet IP address. Also, use tool, ping, to connect to a normal domain.
 $ ifconfig
 $ ping www.baidu.com
  • If failed to connect to a normal domain. , try
 $ sudo dhclient eth0

WIFI Connection

When there is not a network cable for your ROCK Pi N10 the WIFI connection is another good choice. ROCK Pi N10 supports 2.4G/5G WIFI wireless network.