Difference between revisions of "Template:H5SoftwareFeature"

From FriendlyELEC WiKi
Jump to: navigation, search
(updated by API)
(updated by API)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
::{| class="wikitable"
 
::{| class="wikitable"
 
|-
 
|-
|软件||说明|| 仓库 || 支持该特性的开发板型号
+
|软件||说明|| 支持该特性的开发板型号
 
|-
 
|-
|主线开源Uboot + Linux ||  基于Uboot-2017.11 + Linux-4.14定制,适配FriendlyElec发布的全志H5开发板,参考[[Mainline_U-boot_and_Linux]]。 || https://github.com/friendlyarm/u-boot <br> https://github.com/friendlyarm/linux || NEO2/NEO-Core2/NEO-Plus2/K1-Plus
+
|主线开源Uboot + Linux ||  基于Uboot-2017.11 + Linux-4.14定制,适配FriendlyElec发布的全志H5开发板,参考[[Mainline_U-boot_and_Linux]]。 <br> https://github.com/friendlyarm/u-boot <br> https://github.com/friendlyarm/linux || NEO2/NEO-Core2/NEO-Plus2/K1-Plus
 
|-
 
|-
|全志原厂Uboot + Linux  ||  基于全志原厂Lichee BSP Uboot-2014.07 + Linux-3.10定制,适配FriendlyElec发布的全志H5开发板 || https://github.com/friendlyarm/h5_lichee || NEO2
+
|全志原厂Uboot + Linux  ||  基于全志原厂Lichee BSP Uboot-2014.07 + Linux-3.10定制,适配FriendlyElec发布的全志H5开发板 <br> https://github.com/friendlyarm/h5_lichee || NEO2
 
|-  
 
|-  
|FriendlyCore系统  ||  基于UbuntuCore-16.04定制的系统,包含Qt4.8、常用的软件包、网络配置工具NetworkManager、FriendlyElec移植的开源软件、硬件相关文件等,参考[[FriendlyCore_(based_on_ubuntu-core_with_Qt) | FriendlyCore]]|| || NEO2/NEO-Core2/NEO-Plus2/K1-Plus
+
|FriendlyCore系统  ||  基于UbuntuCore-16.04定制的系统,包含Qt4.8、常用的软件包、网络配置工具NetworkManager、FriendlyElec移植的开源软件、硬件相关文件等,参考[[FriendlyCore_(based_on_ubuntu-core_with_Qt) | FriendlyCore]]|| NEO2/NEO-Core2/NEO-Plus2/K1-Plus
 
|-
 
|-
|Debian-NAS系统 || 基于DebianCore-jessie定制的系统,包含了NAS开源软件openmediavault 3.0.76 || || NEO2/NEO-Core2/NEO-Plus2
+
|eflasher系统 || 基于UbuntuCore-16.04定制的系统,负责将系统烧写到eMMC中,支持图形界面操作和命令行操作2种模式,仅支持带eMMC的板子,参考[[EFlasher]] || NEO-Core2/NEO-Plus2/K1-Plus
 
|-
 
|-
|eflasher系统 || 基于UbuntuCore-16.04定制的系统,负责将系统烧写到eMMC中,支持图形界面操作和命令行操作2种模式,仅支持带eMMC的板子,参考[[EFlasher]]|| || NEO-Core2/NEO-Plus2/K1-Plus
+
|Debian-NAS系统 || 基于DebianCore-jessie定制的系统,包含了NAS开源软件openmediavault 3.0.76 || NEO2/NEO-Core2/NEO-Plus2
 
|-
 
|-
|Ubuntu-tft系统 || 基于FriendlyCore系统定制,默认使能了Matrix-2.8 tft屏|| || NEO2/NEO-Core2/NEO-Plus2/K1-Plus
+
|Ubuntu-oled系统 || 基于FriendlyCore系统定制,默认使能了NanoHatOLED屏 || NEO2/NEO-Core2/NEO-Plus2
 
|-
 
|-
|Ubuntu-oled系统 || 基于FriendlyCore系统定制,默认使能了NanoHatOLED屏|| || NEO2/NEO-Core2/NEO-Plus2
+
|Ubuntu-tft系统 || 基于FriendlyCore系统定制,默认使能了Matrix-2.8 tft屏 || NEO2/NEO-Core2/NEO-Plus2/K1-Plus
 
|-
 
|-
|WiringNP || 基于WiringPi定制的C语言函数库,提供了类似Arduino编程的API,支持访问GPIO/I2C/SPI/UART/PWM等,参考[[WiringNP:_NanoPi_NEO/NEO2/Air_GPIO_Programming_with_C | WiringNP]] || https://github.com/friendlyarm/WiringNP || NEO2/NEO-Core2/NEO-Plus2/K1-Plus
+
|WiringNP || 基于WiringPi定制的C语言函数库,提供了类似Arduino编程的API,支持访问GPIO/I2C/SPI/UART/PWM等,参考[[WiringNP:_NanoPi_NEO/NEO2/Air_GPIO_Programming_with_C | WiringNP]] <br> https://github.com/friendlyarm/WiringNP || NEO2/NEO-Core2/NEO-Plus2/K1-Plus
 
|-
 
|-
|RPi.GPIO || 在开源软件RPi.GPIO上适配FrienlyElec的开发板,支持通过Python来操作GPIO,参考[[RPi.GPIO_:_NanoPi_NEO/NEO2/Air_GPIO_Programming_with_Python | RPi.GPIO]] || 闭源 || NEO2
+
|RPi.GPIO || 在开源软件RPi.GPIO上适配FrienlyElec的开发板,支持通过Python来操作GPIO,参考[[RPi.GPIO_:_NanoPi_NEO/NEO2/Air_GPIO_Programming_with_Python | RPi.GPIO]] || NEO2
 
|-
 
|-
|npi-config || shell语言编写的命令行脚本工具,支持各种繁琐的软硬件配置,参考[[npi-config]] || https://github.com/friendlyarm/npi-config || NEO2/NEO-Core2/NEO-Plus2/K1-Plus
+
|npi-config || shell语言编写的命令行脚本工具,支持各种繁琐的软硬件配置,参考[[npi-config]] <br> https://github.com/friendlyarm/npi-config || NEO2/NEO-Core2/NEO-Plus2/K1-Plus
 
|-
 
|-
|BakeBit || BakeBit是一套传感器连接的解决方案,包括硬件(NanoHat Hub扩展板)和软件(BakeBit),参考[[BakeBit_Starter_Kit_with_NanoPi_NEO/NEO2/NEO_Air|BakeBit ]] || https://github.com/friendlyarm/BakeBit || NEO2
+
|BakeBit || BakeBit是一套传感器连接的解决方案,包括硬件(NanoHat Hub扩展板)和软件(BakeBit),参考[[BakeBit_Starter_Kit_with_NanoPi_NEO/NEO2/NEO_Air|BakeBit ]] <br> https://github.com/friendlyarm/BakeBit || NEO2
 
|-
 
|-
|NanoHatOLED || 一个使用BakeBit来控制NanoHatOLED配件的Python示例程序 || https://github.com/friendlyarm/NanoHatOLED || NEO2/NEO-Core2/NEO-Plus2
+
|NanoHatOLED || 一个使用BakeBit来控制NanoHatOLED配件的Python示例程序 <br> https://github.com/friendlyarm/NanoHatOLED || NEO2/NEO-Core2/NEO-Plus2
 
|-
 
|-
|rtl8189ES_linux || WiFi芯片rtl8189的Linux驱动,配合Linux-4.14使用 || https://github.com/friendlyarm/rtl8189ES_linux || K1-Plus
+
|rtl8189ES_linux || WiFi芯片rtl8189的Linux驱动,配合Linux-4.14使用 <br> https://github.com/friendlyarm/rtl8189ES_linux || K1-Plus
 
|}
 
|}

