|
| 1 | +# General family replacement variables and configuration values for Linux build |
| 2 | + |
| 3 | +# This file is processed by Python scripts to define both replacement |
| 4 | +# variable and configuration values for a device family build. |
| 5 | +# For replacement variables, all variables should be listed on a single |
| 6 | +# line, and all the variables should be listed on consecutive lines |
| 7 | +# (i.e. no additional blank lines between the replacement variables). |
| 8 | +# Similarly, all the configuration values should be listed on individual, |
| 9 | +# consecutive lines (with no blank linues between the configuration values). |
| 10 | +# |
| 11 | +# Note that neither replacement variables nor configuration values may contain |
| 12 | +# a colon (i.e. ":") in their name. However, values may contain colons. |
| 13 | + |
| 14 | +Replacement Variables |
| 15 | +--------------------- |
| 16 | +'__PART_FAMILY_NAME__' : 'AM62Ax' |
| 17 | +'__PART_FAMILY_DEVICE_NAMES__' : 'AM62Ax' |
| 18 | +'__PRODUCT_LINE_NAME__' : 'Sitara MPU' |
| 19 | +'__SDK_BUILD_MACHINE__' : 'am62a-sk' |
| 20 | +'__SDK_FULL_NAME__' : 'Processor SDK Linux Edge AI AM62Ax' |
| 21 | +'__SDK_SHORT_NAME__' : 'PSDK EdgeAI' |
| 22 | +'__SDK_INSTALL_FILE__' : 'ti-processor-sdk-linux-am62axx-evm-<version>-Linux-x86-Install.bin' |
| 23 | +'__SDK_INSTALL_DIR__' : 'ti-processor-sdk-linux-am62axx-evm-<version>' |
| 24 | +'__SDK_DOWNLOAD_URL__' : '`Processor SDK AM62A Download Page <https://www.ti.com/tool/PROCESSOR-SDK-AM62A>`__' |
| 25 | +'__LINUX_UBUNTU_VERSION_LONG__' : '22.04 (64-bit)' |
| 26 | +'__LINUX_UBUNTU_VERSION_SHORT__' : '22.04' |
| 27 | +'__OPTEE_PLATFORM_FLAVOR__' : 'am62axx' |
| 28 | +'__RTOS_UBUNTU_VERSION_LONG__' : '22.04 (64-bit)' |
| 29 | +'__WINDOWS_SUPPORTED_LONG__' : '10 (64-bit)' |
| 30 | +'__FEATURINGMATRIX__' : \ |
| 31 | +'__SYSFW_CORE_NAME__' : 'TIFS' |
| 32 | + |
| 33 | +Configuration Values |
| 34 | +-------------------- |
| 35 | +'CONFIG_part_family' : 'AM62AX_family' |
| 36 | +'CONFIG_part_variant' : 'AM62AX' |
| 37 | +'CONFIG_sdk' : 'PLSDK' |
| 38 | +'CONFIG_icss_support' : 'yes' |
| 39 | +'CONFIG_rt_linux_support' : 'yes' |
| 40 | +'CONFIG_gpu_ip' : 'Rogue_AXE' |
| 41 | +'CONFIG_crypto' : 'sa2ul' |
| 42 | + |
0 commit comments