Difference between revisions of "Template:H5SoftwareFeature-FriendlyCore"

From FriendlyELEC WiKi
Jump to: navigation, search
(updated by API)
Line 1: Line 1:
 
::{| class="wikitable"
 
::{| class="wikitable"
 
|-
 
|-
| style="background: PaleTurquoise; color: black" colspan="2"| '''FriendlyCore系统'''         
+
| style="background: PaleTurquoise; color: black" colspan="2"| '''FriendlyCore System'''         
 
|-
 
|-
|交叉编译器 ||  
+
|Cross-Compiler ||  
 
*gcc-linaro-6.3.1-2017.02-x86_64_aarch64-linux-gnu <br>
 
*gcc-linaro-6.3.1-2017.02-x86_64_aarch64-linux-gnu <br>
*适用于64-bit Armv8 Cortex-A, little-endian架构,在NanoPi H5开发板上长期验证和试用。
+
*it applies to 64-bit Armv8 Cortex-A, little-endian architechture. FriendlyElec uses it for its H5 based boards.
 
|-
 
|-
 
|rowspan="1"| U-boot-2017.11
 
|rowspan="1"| U-boot-2017.11
 
|
 
|
*支持自动探测FriendlyElec所有的型号NanoPi H5开发板,自动加载对应的dtb文件。
+
*It can recognize a FriendlyElec's H5 based board and load its dtb file accordingly.
*优化内存设置。
+
*It optimizes memory settings.
*支持设置CPU电压调节芯片sy8106a,仅适用于NanoPi K1 Plus/NanoPi NEO Core2。
+
*It supports voltage regulation IC sy8106a and applies only to NanoPi K1 Plus/NanoPi NEO Core2.
*支持基于H5 CPU唯一ID生成以太网MAC地址。<!--避免局域网内多台设备共用同一个MAC地址-->
+
*It supports MAC generation from H5's CPU ID.<!--this avoids conflicts of MAC address within a local area network-->
*支持检测SD/eMMC启动方式,自动加载对应存储设备里的内核。
+
*It supports system booting from either SD card or eMMC and can automatically load the kernel from the booting device.
 
|-
 
|-
 
|rowspan="1"| Linux-4.14
 
|rowspan="1"| Linux-4.14

Revision as of 08:43, 30 July 2018

FriendlyCore System
Cross-Compiler
  • gcc-linaro-6.3.1-2017.02-x86_64_aarch64-linux-gnu
  • it applies to 64-bit Armv8 Cortex-A, little-endian architechture. FriendlyElec uses it for its H5 based boards.
U-boot-2017.11
  • It can recognize a FriendlyElec's H5 based board and load its dtb file accordingly.
  • It optimizes memory settings.
  • It supports voltage regulation IC sy8106a and applies only to NanoPi K1 Plus/NanoPi NEO Core2.
  • It supports MAC generation from H5's CPU ID.
  • It supports system booting from either SD card or eMMC and can automatically load the kernel from the booting device.
Linux-4.14
  • 支持LED,通过/sys/class/leds访问。
  • 支持GPIO,通过/sys/class/gpio/访问。
  • 支持UART0/1/2/3,通过/dev/ttySX访问。


  • 支持PWM0,通过/sys/class/pwm/访问,与UART0引脚复用。
  • 支持I2S0,默认配合PCM5102A codec使用,与I2C1引脚复用。
  • 支持Watchdog,通过/dev/watchX访问。
  • 支持读取CPU ID,通过/sys/bus/nvmem/devices/sunxi-sid0/nvmem访问。
  • 支持IR Receive,需自行外接IR接收器。
  • 支持CPU动态电压调节。


  • 支持TF Card。
  • 支持1000M Ethernet。
  • 支持H5自带Codec,录音与播放。
  • 支持USB Camera(CAM202)。
  • 支持市面上常见USB WiFi Adapter。
  • 支持市面上常见USB Ethernet Adapter。
  • 支持市面上常见USB Serial Converter。
  • 支持市面上常见USB Sound Card。


文件系统
  • 基于UbuntuCore-16.04构建,保留UbuntuCore的原始特性。
  • 内置常用软件包: VIM/Nano/SSHserver等。
  • 内置Qt-Embedded-4.8,适合企业用户快速开发需要图形界面的产品。
  • 内置网络管理工具NetworkManager,自动检测和连接网络,便于管理网络,参考 NetworkManager
  • 内置命令行配置工具npi-config,可用于配置用户密码、系统语言、时区、Hostname、SSH开关、自动登录选项、硬件接口,参考Npi-config
  • 支持首次启动时自动扩展文件系统。
  • 支持启动时自动修复文件系统。
  • 启动512MB的swap分区。
  • 支持WiringNP,通过类似Arduino的API访问NanoPi的gpio/i2c/spi等,参考 [WiringNP
  • 支持BakeBit,BakeBit是一套传感器连接的解决方案,包括硬件(NanoHat Hub扩展板)和软件(BakeBit),参考BakeBit
  • 支持RPi.GPIO,通过Python访问NanoPi的gpio,参考 RPi.GPIO