Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configs/TDA4VM/TDA4VM_linux_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

Replacement Variables
---------------------
'__PART_FAMILY_NAME__' : 'Jacinto 7'
'__PART_FAMILY_NAME__' : 'TDA4VM'
'__PART_FAMILY_DEVICE_NAMES__' : 'TDA4VM'
'__PRODUCT_LINE_NAME__' : 'Jacinto'
'__SDK_BUILD_MACHINE__' : 'j721e-evm'
Expand Down
6 changes: 3 additions & 3 deletions source/android/Overview_Getting_Started_Guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Using Prebuilt binaries

.. ifconfig:: CONFIG_part_variant in ('AM62X')

The SDK download page provides pre-built Android binaries (:file:`AM62x_{XX}.{YY}.{ZZ}_emmc.tgz`) which can be readily used to flash the |__PART_FAMILY_DEVICE_NAMES__| EVM and boot Android.
The SDK download page provides pre-built Android binaries (:file:`AM62x_{XX}.{YY}.{ZZ}_emmc.tgz`) which can be readily used to flash the |__PART_FAMILY_NAME__| EVM and boot Android.

Extract the contents of the pre-built images tarball and follow the procedure mentioned in :ref:`android-flashing` page to flash these binaries to the EVM.

Expand All @@ -20,7 +20,7 @@ Using Prebuilt binaries

.. ifconfig:: CONFIG_part_variant in ('AM62PX')

The SDK download page provides pre-built Android binaries (:file:`AM62Px_{XX}.{YY}.{ZZ}_emmc.tgz`) which can be readily used to flash the |__PART_FAMILY_DEVICE_NAMES__| EVM and boot Android.
The SDK download page provides pre-built Android binaries (:file:`AM62Px_{XX}.{YY}.{ZZ}_emmc.tgz`) which can be readily used to flash the |__PART_FAMILY_NAME__| EVM and boot Android.

Extract the contents of the pre-built images tarball and follow the procedure mentioned in :ref:`android-flashing` page to flash these binaries to the EVM.

Expand All @@ -31,7 +31,7 @@ Using Prebuilt binaries

.. ifconfig:: CONFIG_part_variant in ('AM67A')

The SDK download page provides pre-built Android binaries (:file:`AM67A_{XX}.{YY}.{ZZ}_emmc.tgz`) which can be readily used to flash the |__PART_FAMILY_DEVICE_NAMES__| EVM and boot Android.
The SDK download page provides pre-built Android binaries (:file:`AM67A_{XX}.{YY}.{ZZ}_emmc.tgz`) which can be readily used to flash the |__PART_FAMILY_NAME__| EVM and boot Android.

Extract the contents of the pre-built images tarball and follow the procedure mentioned in :ref:`android-flashing` page to flash these binaries to the EVM.

Expand Down
4 changes: 2 additions & 2 deletions source/buildroot/Building_Buildroot_Image.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,13 @@ Booting the SD Card Image
=========================

After the image is flashed to SD Card. Change the boot mode pins in
|__PART_FAMILY_DEVICE_NAMES__| board for SD Card boot.
|__PART_FAMILY_NAME__| board for SD Card boot.

.. code-block:: console

SW1[1:8] = 11000010 and SW2[1:8] = 01000000

Insert the SD Card in SD Card slot in |__PART_FAMILY_DEVICE_NAMES__| board. Use a
Insert the SD Card in SD Card slot in |__PART_FAMILY_NAME__| board. Use a
USB Micro-B cable to connect the host PC to the USB Micro-B interface for UART
on the EVM then power on the board, the following logs can be observed on the
terminal window:
Expand Down
8 changes: 4 additions & 4 deletions source/debian/Demo_User_Guides/Chromium_Browser.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,15 @@ Run as the root user
+---------------------------------+----------------------+------------------------------------------------+
| **Platform** | **Performance FPS** | **GPU Utilisation** |
+---------------------------------+----------------------+------------------------------------------------+
| |__PART_FAMILY_DEVICE_NAMES__| | 36 @ 1080p60 | 72% |
| |__PART_FAMILY_NAME__| | 36 @ 1080p60 | 72% |
+---------------------------------+----------------------+------------------------------------------------+

.. ifconfig:: CONFIG_part_variant in ('AM62X')

