forked from 96boards/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
RPB AOSP DragonBoard410c Build
Ricardo Salveti de Araujo edited this page Feb 9, 2016
·
4 revisions
Additional AOSP repositories are hosted at:
- https://github.com/96boards/android_device_linaro_db410c
- https://github.com/96boards/android_manifest
- https://github.com/rsalveti/linux
- https://github.com/robherring/mesa
- https://github.com/robherring/drm_gralloc
- https://github.com/robherring/drm_hwcomposer
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