Skip to content

RPB AOSP DragonBoard410c Build

Nicolas Dechesne edited this page Dec 28, 2017 · 5 revisions

This page is old and deprecated.

More recent instructions to use AOSP on Dragonboard 410c are available here


Building AOSP from source

Additional AOSP repositories are hosted at:

Build setup:

Please setup the host machine by following the instructions here: http://source.android.com/source/initializing.html

Also install make sure to install the following packages:

sudo apt-get install libfdt-dev python-mako gettext

Download the firmware blobs:

mkdir android/
cd android/
mkdir -p vendor/db410c
cd vendor/db410c
wget http://developer.qualcomm.com/download/db410c/firmware-410c-1.2.0.bin
sh firmware-410c-1.2.0.bin
cd -

Build the image:

repo init -u https://android.googlesource.com/platform/manifest -b android-6.0.1_r16
cd .repo
git clone https://github.com/96boards/android_manifest -b android-6.0-db410c local_manifests
cd -
repo sync -j8
source build/envsetup.sh
lunch db410c-userdebug
make droidcore -j8
cd out/target/product/db410c