+---------------------------------+----------------------+------------------------------------------------+
| **Platform** | **Performance FPS** | **GPU Utilisation** |
+---------------------------------+----------------------+------------------------------------------------+
| |__PART_FAMILY_DEVICE_NAMES__| | 11 @ 1080p60 | 100% |
| |__PART_FAMILY_NAME__| | 11 @ 1080p60 | 100% |
+---------------------------------+----------------------+------------------------------------------------+

.. note::
Expand All @@ -158,14 +158,14 @@ Run as the root user
+---------------------------------+-----------------------------------------------------------------------+
| **Platform** | **MotionMark v1.3** |
+---------------------------------+-----------------------------------------------------------------------+
| |__PART_FAMILY_DEVICE_NAMES__| | 45.85 @ 1080p60 |
| |__PART_FAMILY_NAME__| | 45.85 @ 1080p60 |
+---------------------------------+-----------------------------------------------------------------------+

.. ifconfig:: CONFIG_part_variant in ('AM62X')

+---------------------------------+-----------------------------------------------------------------------+
| **Platform** | **MotionMark v1.3** |
+---------------------------------+-----------------------------------------------------------------------+
| |__PART_FAMILY_DEVICE_NAMES__| | 1.29 @ 1080p60 |
| |__PART_FAMILY_NAME__| | 1.29 @ 1080p60 |
+---------------------------------+-----------------------------------------------------------------------+

2 changes: 1 addition & 1 deletion source/debian/Overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A few key highlights of this project are:
<https://github.com/TexasInstruments/ti-debpkgs>`__ hosts these packages.

- This document also provides the required steps and instructions to customize the TI's components
for |__PART_FAMILY_DEVICE_NAMES__| System-on-a-Chip (SoC) and create the corresponding deb packages.
for |__PART_FAMILY_NAME__| System-on-a-Chip (SoC) and create the corresponding deb packages.

- The entire project is public and we accept community contributions as pull requests to GitHub
repositories.
Expand Down
2 changes: 1 addition & 1 deletion source/devices/AM62LX/debian/Getting_Started_Guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Once the setup ends, reboot the board. Weston screen will appear on the display.

.. image:: /images/debian_homescreen.png

You've successfully booted Debian on |__PART_FAMILY_DEVICE_NAMES__|.
You've successfully booted Debian on |__PART_FAMILY_NAME__|.

If the board is connected to a private network, setup the proxy to be able to access the Internet.
For more info, refer to `apt.conf(5) man page <https://manpages.debian.org/trixie/apt/apt.conf.5.en.html>`__
Expand Down
2 changes: 1 addition & 1 deletion source/devices/AM62PX/debian/Getting_Started_Guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Once the setup ends, reboot the board. Weston screen will appear on the display.

.. image:: /images/debian_homescreen.png

You've successfully booted Debian on |__PART_FAMILY_DEVICE_NAMES__|.
You've successfully booted Debian on |__PART_FAMILY_NAME__|.

If the board is connected to a private network, setup the proxy to be able to access the Internet.
For more info, refer to `apt.conf(5) man page <https://manpages.debian.org/trixie/apt/apt.conf.5.en.html>`__
Expand Down
2 changes: 1 addition & 1 deletion source/devices/AM62X/debian/Getting_Started_Guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Once the setup ends, reboot the board. Weston screen will appear on the display.

.. image:: /images/debian_homescreen.png

You've successfully booted Debian on |__PART_FAMILY_DEVICE_NAMES__|.
You've successfully booted Debian on |__PART_FAMILY_NAME__|.

If the board is connected to a private network, setup the proxy to be able to access the Internet.
For more info, refer to `apt.conf(5) man page <https://manpages.debian.org/trixie/apt/apt.conf.5.en.html>`__
Expand Down
2 changes: 1 addition & 1 deletion source/devices/AM64X/debian/Getting_Started_Guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ To verify the distro, connect via the UART console and try running ``neofetch``

.. image:: /images/debian_neofetch.png

You've successfully booted Debian on |__PART_FAMILY_DEVICE_NAMES__|.
You've successfully booted Debian on |__PART_FAMILY_NAME__|.

If the board is connected to a private network, setup the proxy to be able to access the Internet.
For more info, refer to `apt.conf(5) man page <https://manpages.debian.org/trixie/apt/apt.conf.5.en.html>`__
Expand Down
2 changes: 1 addition & 1 deletion source/devices/J7_Family/linux/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Processor SDK Linux Software Developer's Guide
**********************************************


