Difference between revisions of "Template:OpenWrt1"
(→Work with OpenWrt) |
(updated by API) |
||
Line 1: | Line 1: | ||
− | ==Work with | + | ==Work with OpenWrt== |
===Introduction=== | ===Introduction=== | ||
OpenWrt is a highly extensible GNU/Linux distribution for embedded devices.Unlike many other distributions for routers, OpenWrt is built from the ground up to be a full-featured, easily modifiable operating system for embedded devices. In practice, this means that you can have all the features you need with none of the bloat, powered by a modern Linux kernel. For more details you can refer to:[https://openwrt.org/ OpenWrt Website]. | OpenWrt is a highly extensible GNU/Linux distribution for embedded devices.Unlike many other distributions for routers, OpenWrt is built from the ground up to be a full-featured, easily modifiable operating system for embedded devices. In practice, this means that you can have all the features you need with none of the bloat, powered by a modern Linux kernel. For more details you can refer to:[https://openwrt.org/ OpenWrt Website]. | ||
Line 55: | Line 55: | ||
{{{1}}}you need to use a USB to serial board and here is a hardware setup:<br>[[File:T4usb2serialport.jpg|frameless|500px]]<br> | {{{1}}}you need to use a USB to serial board and here is a hardware setup:<br>[[File:T4usb2serialport.jpg|frameless|500px]]<br> | ||
| NanoPi-M4 = | | NanoPi-M4 = | ||
+ | {{{1}}}you need to use a USB to serial board and here is a hardware setup:<br>[[File:m4usb2serialport.jpg|frameless|500px]]<br> | ||
+ | | NanoPi-M4V2 = | ||
{{{1}}}you need to use a USB to serial board and here is a hardware setup:<br>[[File:m4usb2serialport.jpg|frameless|500px]]<br> | {{{1}}}you need to use a USB to serial board and here is a hardware setup:<br>[[File:m4usb2serialport.jpg|frameless|500px]]<br> | ||
| NanoPi-NEO4 = | | NanoPi-NEO4 = | ||
Line 109: | Line 111: | ||
| NanoPi-NEO-Plus2 | | NanoPi-NEO-Plus2 | ||
| NanoPi-NEO2 = | | NanoPi-NEO2 = | ||
− | In FriendlyElec's | + | In FriendlyElec's OpenWrt system the Ethernet(eth0) is configured as WAN.<br> |
Before power on your board make sure your board is connected to a master router's LAN with an Ethernet cable and the eth0 will be assigned an IP address by DHCP.<br> | Before power on your board make sure your board is connected to a master router's LAN with an Ethernet cable and the eth0 will be assigned an IP address by DHCP.<br> | ||
For example, if your eth0 is assigned an IP address 192.168.1.163 you can login with SSH by running the following command: | For example, if your eth0 is assigned an IP address 192.168.1.163 you can login with SSH by running the following command: | ||
Line 119: | Line 121: | ||
| NanoPi-Duo2 | | NanoPi-Duo2 | ||
| NanoPi-Duo = | | NanoPi-Duo = | ||
− | By default in FriendlyElec's | + | By default in FriendlyElec's OpenWrt system the WiFi AP hotspot's name is like "OpenWrt-10:d0:7a:de:3d:92" and the network segment is 192.168.2.x. You can connect your device to it and login with SSH without a password by running the following command: |
<syntaxhighlight lang="text"> | <syntaxhighlight lang="text"> | ||
$ ssh root@192.168.2.1 | $ ssh root@192.168.2.1 | ||
Line 127: | Line 129: | ||
* <strong>Login via Web</strong> | * <strong>Login via Web</strong> | ||
− | You can login | + | You can login OpenWrt via a LuCI Web page.<br> |
{{#switch: {{{1}}} | {{#switch: {{{1}}} | ||
| NanoPi-R1 | | NanoPi-R1 | ||
Line 138: | Line 140: | ||
| NanoPi-NEO-Plus2 | | NanoPi-NEO-Plus2 | ||
| NanoPi-NEO2 = | | NanoPi-NEO2 = | ||
− | After you go through all the steps in <Login via SSH> and get an IP address e.g. 192.168.1.163 for the Ethernet connection, type this IP address in a browser's address bar and you will be able to login LuCI:<br> | + | After you go through all the steps in <Login via SSH> and get an IP address e.g. 192.168.1.163 for the Ethernet connection, type this IP address in a browser's address bar and you will be able to login OpenWrt-LuCI:<br> |
[[File:R1-OpenWrt-LuCI.jpg|frameless|600px|R1-OpenWrt-LuCI]]<br> | [[File:R1-OpenWrt-LuCI.jpg|frameless|600px|R1-OpenWrt-LuCI]]<br> | ||
| NanoPi-NEO-Air | | NanoPi-NEO-Air | ||
| NanoPi-Duo2 | | NanoPi-Duo2 | ||
| NanoPi-Duo = | | NanoPi-Duo = | ||
− | After you go through all the steps in <Login via SSH> and get an IP address e.g. 192.168.2.1 for the Ethernet connection, type this IP address in a browser's address bar and you will be able to login LuCI:<br> | + | After you go through all the steps in <Login via SSH> and get an IP address e.g. 192.168.2.1 for the Ethernet connection, type this IP address in a browser's address bar and you will be able to login OpenWrt-LuCI:<br> |
[[File:OpenWrt-LuCI_wlan0.jpg|frameless|600px|OpenWrt-LuCI_wlan0]]<br> | [[File:OpenWrt-LuCI_wlan0.jpg|frameless|600px|OpenWrt-LuCI_wlan0]]<br> | ||
}} | }} | ||
Line 149: | Line 151: | ||
===Manage Software Packages=== | ===Manage Software Packages=== | ||
− | + | OpenWrt has a package management utility: opkg. You can get its details by running the following command: | |
<syntaxhighlight lang="text"> | <syntaxhighlight lang="text"> | ||
$ opkg | $ opkg | ||
Line 243: | Line 245: | ||
These messages mean four CPU cores are working online. Each core's temperature is 26.5 degrees. Each core's governor is on demand and the frequency is 480 MHz. | These messages mean four CPU cores are working online. Each core's temperature is 26.5 degrees. Each core's governor is on demand and the frequency is 480 MHz. | ||
− | * <strong>Check System Status on LuCI Web Page</strong> | + | * <strong>Check System Status on OpenWrt-LuCI Web Page</strong> |
− | After open the LuCI page, go to "Statistics ---> Graphs" and you will see various system statistics e.g.:<br> | + | After open the OpenWrt-LuCI page, go to "Statistics ---> Graphs" and you will see various system statistics e.g.:<br> |
1) System Load:<br> | 1) System Load:<br> | ||
[[File:statistics_system_load.png|frameless|600px|statistics_system_load]] <br> | [[File:statistics_system_load.png|frameless|600px|statistics_system_load]] <br> | ||
Line 265: | Line 267: | ||
===Check Network->Interfaces Configurations=== | ===Check Network->Interfaces Configurations=== | ||
− | * After open the LuCI page, go to "Network" ---> "Interfaces" and you will see the current network's configurations: <br> | + | * After open the OpenWrt-LuCI page, go to "Network" ---> "Interfaces" and you will see the current network's configurations: <br> |
{{#switch: {{{1}}} | {{#switch: {{{1}}} | ||
| NanoPi-R1 | | NanoPi-R1 | ||
Line 293: | Line 295: | ||
| NanoPi-NEO-Air = | | NanoPi-NEO-Air = | ||
===Check Netwrok->Wireless Configurations=== | ===Check Netwrok->Wireless Configurations=== | ||
− | * After open the LuCI page, go to Network ---> Wireless and you will see the WiFi hotspot's configurations:<br> | + | * After open the OpenWrt-LuCI page, go to Network ---> Wireless and you will see the WiFi hotspot's configurations:<br> |
[[File:op_wireless.jpg|frameless|600px|op_wireless]]<br> | [[File:op_wireless.jpg|frameless|600px|op_wireless]]<br> | ||
− | A default WiFi AP's hotspot name looks like " | + | A default WiFi AP's hotspot name looks like "OpenWrt-10:d0:7a:de:3d:92". It doesn't have a password. You can connect your smart phone to it and browse the internet.<br> |
* All the configurations listed on the Network->Wireless page are stored in the "/etc/config/wireless" file.<br> | * All the configurations listed on the Network->Wireless page are stored in the "/etc/config/wireless" file.<br> | ||
}} | }} | ||
Line 302: | Line 304: | ||
| NanoPi-R1 = | | NanoPi-R1 = | ||
===Check LED Configurations=== | ===Check LED Configurations=== | ||
− | * After open the LuCI page, go to System ---> LED Configuration and you will see the LED's configurations: <br> | + | * After open the OpenWrt-LuCI page, go to System ---> LED Configuration and you will see the LED's configurations: <br> |
[[File:R1_openwrt_led.png|frameless|600px|R1_openwrt_led]] <br> | [[File:R1_openwrt_led.png|frameless|600px|R1_openwrt_led]] <br> | ||
* By default the LED is configured as follows: | * By default the LED is configured as follows: | ||
Line 315: | Line 317: | ||
| NanoPi-R1 = | | NanoPi-R1 = | ||
===Check BUTTON Configurations=== | ===Check BUTTON Configurations=== | ||
− | FriendlyElec's | + | FriendlyElec's OpenWrt system uses the triggerhappy utility to configure BUTTON's functions. By default when BUTTON is pressed a reboot will be triggered. |
If the system needs to be rebooted we suggest you use BUTTON to trigger a reboot. This prevents the file system from being damaged by accidental system shutdown.<br> | If the system needs to be rebooted we suggest you use BUTTON to trigger a reboot. This prevents the file system from being damaged by accidental system shutdown.<br> | ||
The configurations for the triggerhappy utility are stored in the "/etc/triggerhappy/triggers.d/example.conf" file. | The configurations for the triggerhappy utility are stored in the "/etc/triggerhappy/triggers.d/example.conf" file. |
Revision as of 07:37, 9 September 2019
Contents
1 Work with OpenWrt
1.1 Introduction
OpenWrt is a highly extensible GNU/Linux distribution for embedded devices.Unlike many other distributions for routers, OpenWrt is built from the ground up to be a full-featured, easily modifiable operating system for embedded devices. In practice, this means that you can have all the features you need with none of the bloat, powered by a modern Linux kernel. For more details you can refer to:OpenWrt Website.
1.2 System Login
- Login via Serial Port
When you do kernel development you'd better get a serial communication board. After you connect your board to a serial communication board you will be able to do development work from a commandline utility.
Here is a hardware setup:
After you connect your board to a serial communication board (e.g. FriendlyElec's serial communication board) you can power the whole system from either the DC port on the serial communication board or the MicroUSB port(if there is one) on your board:
or you can use a USB to serial board and power on the whole system at the MicroUSB port with a 5V/2A power.
By default you will login as root without a password. You can use "passwd" to set a password for root.
On first boot the system will automatically extend the file system on the TF card to the max capacity:
Please wait for this to be done.
- Login via SSH
- Login via Web
You can login OpenWrt via a LuCI Web page.
By default you will login as root without a password, just click on "Login" to login.
1.3 Manage Software Packages
OpenWrt has a package management utility: opkg. You can get its details by running the following command:
$ opkg Package Manipulation: update Update list of available packages upgrade <pkgs> Upgrade packages install <pkgs> Install package(s) configure <pkgs> Configure unpacked package(s) remove <pkgs|regexp> Remove package(s) flag <flag> <pkgs> Flag package(s) <flag>=hold|noprune|user|ok|installed|unpacked (one per invocation) Informational Commands: list List available packages list-installed List installed packages list-upgradable List installed and upgradable packages list-changed-conffiles List user modified configuration files files <pkg> List files belonging to <pkg> search <file|regexp> List package providing <file> find <regexp> List packages whose name or description matches <regexp> info [pkg|regexp] Display all info for <pkg> status [pkg|regexp] Display all status for <pkg> download <pkg> Download <pkg> to current directory ...
These are just part of the manual. Here are some popular opkg commands.
- Update Package List
Before you install a package you'd better update the package list:
$ opkg update
- Check Available Packages
$ opkg list
At the time of writing there are 3241 packages available.
- Check Installed Packages:
$ opkg list-installed
At the time of writing 124 packages have been installed.
- Install/Delete Packages:
$ opkg install <pkgs> $ opkg remove <pkgs>
- Check Files Contained in Installed Packages:
$ opkg files <pkg>
- Install Chinese Language Package for LuCI
$ opkg install luci-i18n-base-zh-cn
- Check Changed Files:
$ opkg list-changed-conffiles
- Reference Links:
1.4 Check System Status
- Check CPU Temperature & Frequency via Commandline
$ cpu_freq Aavailable frequency(KHz): 480000 624000 816000 1008000 Current frequency(KHz): CPU0 online=1 temp=26548C governor=ondemand freq=624000KHz CPU1 online=1 temp=26548C governor=ondemand freq=624000KHz CPU2 online=1 temp=26548C governor=ondemand freq=624000KHz CPU3 online=1 temp=26548C governor=ondemand freq=624000KHz
These messages mean that there are four CPU cores working online simultaneously. Each core's temperature is 26.5 degrees in Celsius, the scheduling policy is on-demand and the working frequency is 624MHz. You can set the frequency by running the following command:
$ cpu_freq -s 1008000 Aavailable frequency(KHz): 480000 624000 816000 1008000 Current frequency(KHz): CPU0 online=1 temp=36702C governor=userspace freq=1008000KHz CPU1 online=1 temp=36702C governor=userspace freq=1008000KHz CPU2 online=1 temp=36702C governor=userspace freq=1008000KHz CPU3 online=1 temp=36702C governor=userspace freq=1008000KHz
These messages mean four CPU cores are working online. Each core's temperature is 26.5 degrees. Each core's governor is on demand and the frequency is 480 MHz.
- Check System Status on OpenWrt-LuCI Web Page
After open the OpenWrt-LuCI page, go to "Statistics ---> Graphs" and you will see various system statistics e.g.:
1) System Load:
2) RAM:
3) CPU Temperature:
All the statistics listed on the Statistics page are presented by the luci-app-statistics package which uses the Collectd utility to collect data and presents them with the RRDtool utility.
If you want to get more statistics you can install other collectd-mod-* packages.
All collectd-mod-* packages use the same configuration file: /etc/config/luci_statistics.
- Reference Links:
1.5 Check Network->Interfaces Configurations
- After open the OpenWrt-LuCI page, go to "Network" ---> "Interfaces" and you will see the current network's configurations:
- All the configurations listed on the Network->Interfaces page are stored in the "/etc/config/network" file.