Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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 .rstcheck.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ ignore_directives = ifconfig
# ignore the following languages because they require external compilers and
# snippets in this repo depend on external code
ignore_languages = c,cpp,c++
ignore_substitutions = __PART_FAMILY_NAME__,__PART_FAMILY_DEVICE_NAMES__,__PRODUCT_LINE_NAME__,__SDK_BUILD_MACHINE__,__SDK_FULL_NAME__,__SDK_SHORT_NAME__,__SDK_INSTALL_FILE__,__SDK_INSTALL_DIR__,__SDK_DOWNLOAD_URL__,__LINUX_UBUNTU_VERSION_LONG__,__LINUX_UBUNTU_VERSION_SHORT__,__OPTEE_PLATFORM_FLAVOR__,__RTOS_UBUNTU_VERSION_LONG__,__WINDOWS_SUPPORTED_LONG__,__FEATURINGMATRIX__,__SYSFW_CORE_NAME__,__PCIE_BASE_ADDRESS__,__PCIE_DEVICE_ID__
ignore_substitutions = __PART_FAMILY_NAME__,__PART_FAMILY_DEVICE_NAMES__,__PRODUCT_LINE_NAME__,__SDK_BUILD_MACHINE__,__SDK_FULL_NAME__,__SDK_SHORT_NAME__,__SDK_INSTALL_FILE__,__SDK_INSTALL_DIR__,__SDK_DOWNLOAD_URL__,__LINUX_UBUNTU_VERSION_LONG__,__LINUX_UBUNTU_VERSION_SHORT__,__OPTEE_PLATFORM_FLAVOR__,__RTOS_UBUNTU_VERSION_LONG__,__WINDOWS_SUPPORTED_LONG__,__FEATURINGMATRIX__,__SYSFW_CORE_NAME__,__PCIE_BASE_ADDRESS__,__PCIE_DEVICE_ID__,__IMAGE_TYPE__
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $(info ROOTDIR is $(ROOTDIR))

$(info DEVFAMILY is $(DEVFAMILY_UP))

ifeq ($(DEVFAMILY_UP), $(filter $(DEVFAMILY_UP), J721E J7200 J721S2 J784S4 AM68 AM69 J722S AM67 J742S2))
ifeq ($(DEVFAMILY_UP), $(filter $(DEVFAMILY_UP), J721E J7200 J721S2 J784S4 AM68 AM69 J722S AM67 J742S2 AM68A AM67A AM69A TDA4VM))
CONFDIR = source/devices/J7_Family/${OS_LOW}
else
CONFDIR = source/devices/$(DEVFAMILY_UP)/${OS_LOW}
Expand Down
2 changes: 2 additions & 0 deletions configs/AM335X/AM335X_linux_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@ Replacement Variables
'__WINDOWS_SUPPORTED_LONG__' : '7 (64-bit)'
'__FEATURINGMATRIX__' : 'featuring Matrix'
'__SYSFW_CORE_NAME__' : \
'__IMAGE_TYPE__' : 'default'

Configuration Values
--------------------
'CONFIG_part_family' : 'AM335X_family'
'CONFIG_part_variant' : 'AM335X'
'CONFIG_sdk' : 'SITARA'
'CONFIG_image_type' : 'default'
'CONFIG_icss_support' : 'yes'
'CONFIG_rt_linux_support' : 'yes'
'CONFIG_gpu_ip' : 'SGX'
Expand Down
2 changes: 2 additions & 0 deletions configs/AM437X/AM437X_linux_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@ Replacement Variables
'__WINDOWS_SUPPORTED_LONG__' : '7 (64-bit)'
'__FEATURINGMATRIX__' : 'featuring Matrix'
'__SYSFW_CORE_NAME__' : \
'__IMAGE_TYPE__' : 'default'

Configuration Values
--------------------
'CONFIG_part_family' : 'AM437X_family'
'CONFIG_part_variant' : 'AM437X'
'CONFIG_sdk' : 'SITARA'
'CONFIG_image_type' : 'default'
'CONFIG_icss_support' : 'yes'
'CONFIG_rt_linux_support' : 'yes'
'CONFIG_gpu_ip' : 'SGX'
Expand Down
2 changes: 2 additions & 0 deletions configs/AM57X/AM57X_linux_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ Replacement Variables
'__WINDOWS_SUPPORTED_LONG__' : '7 (64-bit)'
'__FEATURINGMATRIX__' : \
'__SYSFW_CORE_NAME__' : \
'__IMAGE_TYPE__' : 'default'

