Skip to content

VehicleScan/android_local_manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

VehicleScan AOSP Android 15 (based on raspberry-vanilla aosp for pi 4)

This project is built upon Android 15.0.0_r32 and the Raspberry Pi Vanilla project for the Raspberry Pi 4. It is developed as a final project for the AOSP course at ITI Embedded Systems Track Intake 45.

How to build (Ubuntu 22.04 LTS):

  1. Establish Android build environment.

  2. Install additional packages:

sudo apt-get install dosfstools e2fsprogs fdisk kpartx mtools rsync
  1. Initialize repo with Raspberry Pi Vanilla manifest and add VehicleScan custom manifest:
repo init -u https://android.googlesource.com/platform/manifest -b android-15.0.0_r32 --depth=1
curl -o .repo/local_manifests/manifest_brcm_rpi.xml -L https://raw.githubusercontent.com/raspberry-vanilla/android_local_manifest/android-15.0/manifest_brcm_rpi.xml --create-dirs
curl -o .repo/local_manifests/manifest_vehiclescan.xml -L https://raw.githubusercontent.com/VehicleScan/android_local_manifest/main/manifest_vehiclescan.xml
  1. Sync source code:
repo sync
  1. Setup Android build environment:
. build/envsetup.sh
  1. Select the device and build target:
lunch aosp_rpi4_car-bp1a-userdebug
  1. Compile:
make bootimage systemimage vendorimage -j$(nproc)
  1. Make flashable image for the device:
./rpi4-mkimg.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published