聯發科MT6797/Helio X20軟體使用者手冊資料介紹

qq_16rd發表於2018-08-21

MT6797/Helio X20軟體使用者手冊:

1.Helio X20/MT6797:

Helio X20計劃旨在在多個供應商板上提供單個軟體和硬體社群,支援多種不同的功能。一類包含最小函式的固定集提供了Ng USB、SD、HDMI和標準化的低速高速外圍聯結器。供應商可以新增定製的硬體和功能集,只要有最低限度的功能。我們的經驗ECT這是為了延長平臺壽命,增加附加硬體的市場,並加速開源升級對新SoC功能的支援。

2.Ubuntu環境

Ubuntu環境和軟體開發設定

Install Ubunt

推薦作業系統:Ubuntu 14.04(LTS)64位

2.1. Install package dependencies

開啟一個終端並執行以下命令:

$ sudo apt-get install build-essential g++-multilib libc6-dev lib32ncurses5 lib32ncurses5-dev
lib32z1 flex bison gperf curl zlib1g zlib1g-dev openjdk-7-jdk tofrodos libxml2-utils

2.2. Install Repo tool

The repo tool is a source code configuration management tool used by the Android project. The repo tool is a frontend to git written in Python. It uses a manifest file to help download code
organized as a set of projects that are stored in different git repositories

3.Android開發環境

3.1. Android Debug Bridge (ADB)

Android Debug Bridge (ADB)是一種命令列工具,用於與android模擬器例項或連線的android驅動裝置進行通訊。因此,它在Androidstudio和裝置之間建立了連線。

3.2. Installing ADB Drivers on Windows host machine

步驟1:將裝置插入Windows主機

安裝谷歌USB驅動程式時,插入裝置。

警告:驅動程式不會自動安裝。我們將在接下來的步驟中手動完成。

第2步:導航到裝置管理器

開啟“系統屬性”對話方塊,按下鍵盤上的Win Break(暫停),或在“開始”選單中找到“Computer”,右鍵單擊它並選擇“Properties”。點選“裝置管理器”連結。

···································等等,其它相關資料可到一牛網論壇中下載

相關文章