Difference between revisions of "Template:H5SoftwareFeature-FriendlyWrt"

From FriendlyELEC WiKi
Jump to: navigation, search
(updated by API)
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
::{| class="wikitable"
 
::{| class="wikitable"
 
|-
 
|-
| style="background: PaleTurquoise; color: black" colspan="2"| '''FriendlyWrt系统'''         
+
| style="background: PaleTurquoise; color: black" colspan="2"| '''FriendlyWrt OS'''         
 
|-
 
|-
|交叉编译器
+
|Cross Compiler
 
|style="width: 90%;"|
 
|style="width: 90%;"|
 
*gcc-linaro-6.3.1-2017.02-x86_64_aarch64-linux-gnu
 
*gcc-linaro-6.3.1-2017.02-x86_64_aarch64-linux-gnu
*适用于64-bit Armv8 Cortex-A, little-endian架构,在NanoPi H5开发板上长期验证和试用。
+
*Applicable for 64-bit Armv8 Cortex-A, little-endian. It has been tested and verified with FriendlyElec's Allwinner H5 boards.
 
|-
 
|-
 
|rowspan="1"| U-boot-2017.11
 
|rowspan="1"| U-boot-2017.11
 
|
 
|
*与FriendlyCore系统一致。
+
*Same as FriendlyCore
 
|-
 
|-
 
|rowspan="1"| Linux-4.14
 
|rowspan="1"| Linux-4.14
 
|
 
|
*与FriendlyCore系统一致。
+
*Same as FriendlyCore
 
|-
 
|-
|rowspan="1"| 文件系统 <b>
+
|rowspan="1"| File System <b>
 
|
 
|
*基于 OpenWrt-18.06 构建,保留 OpenWrt 原生的功能特性;
+
*Based on OpenWrt-18.06 and keeps OpenWrt's original features;
*基于 FriendlyElec 维护的 U-boot-2017.11 + Linux-4.14。
+
*Based on a U-boot-2017.11 + Linux-4.14 system which is maintained by FriendlyElec
*优化第一次开机时单板硬件相关的初始化。
+
*Optimizes system initialization on a first time system boot
*支持 huawei wifi 2 mini(E8372h)
+
*Supports Huawei wifi 2 mini(E8372h)
*支持 5G USB WiFi rtl8821cu,可热插拔。
+
*Supports 5G USB WiFi rtl8821cu, plug and play
*支持 Matrix-LCD2USB,默认显示 IP 地址。
+
*Supports Matrix-LCD2USB, by default it shows an IP address
*支持基于 CPU ID 生成 UNI 以太网 MAC 地址。
+
*Utilizes overlayfs, for more details refer to [[How to use overlayfs on Linux]]
*使用 overlayfs,参考[[How to use overlayfs on Linux]]
+
*Supports auto-extension of file system on a first time system boot
*支持首次启动时自动扩展文件系统。
+
*Supports one-touch script to compile U-boot/Linux/FriendlyWrt rootfs and generate an image file, for more details refer to [[How to Build FriendlyWrt]]
*提供一键编译 U-boot/Linux/FriendlyWrt rootfs 并且生成系统映像的脚本工具,参考[[How to Build FriendlyWrt]]
+
*Supports flashing an image to eMMC with eflasher, for more details refer to [[EFlasher]]。
*支持使用 eflasher 工具烧写到 eMMC(仅支持带eMMC的板子),参考[[EFlasher]]。
+
 
|-
 
|-
 
|}
 
|}

Latest revision as of 04:44, 7 November 2019

FriendlyWrt OS
Cross Compiler
  • gcc-linaro-6.3.1-2017.02-x86_64_aarch64-linux-gnu
  • Applicable for 64-bit Armv8 Cortex-A, little-endian. It has been tested and verified with FriendlyElec's Allwinner H5 boards.
U-boot-2017.11
  • Same as FriendlyCore
Linux-4.14
  • Same as FriendlyCore
File System
  • Based on OpenWrt-18.06 and keeps OpenWrt's original features;
  • Based on a U-boot-2017.11 + Linux-4.14 system which is maintained by FriendlyElec
  • Optimizes system initialization on a first time system boot
  • Supports Huawei wifi 2 mini(E8372h)
  • Supports 5G USB WiFi rtl8821cu, plug and play
  • Supports Matrix-LCD2USB, by default it shows an IP address
  • Utilizes overlayfs, for more details refer to How to use overlayfs on Linux
  • Supports auto-extension of file system on a first time system boot
  • Supports one-touch script to compile U-boot/Linux/FriendlyWrt rootfs and generate an image file, for more details refer to How to Build FriendlyWrt
  • Supports flashing an image to eMMC with eflasher, for more details refer to EFlasher