Configuration Values
--------------------
'CONFIG_part_family' : 'AM57X_family'
'CONFIG_part_variant' : 'AM57X'
'CONFIG_sdk' : 'JACINTO'
'CONFIG_image_type' : 'default'
'CONFIG_icss_support' : 'yes'
'CONFIG_rt_linux_support' : 'yes'
'CONFIG_gpu_ip' : 'SGX'
Expand Down
12 changes: 7 additions & 5 deletions configs/AM62AX/AM62AX_linux_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,25 @@ Replacement Variables
'__SDK_BUILD_MACHINE__' : 'am62axx-evm'
'__SDK_FULL_NAME__' : 'Processor SDK Linux AM62Ax'
'__SDK_SHORT_NAME__' : 'PSDK'
'__SDK_INSTALL_FILE__' : 'ti-processor-sdk-linux-am62axx-evm-<version>-Linux-x86-Install.bin'
'__SDK_INSTALL_DIR__' : 'ti-processor-sdk-linux-am62axx-evm-<version>'
'__SDK_DOWNLOAD_URL__' : '`AM62Ax-SDK-Download-page <https://www.ti.com/tool/PROCESSOR-SDK-AM62AX>`__'
'__LINUX_UBUNTU_VERSION_LONG__' : '18.04 (64-bit)'
'__LINUX_UBUNTU_VERSION_SHORT__' : '18.04'
'__SDK_INSTALL_FILE__' : 'ti-processor-sdk-linux-edgeai-am62a-evm-<version>-Linux-x86-Install.bin'
'__SDK_INSTALL_DIR__' : 'ti-processor-sdk-linux-edgeai-am62a-evm-<version>'
'__SDK_DOWNLOAD_URL__' : '`AM62Ax-SDK-Download-page <https://www.ti.com/tool/download/PROCESSOR-SDK-LINUX-AM62A>`__'
'__LINUX_UBUNTU_VERSION_LONG__' : '22.04 (64-bit)'
'__LINUX_UBUNTU_VERSION_SHORT__' : '22.04'
'__OPTEE_PLATFORM_FLAVOR__' : 'am62x'
'__FAMILY_NAME__' : 'am62ax'
'__RTOS_UBUNTU_VERSION_LONG__' : '18.04 (64-bit), 16.04 (64-bit)'
'__WINDOWS_SUPPORTED_LONG__' : '10 (64-bit)'
'__FEATURINGMATRIX__' : \
'__SYSFW_CORE_NAME__' : 'TIFS'
'__IMAGE_TYPE__' : 'edgeai'

Configuration Values
--------------------
'CONFIG_part_family' : 'AM62AX_family'
'CONFIG_part_variant' : 'AM62AX'
'CONFIG_sdk' : 'SITARA'
'CONFIG_image_type' : 'edgeai'
'CONFIG_icss_support' : 'yes'
'CONFIG_rt_linux_support' : 'yes'
'CONFIG_gpu_ip' : 'Rogue_AXE'
Expand Down
2 changes: 1 addition & 1 deletion configs/AM62AX/AM62AX_linux_toc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ devices/AM62AX/linux/Release_Specific_Supported_Platforms_and_Versions
devices/AM62AX/linux/Release_Specific_QSG

linux/Overview_Building_the_SDK
linux/Overview/Top_Level_Makefile
linux/Overview_Top_Level_Makefile
linux/Overview_Directory_Structure_Overview
linux/Overview_Technical_Support
linux/Overview_GPLv3_Disclaimer
Expand Down
2 changes: 2 additions & 0 deletions configs/AM62PX/AM62PX_linux_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@ Replacement Variables
'__WINDOWS_SUPPORTED_LONG__' : '10 (64-bit)'
'__FEATURINGMATRIX__' : \
'__SYSFW_CORE_NAME__' : 'TIFS'
'__IMAGE_TYPE__' : 'default'

Configuration Values
--------------------
'CONFIG_part_family' : 'AM62PX_family'
'CONFIG_part_variant' : 'AM62PX'
'CONFIG_sdk' : 'SITARA'
'CONFIG_image_type' : 'default'
'CONFIG_icss_support' : 'yes'
'CONFIG_rt_linux_support' : 'yes'
'CONFIG_gpu_ip' : 'Rogue_BXS'
Expand Down
2 changes: 2 additions & 0 deletions configs/AM62X/AM62X_linux_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@ Replacement Variables
'__WINDOWS_SUPPORTED_LONG__' : '10 (64-bit)'
'__FEATURINGMATRIX__' : \
'__SYSFW_CORE_NAME__' : 'TIFS'
'__IMAGE_TYPE__' : 'default'

