Difference between revisions of "RockpiE/Debian"
< RockpiE
(Created page with "{{rockpiE_header}} {{Languages|rockpiE/Debian}} ROCK Pi E > Debian __TOC__ == Work with ROCK Pi E Debian == === Introduction to RO...") |
(→Ethernet Connection) |
||
Line 42: | Line 42: | ||
==== Ethernet Connection ==== | ==== Ethernet Connection ==== | ||
− | You can use a network cable (one end connected to the external network port or route) to connect your ROCK Pi | + | You can use a network cable (one end connected to the external network port or route) to connect your ROCK Pi E to the network. The ROCK Pi E will automatically configure the network for your surfing on the Internet. |
===== To test the Ethernet, we need to follow the steps: ===== | ===== To test the Ethernet, we need to follow the steps: ===== |
Revision as of 08:15, 20 November 2019
ROCK Pi E > Debian
Contents
Work with ROCK Pi E Debian
Introduction to ROCK Pi E Debian
ROCK Pi E Debian is an easy to use desktop system. While working with ROCK Pi E Debian, you will find it do well on playing music, playing video, Internet, Bluetooth and so on.
Here Need a USB to TTL serial cable. Or use SSH.
Debian Default User Account
Non-root User:
User Name : rock Password : rock
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-latest
Install xfce4 desktop
$ sudo apt-get install -y xfce4 $ sudo apt-get install -y xfce4-goodies task-xfce-desktop lightdm dialog tango-icon-theme
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 Pi E to the network. The ROCK Pi E will automatically configure the network for your surfing on the Internet.
To test the Ethernet, we need to follow the steps:
- Switch to super user mode by command
$ sudo su
- 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 -I eth0 www.baidu.com $ ping -I eth1 www.baidu.com
WIFI Connection
When there is not a network cable for your ROCK Pi E the WIFI connection is another good choice. ROCK Pi E supports 2.4G WIFI wireless network.
To test the WIFI performance, we need to follow the steps:
- Switch to super user mode
$ sudo su
- Open the WIFI
$ nmcli r wifi on
- Scan WIFI
$ nmcli dev wifi
- Connect to WIFI network
$ nmcli dev wifi connect "wifi_name" password "wifi_password"
- Test WIFI perpormance by tool iperf.