-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathAM65X_linux_config.txt
More file actions
42 lines (38 loc) · 1.93 KB
/
AM65X_linux_config.txt
File metadata and controls
42 lines (38 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# AM65X replacement variables and configuration values for Linux build
# This file is processed by Python scripts to define both replacement
# variable and configuration values for a device family build.
# For replacement variables, all variables should be listed on a single
# line, and all the variables should be listed on consecutive lines
# (i.e. no additional blank lines between the replacement variables).
# Similarly, all the configuration values should be listed on individual,
# consecutive lines (with no blank linues between the configuration values).
#
# Note that neither replacement variables nor configuration values may contain
# a colon (i.e. ":") in their name. However, values may contain colons.
Replacement Variables
---------------------
'__PART_FAMILY_NAME__' : 'AM65x'
'__PRODUCT_LINE_NAME__' : 'Sitara MPU'
'__SDK_BUILD_MACHINE__' : 'am65xx-evm'
'__SDK_FULL_NAME__' : 'Processor SDK Linux AM65xx'
'__SDK_SHORT_NAME__' : 'PSDK'
'__SDK_INSTALL_FILE__' : 'ti-processor-sdk-linux-am65xx-evm-<version>-Linux-x86-Install.bin'
'__SDK_INSTALL_DIR__' : 'ti-processor-sdk-linux-am65xx-evm-<version>'
'__SDK_DOWNLOAD_URL__' : '`AM65xx-Linux-SDK-Download-page <https://www.ti.com/tool/PROCESSOR-SDK-AM65X>`__'
'__LINUX_UBUNTU_VERSION_LONG__' : '22.04 (64-bit)'
'__LINUX_UBUNTU_VERSION_SHORT__' : '22.04'
'__OPTEE_PLATFORM_FLAVOR__' : 'k3-am65x'
'__RTOS_UBUNTU_VERSION_LONG__' : '22.04 (64-bit)'
'__WINDOWS_SUPPORTED_LONG__' : '7 (64-bit)'
'__SYSFW_CORE_NAME__' : 'DMSC'
'__IMAGE_TYPE__' : 'default'
Configuration Values
--------------------
'CONFIG_part_family' : 'AM65X_family'
'CONFIG_part_variant' : 'AM65X'
'CONFIG_sdk' : 'SITARA'
'CONFIG_image_type' : 'default'
'CONFIG_icss_support' : 'yes'
'CONFIG_rt_linux_support' : 'yes'
'CONFIG_gpu_ip' : 'SGX'
'CONFIG_crypto' : 'sa2ul'