SPRACO0 August   2019 AM6526 , AM6528 , AM6546 , AM6548

 

  1.   Enabling Android Automotive on Your TI Development Board
    1.     Trademarks
    2. Introduction
    3. Implementation
      1. 2.1 Prerequisites
      2. 2.2 Software Changes
    4. Deploy Instructions
      1. 3.1 Build Instructions
      2. 3.2 Boot Instructions
    5. Testing
      1. 4.1 Prerequisites/Setup for Automotive Testing
        1. 4.1.1 Compatibility Test Suite (CTS)
        2. 4.1.2 Vendor Test Suite (VTS)
      2. 4.2 Automotive Testing
        1. 4.2.1 Compatibility Test Suite (CTS)
        2. 4.2.2 Vendor Test Suite (VTS)
    6. Open Source
    7. Extending to a New Platform
    8. Known Bugs
    9. Future Work
    10. FAQ
    11. 10 References

Build Instructions

  1. Change directory to your Android File System.
  2. To setup your build environment, run the following script:
  3. $ . ./build/envsetup.sh
  4. To view the “lunch” menu and select a combo (TARGET_PRODUCT):
  5. $ lunch
  6. Select the desired TARGET_PRODUCT (<board>_auto-userdebug).
  7. Export the path to your Kernel directory:
  8. $ export KERNELDIR=<path_to_kernel_directory>
  9. Build:
  10. $ make -j<number_of_cores>