<?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:vim3: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-26T21:23:50+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://docs.khadas.com/products/sbc/vim3/development/android/adb?rev=1722934552&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.khadas.com/products/sbc/vim3/development/android/build-android?rev=1730097340&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.khadas.com/products/sbc/vim3/development/android/download-android-source-code?rev=1735632785&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.khadas.com/products/sbc/vim3/development/android/fastboot?rev=1722934536&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.khadas.com/products/sbc/vim3/development/android/install-toolchains?rev=1726711420&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.khadas.com/products/sbc/vim3/development/android/start?rev=1657770002&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/vim3/development/android/adb?rev=1722934552&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-08-06T04:55:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>VIM3/3L Use adb</title>
        <link>http://docs.khadas.com/products/sbc/vim3/development/android/adb?rev=1722934552&amp;do=diff</link>
        <description>VIM3/3L 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/vim3/development/android/build-android?rev=1730097340&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-10-28T02:35:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>VIM3/3L Build Android</title>
        <link>http://docs.khadas.com/products/sbc/vim3/development/android/build-android?rev=1730097340&amp;do=diff</link>
        <description>VIM3/3L 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

android 9.0:

$ cd PATH_YOUR_PROJECT
$ cd bootloader/uboot
$ ./mk TARGET


android 11.0:</description>
    </item>
    <item rdf:about="http://docs.khadas.com/products/sbc/vim3/development/android/download-android-source-code?rev=1735632785&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-12-31T03:13:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>VIM3/3L Download Android Source Code</title>
        <link>http://docs.khadas.com/products/sbc/vim3/development/android/download-android-source-code?rev=1735632785&amp;do=diff</link>
        <description>VIM3/3L Download Android Source Code

This document mainly introduces how to download the Android source code of VIM3/3L.

Download from github

Firstly, install git-lfs tool for downloading Android SDK.

$ mkdir git_lfs
$ cd git_lfs
$ wget https://github.com/git-lfs/git-lfs/releases/download/v2.3.4/git-lfs-linux-amd64-2.3.4.tar.gz
$ tar xvzf git-lfs-linux-amd64-2.3.4.tar.gz
$ cd git-lfs-2.3.4
$ sudo ./install.sh
$ git lfs install</description>
    </item>
    <item rdf:about="http://docs.khadas.com/products/sbc/vim3/development/android/fastboot?rev=1722934536&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-08-06T04:55:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>VIM3/3L Use fastboot</title>
        <link>http://docs.khadas.com/products/sbc/vim3/development/android/fastboot?rev=1722934536&amp;do=diff</link>
        <description>VIM3/3L 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/vim3/development/android/install-toolchains?rev=1726711420&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-09-18T22:03:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>VIM3/3L Install Toolchains</title>
        <link>http://docs.khadas.com/products/sbc/vim3/development/android/install-toolchains?rev=1726711420&amp;do=diff</link>
        <description>VIM3/3L 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.…</description>
    </item>
    <item rdf:about="http://docs.khadas.com/products/sbc/vim3/development/android/start?rev=1657770002&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-07-13T23:40:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>VIM3/3L Android</title>
        <link>http://docs.khadas.com/products/sbc/vim3/development/android/start?rev=1657770002&amp;do=diff</link>
        <description>VIM3/3L Android

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