<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://docs.khadas.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://docs.khadas.com/feed.php">
        <title>Khadas Docs products:sbc:vim1:development:android</title>
        <description></description>
        <link>http://docs.khadas.com/</link>
        <image rdf:resource="http://docs.khadas.com/ttp://docs.khadas.com/lib/tpl/dokuwiki-new/images/favicon.ico" />
       <dc:date>2026-04-25T06:49:17+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://docs.khadas.com/products/sbc/vim1/development/android/adb?rev=1722932460&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.khadas.com/products/sbc/vim1/development/android/build-android?rev=1690785205&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.khadas.com/products/sbc/vim1/development/android/download-android-source-code?rev=1720175639&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.khadas.com/products/sbc/vim1/development/android/fastboot?rev=1722934660&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.khadas.com/products/sbc/vim1/development/android/install-toolchains?rev=1664372466&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.khadas.com/products/sbc/vim1/development/android/start?rev=1662089858&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://docs.khadas.com/ttp://docs.khadas.com/lib/tpl/dokuwiki-new/images/favicon.ico">
        <title>Khadas Docs</title>
        <link>http://docs.khadas.com/</link>
        <url>http://docs.khadas.com/ttp://docs.khadas.com/lib/tpl/dokuwiki-new/images/favicon.ico</url>
    </image>
    <item rdf:about="http://docs.khadas.com/products/sbc/vim1/development/android/adb?rev=1722932460&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-08-06T04:21:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>VIM1 Use adb</title>
        <link>http://docs.khadas.com/products/sbc/vim1/development/android/adb?rev=1722932460&amp;do=diff</link>
        <description>VIM1 Use adb

Android Debug Bridge (adb) is a versatile command-line tool that lets you communicate with a device.

Install adb tool

adb

sudo apt-get update
sudo apt-get install android-tools-adb


Add permission and configuration files



Add permission</description>
    </item>
    <item rdf:about="http://docs.khadas.com/products/sbc/vim1/development/android/build-android?rev=1690785205&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-31T02:33:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>VIM1 Build Android</title>
        <link>http://docs.khadas.com/products/sbc/vim1/development/android/build-android?rev=1690785205&amp;do=diff</link>
        <description>VIM1 Build Android

Preparations

	*  Establishing a Build Environment
	*  Downloading the Android Source
	*  Install Toolchains for the Amlogic Platform

Building

Before you start to build, make sure you have done all the Preparations listed above.

Build U-Boot

$ cd PATH_YOUR_PROJECT
$ cd uboot
$ make CROSS_COMPILE=aarch64-linux-gnu- kvim_defconfig
$ make CROSS_COMPILE=aarch64-linux-gnu-</description>
    </item>
    <item rdf:about="http://docs.khadas.com/products/sbc/vim1/development/android/download-android-source-code?rev=1720175639&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-07-05T06:33:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>VIM1 Download The Android Source Code</title>
        <link>http://docs.khadas.com/products/sbc/vim1/development/android/download-android-source-code?rev=1720175639&amp;do=diff</link>
        <description>VIM1 Download The Android Source Code

The Android Source Tree of our Khadas VIMs are hosted on Github. There are many different repositories.Walk through the steps below to download the source code.

Steps

Firstly, install git-lfs tool for downloading Android SDK.</description>
    </item>
    <item rdf:about="http://docs.khadas.com/products/sbc/vim1/development/android/fastboot?rev=1722934660&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-08-06T04:57:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>VIM1 Use fastboot</title>
        <link>http://docs.khadas.com/products/sbc/vim1/development/android/fastboot?rev=1722934660&amp;do=diff</link>
        <description>VIM1 Use fastboot

Fastboot is a method to quickly upgrade each partition package of Android.

Install fastboot tool

You can follow  install adb tool to install fastboot tool.

Enter fastboot mode

	*  Connect the PC host and board with USB cable.
	*  Refer the documentation (</description>
    </item>
    <item rdf:about="http://docs.khadas.com/products/sbc/vim1/development/android/install-toolchains?rev=1664372466&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-28T09:41:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>VIM1 Install Toolchains</title>
        <link>http://docs.khadas.com/products/sbc/vim1/development/android/install-toolchains?rev=1664372466&amp;do=diff</link>
        <description>VIM1 Install Toolchains



The Amlogic Platform requires extra toolchains for cross-compiling, you will need to follow these steps to setup.

Install directly on PC

1 Install Cross Compiler for U-Boot BL.

$ sudo apt-get install gcc-arm-none-eabi
$ wget https://releases.linaro.org/archive/13.11/components/toolchain/binaries/gcc-linaro-aarch64-none-elf-4.8-2013.11_linux.tar.bz2
$ wget https://developer.arm.com/-/media/Files/downloads/gnu-rm/6-2017q2/gcc-arm-none-eabi-6-2017-q2-update-linux.tar.b…</description>
    </item>
    <item rdf:about="http://docs.khadas.com/products/sbc/vim1/development/android/start?rev=1662089858&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-01T23:37:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>VIM1 Android</title>
        <link>http://docs.khadas.com/products/sbc/vim1/development/android/start?rev=1662089858&amp;do=diff</link>
        <description>VIM1 Android

----------
android index</description>
    </item>
</rdf:RDF>