Configuration Values
--------------------
'CONFIG_part_family' : 'AM62X_family'
'CONFIG_part_variant' : 'AM62X'
'CONFIG_sdk' : 'SITARA'
'CONFIG_image_type' : 'default'
'CONFIG_icss_support' : 'yes'
'CONFIG_rt_linux_support' : 'yes'
'CONFIG_gpu_ip' : 'Rogue_AXE'
Expand Down
2 changes: 2 additions & 0 deletions configs/AM64X/AM64X_linux_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@ Replacement Variables
'__SYSFW_CORE_NAME__' : 'DMSC'
'__PCIE_BASE_ADDRESS__' : 'f102000'
'__PCIE_DEVICE_ID__' : '0xb010'
'__IMAGE_TYPE__' : 'default'

Configuration Values
--------------------
'CONFIG_part_family' : 'AM64X_family'
'CONFIG_part_variant' : 'AM64X'
'CONFIG_sdk' : 'SITARA'
'CONFIG_image_type' : 'default'
'CONFIG_icss_support' : 'yes'
'CONFIG_rt_linux_support' : 'yes'
'CONFIG_gpu_ip' : \
Expand Down
2 changes: 2 additions & 0 deletions configs/AM65X/AM65X_linux_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ Replacement Variables
'__WINDOWS_SUPPORTED_LONG__' : '7 (64-bit)'
'__FEATURINGMATRIX__' : \
'__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'
Expand Down
2 changes: 2 additions & 0 deletions configs/AM67/AM67_linux_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ Replacement Variables
'__WINDOWS_SUPPORTED_LONG__' : '7 (64-bit)'
'__FEATURINGMATRIX__' : \
'__SYSFW_CORE_NAME__' : 'TIFS'
'__IMAGE_TYPE__' : 'default'

Configuration Values
--------------------
'CONFIG_part_family' : 'J7_family'
'CONFIG_part_variant' : 'J722S'
'CONFIG_sdk' : 'j7_foundational'
'CONFIG_image_type' : 'default'
'CONFIG_icss_support' : 'no'
'CONFIG_rt_linux_support' : 'yes'
'CONFIG_gpu_ip' : 'Rogue_BXS'
Expand Down
45 changes: 45 additions & 0 deletions configs/AM67A/AM67A_linux_config.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# General family 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__' : 'Jacinto 7 AEN'
'__PART_FAMILY_DEVICE_NAMES__' : 'AM67A'
'__PRODUCT_LINE_NAME__' : 'Jacinto'
'__SDK_BUILD_MACHINE__' : 'j722s-evm'
'__SDK_FULL_NAME__' : 'Processor SDK Linux AM67A'
'__SDK_SHORT_NAME__' : 'JACINTO'
'__SDK_INSTALL_FILE__' : 'ti-processor-sdk-linux-edgeai-j722s-evm-<version>-Linux-x86-Install.bin'
'__SDK_INSTALL_DIR__' : 'ti-processor-sdk-linux-edgeai-j722s-evm-<version>'
'__SDK_DOWNLOAD_URL__' : '`AM67A-Linux-SDK-Download-page <https://www.ti.com/tool/download/PROCESSOR-SDK-LINUX-AM67A>`__'
'__LINUX_UBUNTU_VERSION_LONG__' : '22.04 (64-bit)'
'__LINUX_UBUNTU_VERSION_SHORT__' : '22.04'
'__OPTEE_PLATFORM_FLAVOR__' : 'j722s'
'__RTOS_UBUNTU_VERSION_LONG__' : '22.04 (64-bit), 16.04 (64-bit)'
'__FAMILY_NAME__' : 'j722s'
'__WINDOWS_SUPPORTED_LONG__' : '7 (64-bit)'
'__FEATURINGMATRIX__' : \
'__SYSFW_CORE_NAME__' : 'TIFS'
'__IMAGE_TYPE__' : 'edgeai'

Configuration Values
--------------------
'CONFIG_part_family' : 'J7_family'
'CONFIG_part_variant' : 'J722S'
'CONFIG_sdk' : 'JACINTO'
'CONFIG_image_type' : 'edgeai'
'CONFIG_icss_support' : 'no'
'CONFIG_rt_linux_support' : 'no'
'CONFIG_gpu_ip' : 'Rogue_BXS'
'CONFIG_crypto' : 'sa2ul'
'CONFIG_mcrc' : 'mcrc'
23 changes: 23 additions & 0 deletions configs/AM67A/AM67A_linux_tags.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Device Family name
fam_name = 'AM67A'

# Project name and HTML title
sdk_product = 'null' #todo: remove after the new structure is used for all device families

project = u'Processor SDK Linux for AM67A'
html_title = 'Processor SDK Linux for AM67A Documentation'

