Difference between revisions of "Template:H5SoftwareFeature/zh"

From FriendlyELEC WiKi
Jump to: navigation, search
(updated by API)
(updated by API)
Line 3: Line 3:
 
|软件||说明|| 仓库 || 支持该特性的开发板型号
 
|软件||说明|| 仓库 || 支持该特性的开发板型号
 
|-
 
|-
|主线Uboot + Linux ||  基于Uboot-2017.11 + Linux-4.14定制,适配FriendlyElec发布的全志H5开发板。 || U-boot: https://github.com/friendlyarm/u-boot /b Linux: https://github.com/friendlyarm/linux || FriendlyElec H5开发板
+
|主线Uboot + Linux ||  基于Uboot-2017.11 + Linux-4.14定制,适配FriendlyElec发布的全志H5开发板。 || U-boot: https://github.com/friendlyarm/u-boot /br Linux: https://github.com/friendlyarm/linux || FriendlyElec H5开发板
 
|-
 
|-
 
|全志原厂Uboot + Linux  ||  基于全志原厂Lichee BSP Uboot-2014.07 + Linux-3.10定制,适配FriendlyElec发布的全志H5开发板。 || Lichee: https://github.com/friendlyarm/h5_lichee || NanoPi-NEO2
 
|全志原厂Uboot + Linux  ||  基于全志原厂Lichee BSP Uboot-2014.07 + Linux-3.10定制,适配FriendlyElec发布的全志H5开发板。 || Lichee: https://github.com/friendlyarm/h5_lichee || NanoPi-NEO2
Line 9: Line 9:
 
|FriendlyCore系统  ||  基于UbuntuCore-16.04定制的系统,包含常用的软件包、网络配置工具NetworkManager、FriendlyElec开发的开源软件、开发板硬件适配文件等。|| || FriendlyElec H5开发板
 
|FriendlyCore系统  ||  基于UbuntuCore-16.04定制的系统,包含常用的软件包、网络配置工具NetworkManager、FriendlyElec开发的开源软件、开发板硬件适配文件等。|| || FriendlyElec H5开发板
 
|-
 
|-
|Debian-NAS系统  || ||  基于DebianCore-jessie定制的系统,包含了NAS开源软件openmediavault 3.0.76 || NEO2/NEO-Core2/NEO-Plus2
+
|Debian-NAS系统  || 基于DebianCore-jessie定制的系统,包含了NAS开源软件openmediavault 3.0.76 || || NEO2/NEO-Core2/NEO-Plus2
 
|-
 
|-
|eflasher系统  || ||基于UbuntuCore-16.04定制的系统,负责将系统烧写到eMMC中,支持图形界面操作和命令行操作2种模式,仅支持带eMMC的板子。|| NEO-Core2/NEO-Plus2/K1-Plus
+
|eflasher系统  || 基于UbuntuCore-16.04定制的系统,负责将系统烧写到eMMC中,支持图形界面操作和命令行操作2种模式,仅支持带eMMC的板子。|| || NEO-Core2/NEO-Plus2/K1-Plus
 
|-
 
|-
|Ubuntu-tft系统  || ||基于FriendlyCore系统定制,默认使能了Matrix-2.8 tft屏。|| NEO2/NEO-Core2/NEO-Plus2
+
|Ubuntu-tft系统  || 基于FriendlyCore系统定制,默认使能了Matrix-2.8 tft屏。|| || NEO2/NEO-Core2/NEO-Plus2
 
|-
 
|-
 
|WiringNP || 基于WiringPi定制的C语言函数库,提供了类似Arduino编程的API,用于访问GPIO/I2C/SPI/UART/PWM等 || https://github.com/friendlyarm/WiringNP || FriendlyElec H5开发板
 
|WiringNP || 基于WiringPi定制的C语言函数库,提供了类似Arduino编程的API,用于访问GPIO/I2C/SPI/UART/PWM等 || https://github.com/friendlyarm/WiringNP || FriendlyElec H5开发板

Revision as of 08:57, 19 July 2018

软件 说明 仓库 支持该特性的开发板型号
主线Uboot + Linux 基于Uboot-2017.11 + Linux-4.14定制,适配FriendlyElec发布的全志H5开发板。 U-boot: https://github.com/friendlyarm/u-boot /br Linux: https://github.com/friendlyarm/linux FriendlyElec H5开发板
全志原厂Uboot + Linux 基于全志原厂Lichee BSP Uboot-2014.07 + Linux-3.10定制,适配FriendlyElec发布的全志H5开发板。 Lichee: https://github.com/friendlyarm/h5_lichee NanoPi-NEO2
FriendlyCore系统 基于UbuntuCore-16.04定制的系统,包含常用的软件包、网络配置工具NetworkManager、FriendlyElec开发的开源软件、开发板硬件适配文件等。 FriendlyElec H5开发板
Debian-NAS系统 基于DebianCore-jessie定制的系统,包含了NAS开源软件openmediavault 3.0.76 NEO2/NEO-Core2/NEO-Plus2
eflasher系统 基于UbuntuCore-16.04定制的系统,负责将系统烧写到eMMC中,支持图形界面操作和命令行操作2种模式,仅支持带eMMC的板子。 NEO-Core2/NEO-Plus2/K1-Plus
Ubuntu-tft系统 基于FriendlyCore系统定制,默认使能了Matrix-2.8 tft屏。 NEO2/NEO-Core2/NEO-Plus2
WiringNP 基于WiringPi定制的C语言函数库,提供了类似Arduino编程的API,用于访问GPIO/I2C/SPI/UART/PWM等 https://github.com/friendlyarm/WiringNP FriendlyElec H5开发板
RPi.GPIO 在开源软件RPi.GPIO上适配FrienlyElec的开发板,用于通过Python来操作GPIO 闭源 NEO2