"Hikey960" 修訂間的差異

出自 flip the world
前往: 導覽搜尋
行 5: 行 5:
 
[[file:Hikey960-pin-def.jpg]]
 
[[file:Hikey960-pin-def.jpg]]
  
== SDK Architecture ==
 
[[File:MT7697_SDK_architecture.PNG|MT7697 SDK Arch]]
 
 
== Build FW ==
 
== Build FW ==
* ./build.sh linkit7697_hdk freertos_ledcube
+
 
* Or, go to the mt7697/project/linkit7697_hdk/templates/freertos_ledcube/GCC, then, make
+
* Download the Android source tree:
 +
** repo init -u https://android.googlesource.com/platform/manifest -b master
 +
** repo sync -j8
 +
 
 +
*Build:
 +
** . ./build/envsetup.sh
 +
** lunch hikey960-userdebug
 +
** make -j24
 +
 
 
== FW Programming ==
 
== FW Programming ==
 
* git clone https://github.com/MediaTek-Labs/mt76x7-uploader
 
* git clone https://github.com/MediaTek-Labs/mt76x7-uploader

於 2020年5月12日 (二) 17:18 的修訂

Hikey960 Front Hikey960 Back

Pin definition

Hikey960-pin-def.jpg

Build FW

  • Build:
    • . ./build/envsetup.sh
    • lunch hikey960-userdebug
    • make -j24

FW Programming

module ON or OFF feature option

  • Edit inc/hal_feature_config.h in each example code


Note

  • Disable ICMP for enable ping
    • sysctl -w net.ipv4.icmp_echo_ignore_all=0

Reference