# The master toctree document.
master_doc = 'devices/J7_Family/linux/index'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.

# J722S RTOS docs are not in this project, rather referenced externally,
# so exclude 'rtos' folder along with others.
exclude_patterns = ['rtos', 'android', 'linux/index.rst', 'devices/AM335X', 'devices/AM437X', 'devices/AM64X', 'devices/AM65X', 'devices/J7200', 'devices/J721E', 'devices/J784S4', 'devices/DRA821A', 'devices/AM62X', 'devices/AM62AX']

# OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs
sdk_os = 'linux'


129 changes: 129 additions & 0 deletions configs/AM67A/AM67A_linux_toc.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
linux/Overview
linux/Overview_Getting_Started_Guide
linux/Overview_Building_the_SDK
linux/Overview_Top_Level_Makefile
linux/Overview_Directory_Structure_Overview
linux/Overview_Technical_Support
linux/Overview_GPLv3_Disclaimer
linux/Overview/Download_and_Install_the_SDK
linux/Overview/Run_Setup_Scripts
linux/Overview/GCC_ToolChain
linux/Overview/Processor_SDK_Linux_create_SD_card
devices/J7_Family/linux/index
devices/J7_Family/linux/Release_Specific
devices/J7_Family/linux/Release_Specific_Release_Notes
devices/J7_Family/linux/Release_Specific_Yocto_layer_Configuration
devices/J7_Family/linux/Release_Specific_Migration_Guide
devices/J7_Family/linux/Release_Specific_Performance_Guide
devices/J7_Family/linux/Release_Specific_Supported_Platforms_and_Versions
devices/J7_Family/linux/Release_Specific_QSG
linux/Foundational_Components
linux/Foundational_Components_U-Boot
linux/Foundational_Components/U-Boot/Release-Notes
linux/Foundational_Components/U-Boot/Users-Guide
linux/Foundational_Components/U-Boot/UG-General-Info
linux/Foundational_Components/U-Boot/UG-DFU
linux/Foundational_Components/U-Boot/UG-Network
linux/Foundational_Components/U-Boot/UG-NAND
linux/Foundational_Components/U-Boot/UG-Memory
linux/Foundational_Components/U-Boot/UG-SPI
linux/Foundational_Components/U-Boot/UG-QSPI
linux/Foundational_Components/U-Boot/UG-NOR
linux/Foundational_Components/U-Boot/UG-UART
linux/Foundational_Components/U-Boot/UG-SATA
linux/Foundational_Components/U-Boot/UG-DDR3
linux/Foundational_Components/U-Boot/UG-HyperBus
linux/Foundational_Components/U-Boot/UG-RemoteProc
linux/Foundational_Components/U-Boot/Applications
linux/Foundational_Components/U-Boot/Apps-SPL-Debug
linux/Foundational_Components/U-Boot/Apps-Load-in-CCS
linux/Foundational_Components/U-Boot/Apps-TroubleShooting
linux/Foundational_Components_Kernel
linux/Foundational_Components_Kernel_Drivers
linux/Foundational_Components/Kernel/Kernel_Drivers/ADC
linux/Foundational_Components/Kernel/Kernel_Drivers/Audio
linux/Foundational_Components/Kernel/Kernel_Drivers/Camera/CSI2RX
linux/Foundational_Components/Kernel/Kernel_Drivers/Crypto
linux/Foundational_Components/Kernel/Kernel_Drivers/Display/DSS7
linux/Foundational_Components/Kernel/Kernel_Drivers/E5010_JPEG_Encoder
linux/Foundational_Components/Kernel/Kernel_Drivers/GPIO
linux/Foundational_Components/Kernel/Kernel_Drivers/I2C
linux/Foundational_Components/Kernel/Kernel_Drivers/MCAN
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-Ethernet
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW2g
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSWng
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSWng-Native-Ethernet
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-TSN
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-PTP
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-EST
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-CBS
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-IET
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-TSN-Tuning
linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_Root_Complex
linux/Foundational_Components/Kernel/Kernel_Drivers/Power_Management
linux/Foundational_Components/Kernel/Kernel_Drivers/Power_Management/pm_dfs
linux/Foundational_Components/Kernel/Kernel_Drivers/QSPI
linux/Foundational_Components/Kernel/Kernel_Drivers/SERDES/SERDES
linux/Foundational_Components/Kernel/Kernel_Drivers/SPI
linux/Foundational_Components/Kernel/Kernel_Drivers/Storage/NAND
linux/Foundational_Components/Kernel/Kernel_Drivers/Storage/MMC-SD
linux/Foundational_Components/Kernel/Kernel_Drivers/UART
linux/Foundational_Components/Kernel/Kernel_Drivers/USB/CDNS3
linux/Foundational_Components/Kernel/Kernel_Drivers/VTM
linux/Foundational_Components_Kernel_Users_Guide
linux/Foundational_Components_Kernel_LTP-DDT_Validation
linux/Foundational_Components_Kernel_FAQs
linux/Foundational_Components_Filesystem
linux/Foundational_Components_Tools
linux/Foundational_Components/Tools/Development_Tools
linux/Foundational_Components/Tools/Flash_Tools
linux/Foundational_Components/Tools/SysConfig_Tools
linux/Foundational_Components/Tools/Code_Composer_Studio
linux/Foundational_Components_IPC_J722S
linux/Foundational_Components_Virtualization
linux/Foundational_Components/Virtualization/Docker
linux/Foundational_Components_OPTEE
linux/Foundational_Components_ATF
linux/Foundational_Components_Multimedia_Other_Tools
linux/Foundational_Components_Multimedia_wave5
linux/Foundational_Components_Edge_AI
linux/Foundational_Components_Graphics
linux/Foundational_Components/Graphics/Common/Display
linux/Foundational_Components/Graphics/Common/GTK+_Graphics_Framework
linux/Foundational_Components/Graphics/Common/OpenGL_ES
linux/Foundational_Components/Graphics/Common/PVR_Tools
linux/Foundational_Components/Graphics/Common/QT_Graphics_Framework
linux/Foundational_Components/Graphics/Common/Vulkan
linux/Foundational_Components/Graphics/Common/Weston
linux/Foundational_Components/Graphics/Rogue/Overview
linux/Foundational_Components/Graphics/Rogue/Rogue_Debug_Info
linux/Foundational_Components/Graphics/Rogue/Rogue_Power_Management_Info
linux/Foundational_Components/Graphics/Rogue/Build_Guide

