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

Compatibility Test Suite (CTS)

  1. Running CTS Tests:
    1. While inside the ~/ti-processor-sdk-android-<board>-<version>/board-support/emmc_files directory, run the following commands:
    2. $ cd android-cts/tools $ sudo ./cts-tradefed
    3. Ensure that the Device Under Test (DUT) is found when launching cts-tradefed.
      1. The following output should be seen:
      2. Android Compatibility Test Suite [Version] (5550264) Use "help" or "help all" to get more information on running commands. [Date] [Time] I/DeviceManager: Detected new device # cts-tf >

        NOTE

        The following commands will all be completed inside the ~/ti-processor-sdk-android-<board>-<version>/board-support/emmc_files directory.

      3. If the above message is not seen, run the following command:
      4. $ sudo ./adb devices
      5. If your device does not show up here, run the following commands:
      6. $ sudo ./adb kill-server $ sudo ./adb start-server
      7. Run the following command:
      8. $ sudo ./adb devices
      9. If your device still does not show up, reboot the device and retry the above steps.
    4. Once the DUT is found, continue.
      1. CtsCarTestCases will run car-specific test cases:
      2. cts-tf > run cts --module CtsCarTestCases
    5. "cts-tf > list modules" will list all modules and "cts-tf > list plans" will list all plans.
    6. To exit CTS, "cts-tf > exit".
  2. Test Results:
    1. Located in android-cts/results/<time_stamp>:
    2. ~/ti-processor-sdk-android-<board>-<version>/board-support/emmc_files$ cd android-cts/results/<time_stamp>.