1.5. Processor SDK Technical Support

Technical support is a broad term. Our desire is to provide a solid product, good documentation, and useful training that defines a clear path for developing a product based on the Linux/RTOS/Android SDKs. However, we know we’ll never cover everything that can be done, and occasionally we even make mistakes <gasp>. So, when you can’t seem to find what you need, there’s a good place to search through previously answered questions and ask a new one - The E2E Support Forums.

There is an active community of TIers and other customers like you already using a TI Processor, on these forums. You may find your question has already been answered with a quick Search of the Forums. If not, a quick post will likely provide you the answers you need.

1.5.1. Open Source Software Support Disclaimer

Processor SDK Linux integrates various free and open source software (FOSS) to demonstrate the hardware capabilities of Sitara devices. The FOSS offers many advantages to the customers such as flexibility, interoperability, robustness, reduced development time and support from the respective FOSS community.

TI uses Yocto Project to integrate various software components and to build Processor SDK Linux. Yocto Project has two releases per year in April and October. TI’s Long-term Support (LTS) build for next year is based on current year’s October release of the Yocto Project. During a given year, TI’s LTS version migration only happens once per year and it occurs towards the end of the second quarter. The LTS migration usually signifies newer version of Kernel, U-boot, Toolchain, Yocto Project and etc. For more information on the current release, please refer to the Release Notes in the Release Specific section. Therefore, the various open source components included in the Processor SDK Linux are only updated once per year.

While TI integrates the FOSS in Processor SDK Linux, TI does not own, maintain and support the entire FOSS. If users have educational queries, feature enhancement requests or discover a bug on any components, TI encourages the users to reach out to the respective FOSS community for any additional support. Below are helpful resources to seek support on a few of the individual FOSS components. Please keep in mind that we are only showing a few of the components below but the same concept applies to all of the FOSS integrated in the Processor SDK Linux.

Gstreamer Framework

QT Framework

Wayland Weston

Robot Operating System (ROS)

V4L2

For programming external video devices, a V4L2 sub-device driver is needed to be used in conjunction with the V4L2 driver. It also uses some of the helper kernel libraries videobuf2 (VB2) for common buffer operations, queue management and memory management.

Graphics

Example applications:

OpenCV

Hypervisor

1.5.2. How do I integrate a different version of open source software than what is packaged in Processor SDK Linux?

If users have a need to move to a different component version (older or newer) because of an existing bug, feature limitations or other reasons, TI will not support the version migration. As a reference, TI provides the list of a few recipes that were updated while integrating the components to the Processor SDK Linux.

├── QT5:
│    ├──Baseline:
│    │     └──meta-qt5:recipes-qt/qt5/: recipes and patches from community
│    │
│    └──Arago (TI) updates:
│         ├──meta-arago:
│         │     ├──meta-arago-distro/recipes-qt/qt5: recipes update and additional patches
│         │     ├──meta-arago-extra/recipes-qt/examples:local qt5 examples
│         │     ├──meta-arago-distro/recipes-qt/examples:local qt5 examples recipe update and patches
│         │     ├──meta-arago-distro/recipes-core/packagegroups: no changes are expected
│         │     │       ├──packagegroup-arago-qte.bb
│         │     │       ├──packagegroup-arago-tisdk-qte.bb
│         │     │       └──packagegroup-arago-tisdk-qte-sdk-host.bb
│         │     ├──meta-arago-extras\recipes-core\packagegroups: no changes are expected
│         │     │       └──packagegroup-arago-qte-toolchain-target.bb
│         │     │
│         │     ├──meta-arago-distro/conf/layer.conf: No changes needed for QT configurations
│         │     └──meta-arago-distro/conf/distro/arago.conf
│         └──meta-processor-sdk:
│                       └──recipes-qt/qt5: additional recipe updates and patches
├──Wayland/Weston:
│    ├──Baseline:
│    │     └──oe-core/meta/recipes-graphics/wayland: recipes and patches from community
│    │
│    └──Arago (TI) updates:
│         ├──meta-arago:
│         │     ├──meta-arago-distro/recipes-graphics/wayland: recipes update and additional patches
│         │     ├──meta-arago-extras/recipes-graphics/wayland/wayland-protocols
│         │     ├──meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension: wayland-ivi recipes
│         │     ├──meta-arago-distro/recipes-graphics/wayland/weston-conf: weston configuration
│         │     └──meta-arago-distro/conf/distro/arago.conf: DISTRO_FEATURES

Note: There are many modules that depend on wayland. For example: chromium-wayland, qt5/qtwayland, gstreamer1.0-plugins-bad(waylandsink), glmark2 and gtk+3
├──SGX (Not recommended to modify):
│    ├──Baseline:
│    │
│    ├──meta-ti:
│    │  ├──recipes-graphics/libgles/ti-sgx-ddk-um_<version>
│    │  └──recipes-bsp/powervr-drivers/ti-sgx-ddk-km_<version>
│    │
│    ├──meta-arago:
│    │  ├──meta-arago-extras/recipes-graphics/img-pvr-sdk
│    │  ├──meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_ti-sgx-ddk-km
│    │  └──meta-arago-distro/conf/distro/include/arago-prefs.inc: define virtual/egl, virtual/libgles1 and virtual/libgles2
│    │
│    │ Note: There are many modules that depend on sgx, but that does not affect sgx update.
│    │
│    └──Arago (TI) updates:
│       └──meta-processor-sdk:
│               └──recipes-graphics/libgles/ti-sgx-ddk-um_version: for non-sgx build only
├──Gstreamer:
│    ├──Baseline:
│    │
│    ├──meta-openembedded:
│    │  └──meta-multimedia/recipes-multimedia/gstreamer-0.10: recipes and patches from community
│    │
│    │
│    ├──oe-core:
│    │  └──meta/recipes-multimedia/gstreamer: recipes and patches from community
│    │          ├──gstreamer1.0-plugins-base
│    │          ├──gstreamer1.0-plugins-bad
│    │          ├──gstreamer1.0-plugins-good
│    │          ├──gstreamer1.0-plugins-ugly
│    │          └──gstreamer1.0-libav
│    │
│    └──Arago (TI) updates:
│       └──meta-arago:
│               ├──meta-arago-extras/recipes-multimedia/gst-plugins-ti: TI-specific recipes for TI plugins
│               ├──meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad: recipes update and additional patches
│               ├──meta-arago-distro/conf/distro/arago.conf: configuration
│               └──meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-target.bb: package

If users wish to learn more about Yocto project or Arago build, please refer to the below video link and the documentation on Building Processor SDK Linux through Yocto.