.. rubric:: Welcome to the Processor SDK Linux Software Developer's Guide for |__PART_FAMILY_DEVICE_NAMES__|
.. rubric:: Welcome to the Processor SDK Linux Software Developer's Guide for |__PART_FAMILY_NAME__|

.. include:: /linux/Overview/_Processor_SDK_Linux_Software_Developers_Guide.rst

Expand Down
20 changes: 10 additions & 10 deletions source/linux/Demo_User_Guides/Chromium_Browser.rst
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Run as the weston user with the command line :console:`chromium https://webglsam
+---------------------------------+----------------------+------------------------------------------------+
| **Platform** | **Performance FPS** | **GPU Utilisation** |
+---------------------------------+----------------------+------------------------------------------------+
| |__PART_FAMILY_DEVICE_NAMES__| | 36 @ 1080p60 | 72% |
| |__PART_FAMILY_NAME__| | 36 @ 1080p60 | 72% |
+---------------------------------+----------------------+------------------------------------------------+

.. note::
Expand All @@ -219,7 +219,7 @@ Run as the weston user with the command line :console:`chromium https://webglsam
+---------------------------------+----------------------+------------------------------------------------+
| **Platform** | **Performance FPS** | **GPU Utilisation** |
+---------------------------------+----------------------+------------------------------------------------+
| |__PART_FAMILY_DEVICE_NAMES__| | 11 @ 1080p60 | 100% |
| |__PART_FAMILY_NAME__| | 11 @ 1080p60 | 100% |
+---------------------------------+----------------------+------------------------------------------------+
| Beagleplay | 11 @ 1080p60 | 100% |
+---------------------------------+----------------------+------------------------------------------------+
Expand All @@ -238,23 +238,23 @@ Run as the weston user with the command line :console:`chromium https://webglsam
+---------------------------------+-----------------------------------------------------------------------+
| **Platform** | **Performance FPS** |
+---------------------------------+-----------------------------------------------------------------------+
| |__PART_FAMILY_DEVICE_NAMES__| | 33 @ 1080p60 |
| |__PART_FAMILY_NAME__| | 33 @ 1080p60 |
+---------------------------------+-----------------------------------------------------------------------+

.. ifconfig:: CONFIG_part_variant in ('J721S2')

+---------------------------------+-----------------------------------------------------------------------+
| **Platform** | **Performance FPS** |
+---------------------------------+-----------------------------------------------------------------------+
| |__PART_FAMILY_DEVICE_NAMES__| | 53 @ 1080p60 |
| |__PART_FAMILY_NAME__| | 53 @ 1080p60 |
+---------------------------------+-----------------------------------------------------------------------+

.. ifconfig:: CONFIG_part_variant in ('J784S4')

+---------------------------------+-----------------------------------------------------------------------+
| **Platform** | **Performance FPS** |
+---------------------------------+-----------------------------------------------------------------------+
| |__PART_FAMILY_DEVICE_NAMES__| | 60 @ 1080p60 |
| |__PART_FAMILY_NAME__| | 60 @ 1080p60 |
+---------------------------------+-----------------------------------------------------------------------+

**Performance of MotionMarkv1.3**
Expand All @@ -269,15 +269,15 @@ use the mouse to click the "Run Benchmark" button.
+---------------------------------+-----------------------------------------------------------------------+
| **Platform** | **MotionMark v1.3** |
+---------------------------------+-----------------------------------------------------------------------+
| |__PART_FAMILY_DEVICE_NAMES__| | 51.56 @ 1080p60 |
| |__PART_FAMILY_NAME__| | 51.56 @ 1080p60 |
+---------------------------------+-----------------------------------------------------------------------+

.. ifconfig:: CONFIG_part_variant in ('AM62X')

+---------------------------------+-----------------------------------------------------------------------+
| **Platform** | **MotionMark v1.3** |
+---------------------------------+-----------------------------------------------------------------------+
| |__PART_FAMILY_DEVICE_NAMES__| | 1.51 @ 1080p60 |
| |__PART_FAMILY_NAME__| | 1.51 @ 1080p60 |
+---------------------------------+-----------------------------------------------------------------------+
| Beagleplay | 1.77 @ 1080p60 |
+---------------------------------+-----------------------------------------------------------------------+
Expand All @@ -287,22 +287,22 @@ use the mouse to click the "Run Benchmark" button.
+---------------------------------+-----------------------------------------------------------------------+
| **Platform** | **MotionMark v1.3** |
+---------------------------------+-----------------------------------------------------------------------+
| |__PART_FAMILY_DEVICE_NAMES__| | 37.56 @ 1080p60 |
| |__PART_FAMILY_NAME__| | 37.56 @ 1080p60 |
+---------------------------------+-----------------------------------------------------------------------+

.. ifconfig:: CONFIG_part_variant in ('J721S2')

+---------------------------------+-----------------------------------------------------------------------+
| **Platform** | **MotionMark v1.3** |
+---------------------------------+-----------------------------------------------------------------------+
| |__PART_FAMILY_DEVICE_NAMES__| | 67.88 @ 1080p60 |
| |__PART_FAMILY_NAME__| | 67.88 @ 1080p60 |
+---------------------------------+-----------------------------------------------------------------------+

.. ifconfig:: CONFIG_part_variant in ('J784S4')

+---------------------------------+-----------------------------------------------------------------------+
| **Platform** | **MotionMark v1.3** |
+---------------------------------+-----------------------------------------------------------------------+
| |__PART_FAMILY_DEVICE_NAMES__| | 177.11 @ 1080p60 |
| |__PART_FAMILY_NAME__| | 177.11 @ 1080p60 |
+---------------------------------+-----------------------------------------------------------------------+

Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ Edge AI Gallery - User Guide
Overview
--------

The |__PART_FAMILY_DEVICE_NAMES__| SK board has a QT based Out of Box application setup so that user can test the prepackaged models, with sample images, videos and optionally with a connected camera. The Demo also allows users to add their custom models, images, and videos to extend the functionality.
The |__PART_FAMILY_NAME__| SK board has a QT based Out of Box application setup so that user can test the prepackaged models, with sample images, videos and optionally with a connected camera. The Demo also allows users to add their custom models, images, and videos to extend the functionality.

All of the necessary equipment requirement and instructions are provided here.

Hardware Prerequisites
----------------------

- TI |__PART_FAMILY_DEVICE_NAMES__| SK
- TI |__PART_FAMILY_NAME__| SK

- PC (Windows or Linux, to use serial terminal console)

Expand Down
10 changes: 5 additions & 5 deletions source/linux/Demo_User_Guides/TI_Apps_Launcher_User_Guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ TI Apps Launcher is a QT Based Application launcher for TI Platforms. Currently,

.. ifconfig:: CONFIG_part_variant in ('AM62X')

Additionally, The below demos are also available on the |__PART_FAMILY_DEVICE_NAMES__| platform specifically:
Additionally, The below demos are also available on the |__PART_FAMILY_NAME__| platform specifically:

- ARM Analytics

Expand All @@ -45,13 +45,13 @@ Hardware Prerequisites

.. ifconfig:: CONFIG_part_variant in ('J721S2','J784S4','J722S')

- TI |__PART_FAMILY_DEVICE_NAMES__| SK
- TI |__PART_FAMILY_NAME__| SK

- PC (Windows or Linux, to use serial terminal console)

- HDMI Monitor (to view the Demo on Display)

- Ethernet Cable (to connect |__PART_FAMILY_DEVICE_NAMES__| SK to internet)
- Ethernet Cable (to connect |__PART_FAMILY_NAME__| SK to internet)

- USB Camera or OV5640 camera sensor module (for Live Camera)

Expand Down Expand Up @@ -155,7 +155,7 @@ Launching the Camera App

.. ifconfig:: CONFIG_part_variant not in ('AM62X')

1. |__PART_FAMILY_DEVICE_NAMES__| has hardware codecs which are capable of encoding and decoding H.246 and H.265 Videos.
1. |__PART_FAMILY_NAME__| has hardware codecs which are capable of encoding and decoding H.246 and H.265 Videos.

2. The Camera app supports recording and playback of video in H264 and H265 formats.

Expand Down Expand Up @@ -250,7 +250,7 @@ Launching the Benchmarks Demo

.. ifconfig:: CONFIG_sdk in ('j7_foundational')

3. User will now see the list of Benchmarks available to test on TI |__PART_FAMILY_DEVICE_NAMES__|. Click on the `play button` infront of the benchmark you like to test. The image below is captured while running the `dhrystone`.
3. User will now see the list of Benchmarks available to test on TI |__PART_FAMILY_NAME__|. Click on the `play button` infront of the benchmark you like to test. The image below is captured while running the `dhrystone`.

.. Image:: /images/benchmarks-system.png
:height: 400
Expand Down
Loading