Giter Club home page Giter Club logo

aosp-ncar-manifest's Introduction

NCAR - Android Automotive Project

The project is based on the AOSP version, which is specified in the corresponding manifest filename android-X.X.X_rX.xml.

Supported Devices

  • ncar_x86 - emulator for x86 architecture
  • ncar_hikey960 - for HiKey960 board

Additionally supported SW

Third Party Native libraries:

Tools, Utils and Example projects

Requirements to host PC

Link to HW and SW requirements from Google.

Download source tree

mkdir ncar && cd ncar
repo init -u https://github.com/nkh-lab/aosp-ncar-manifest.git
repo sync -c -d

Or, if you want to use a specific release of AOSP (check supported releases in the branch list), specify it via the branch name:

repo init -u https://github.com/nkh-lab/aosp-ncar-manifest.git -b android-11.0.0_r48

Build and Run Emulator

Build:

. ./build/envsetup.sh
lunch ncar_x86-userdebug
make

Run:

emulator

Build and Flash HiKey960

Build:

. ./build/envsetup.sh
lunch ncar_hikey960-userdebug
make

If you're building for the first time, you'll be asked during lunch about downloading the Linaro binaries:

device/linaro/hikey/device-common.mk:36: warning: Missing Linaro Vendor Package!
device/linaro/hikey/device-common.mk:37: warning: Please download new binaries here:
device/linaro/hikey/device-common.mk:38: warning: https://releases.linaro.org/android/aosp-linaro-vendor-package/extract-linaro_devices-20220210.tgz
device/linaro/hikey/device-common.mk:39: warning: And extract in the ANDROID_TOP_DIR
device/linaro/hikey/device-common.mk:41: warning: EXPECTED_LINARO_VENDOR_VERSION=20220210

So, download the archive, extract the script from it into the root of the project and run it.

Flash:

adb reboot bootloader
./device/linaro/hikey/installer/hikey960/flash-all.sh

See also Known Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.