Latest revision as of 02:57, 20 July 2018

软件 说明 支持该特性的开发板型号
主线开源Uboot + Linux 基于Uboot-2017.11 + Linux-4.14定制,适配FriendlyElec发布的全志H5开发板,参考Mainline_U-boot_and_Linux
https://github.com/friendlyarm/u-boot
https://github.com/friendlyarm/linux
NEO2/NEO-Core2/NEO-Plus2/K1-Plus
全志原厂Uboot + Linux 基于全志原厂Lichee BSP Uboot-2014.07 + Linux-3.10定制,适配FriendlyElec发布的全志H5开发板
https://github.com/friendlyarm/h5_lichee
NEO2
FriendlyCore系统 基于UbuntuCore-16.04定制的系统,包含Qt4.8、常用的软件包、网络配置工具NetworkManager、FriendlyElec移植的开源软件、硬件相关文件等,参考 FriendlyCore NEO2/NEO-Core2/NEO-Plus2/K1-Plus
eflasher系统 基于UbuntuCore-16.04定制的系统,负责将系统烧写到eMMC中,支持图形界面操作和命令行操作2种模式,仅支持带eMMC的板子,参考EFlasher NEO-Core2/NEO-Plus2/K1-Plus
Debian-NAS系统 基于DebianCore-jessie定制的系统,包含了NAS开源软件openmediavault 3.0.76 NEO2/NEO-Core2/NEO-Plus2
Ubuntu-oled系统 基于FriendlyCore系统定制,默认使能了NanoHatOLED屏 NEO2/NEO-Core2/NEO-Plus2
Ubuntu-tft系统 基于FriendlyCore系统定制,默认使能了Matrix-2.8 tft屏 NEO2/NEO-Core2/NEO-Plus2/K1-Plus
WiringNP 基于WiringPi定制的C语言函数库,提供了类似Arduino编程的API,支持访问GPIO/I2C/SPI/UART/PWM等,参考 WiringNP
https://github.com/friendlyarm/WiringNP
NEO2/NEO-Core2/NEO-Plus2/K1-Plus
RPi.GPIO 在开源软件RPi.GPIO上适配FrienlyElec的开发板,支持通过Python来操作GPIO,参考 RPi.GPIO NEO2
npi-config shell语言编写的命令行脚本工具,支持各种繁琐的软硬件配置,参考npi-config
https://github.com/friendlyarm/npi-config
NEO2/NEO-Core2/NEO-Plus2/K1-Plus
BakeBit BakeBit是一套传感器连接的解决方案,包括硬件(NanoHat Hub扩展板)和软件(BakeBit),参考BakeBit
https://github.com/friendlyarm/BakeBit
NEO2
NanoHatOLED 一个使用BakeBit来控制NanoHatOLED配件的Python示例程序
https://github.com/friendlyarm/NanoHatOLED
NEO2/NEO-Core2/NEO-Plus2
rtl8189ES_linux WiFi芯片rtl8189的Linux驱动,配合Linux-4.14使用
https://github.com/friendlyarm/rtl8189ES_linux
K1-Plus