linux/How_to_Guides
linux/How_to_Guides_Developer_Notes
linux/How_to_Guides/Host/Connect_to_an_EVM_via_Telnet
linux/How_to_Guides/Host/How_to_Setup_a_Samba_Server
linux/How_to_Guides/Host/Boot_Sequence
linux/How_to_Guides/Host/Moving_Files_to_the_Target_System
linux/How_to_Guides/Host/How_to_Flash_Linux_System_from_U-boot
linux/How_to_Guides/Host/K3_Resource_Partitioning_Tool
linux/How_to_Guides/Target/Processor_SDK_Linux_File_System_Optimization_Customization
linux/How_to_Guides/Target/How_to_Change_dtb_File
linux/How_to_Guides/Target/How_to_enable_DT_overlays_in_linux
linux/How_to_Guides/Target/How_to_manually_flash_emmc_device
linux/How_to_Guides/Target/How_to_visualize_statistics_data
linux/How_to_Guides/Target/How_to_Use_K3Conf_Tool
linux/How_to_Guides/Target/How_to_Tune_Real_Time_Linux
linux/How_to_Guides/FAQ/How_to_Verify_Ipc_Linux_R5
linux/How_to_Guides/FAQ/How_to_Configure_MSMC_memory
linux/How_to_Guides/FAQ/How_to_Check_Device_Tree_Info
linux/How_to_Guides/FAQ/Tda4_Latest_FAQs
linux/How_to_Guides/FAQ/How_to_Integrate_Open_Source_Software
linux/How_to_Guides/Host/How_to_Build_a_Ubuntu_Linux_host_under_VMware
linux/How_to_Guides_Hardware_Setup_with_CCS
linux/How_to_Guides/Hardware_Setup_with_CCS/J722S_EVM_Hardware_Setup
linux/Documentation_Tarball

system/Demo_User_Guides/index_Demos
system/Demo_User_Guides/Edge_AI_Gallery_User_Guide
2 changes: 2 additions & 0 deletions configs/AM68/AM68_linux_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,14 @@ Replacement Variables
'__SYSFW_CORE_NAME__' : 'TIFS'
'__PCIE_BASE_ADDRESS__' : '2910000'
'__PCIE_DEVICE_ID__' : '0xb00d'
'__IMAGE_TYPE__' : 'default'

Configuration Values
--------------------
'CONFIG_part_family' : 'J7_family'
'CONFIG_part_variant' : 'J721S2'
'CONFIG_sdk' : 'j7_foundational'
'CONFIG_image_type' : 'default'
'CONFIG_icss_support' : 'no'
'CONFIG_rt_linux_support' : 'yes'
'CONFIG_gpu_ip' : 'Rogue_BXS'
Expand Down
Loading
Loading