Difference between revisions of "Template:DeveloperGuildH3"
From FriendlyELEC WiKi
(updated by API) |
(updated by API) |
||
Line 1: | Line 1: | ||
==Developer Guide== | ==Developer Guide== | ||
− | === | + | ===定制开发相关=== |
* [[Building U-boot and Linux for H5/H3/H2+]] | * [[Building U-boot and Linux for H5/H3/H2+]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
* [[How to Build FriendlyWrt]] | * [[How to Build FriendlyWrt]] | ||
+ | * [[How to Build, Install and Setting Qt Application|Qt dev: How to Build, Install and Setting Qt Application]] | ||
− | === | + | ===系统映像相关=== |
* [[How to make your own SD-bootable ROM]] | * [[How to make your own SD-bootable ROM]] | ||
* [[How to use overlayfs on Linux]] | * [[How to use overlayfs on Linux]] | ||
+ | * [[EFlasher]] | ||
+ | |||
+ | ===系统配置相关=== | ||
+ | * [[npi-config]] | ||
+ | * [[Use NetworkManager to configure network settings]] | ||
− | === | + | ===硬件访问相关=== |
* [[WiringNP: NanoPi NEO/NEO2/Air GPIO Programming with C]] | * [[WiringNP: NanoPi NEO/NEO2/Air GPIO Programming with C]] | ||
* [[RPi.GPIO : NanoPi NEO/NEO2/Air GPIO Programming with Python]] | * [[RPi.GPIO : NanoPi NEO/NEO2/Air GPIO Programming with Python]] | ||
− | * [[ | + | * [[http://wiki.friendlyarm.com/wiki/index.php/Main_Page#Hardware_Misc_.28TBD.29 Hardware Misc]] |
− | * [[ | + | * [[http://wiki.friendlyarm.com/wiki/index.php/Main_Page#Matrix Matrix]] |
− | * [[ | + | * [[http://wiki.friendlyarm.com/wiki/index.php/Main_Page#BakeBit BakeBit]] |
− | * [[ | + | * [[http://wiki.friendlyarm.com/wiki/index.php/Main_Page#HATs.26Docks HATs&Docks]] |
− | + |
Revision as of 07:59, 21 October 2019
1 Developer Guide
1.1 定制开发相关
- Building U-boot and Linux for H5/H3/H2+
- How to Build FriendlyWrt
- Qt dev: How to Build, Install and Setting Qt Application