Skip to content

Commit 3e59f25

Browse files
feat(AM62Lx): Add K3conf How to guide
Add K3config How to guide for AM62Lx While at it, Fix few vale warnings. Signed-off-by: Praneeth Bajjuri <[email protected]>
1 parent 6b0fa03 commit 3e59f25

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

configs/AM62LX/AM62LX_linux_toc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ linux/How_to_Guides/Host/How_to_Setup_and_Debug_using_Lauterbach
108108
linux/How_to_Guides/Host/SYSFW_Trace_Parser
109109
#linux/How_to_Guides/Target/Processor_SDK_Linux_File_System_Optimization_Customization
110110
#linux/How_to_Guides/Target/How_to_test_MCAN_on_AM62x
111+
linux/How_to_Guides/Target/How_to_Use_K3Conf_Tool
111112
linux/How_to_Guides/Target/How_to_enable_DT_overlays_in_linux
112113
linux/How_to_Guides/Target/How_to_playback_audio_over_HDMI
113114
#linux/How_to_Guides/Target/How_to_boot_quickly
@@ -119,7 +120,6 @@ linux/How_to_Guides/FAQ/How_to_Check_Device_Tree_Info
119120
linux/How_to_Guides/FAQ/How_to_Integrate_Open_Source_Software
120121
linux/How_to_Guides_Hardware_Setup_with_CCS
121122
linux/How_to_Guides/Hardware_Setup_with_CCS/AM62Lx_EVM_Hardware_Setup
122-
123123
linux/Demo_User_Guides/index_Demos
124124
linux/Demo_User_Guides/TI_LVGL_Demo_User_Guide
125125

source/linux/How_to_Guides/Target/How_to_Use_K3Conf_Tool.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@ How to Use K3Conf Tool
44
Overview
55
--------
66

7-
k3conf is standalone application designed to provide a quick and easy way to
8-
diagnose/debug/audit TI K3 architecture based processors configuration at
7+
k3conf is standalone application designed to offer as a quick and easy way to
8+
diagnose, debug and audit TI K3 architecture based processors configuration at
99
runtime, with no particular kernel dependency.
1010

11-
k3conf is designed to be as much platform-agnostic as possible, being able to
11+
k3conf is designed to be platform-agnostic, being able to
1212
run on any Linux platform and easily ported to other OS.
1313
Even if k3conf today focuses mainly on TISCI related functionality, it is
1414
intended to be extended to any other area.
1515

16+
.. _How-to-use-k3conf-label:
1617

1718
How to use
1819
----------
@@ -23,9 +24,8 @@ Type ``k3conf --help`` to get complete list of available commands and options.
2324

2425
.. attention::
2526

26-
K3CONF currently supports AM654, J721E, J7200, AM64x, AM62x, AM62P, J721S2, J784S4 and
27-
AM62Ax Devices.
27+
K3CONF currently supports AM654, J721E, J7200, AM64x, AM62x, AM62P, J721S2, J784S4, AM62Ax and AM62Lx devices.
2828

29-
Source code for k3conf tool is available at `git.ti.com/k3conf <https://git.ti.com/cgit/k3conf/k3conf/>`__ and the Yocto recipe which builds
30-
& packages k3conf in filesystem is available at `git.ti.com/meta-ti <https://git.ti.com/cgit/arago-project/meta-ti/tree/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb?h=scarthgap>`__
29+
Source code for k3conf tool is available at `git.ti.com/k3conf <https://git.ti.com/cgit/k3conf/k3conf/>`__
30+
and the Yocto recipe to package in filesystem is available at `git.ti.com/meta-ti <https://git.ti.com/cgit/arago-project/meta-ti/tree/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb?h=scarthgap>`__
3131

0 commit comments

Comments
 (0)