]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - k3conf/k3conf.git/blob - README.md
common: cmd_dump: Gracefully handle ti_sci_cmd_get_clk_state() failure
[k3conf/k3conf.git] / README.md
1 ###############################################################################
2 #                                                                             #
3 #                                   K3CONF                                    #
4 #                                                                             #
5 #    A Powerful Diagnostic Tool for Texas Instruments K3 based Processors     #
6 ###############################################################################
10 INTRODUCTION:
11 -------------
13 K3CONF is a Linux user-space standalone application designed to provide a
14 quick'n easy way to dynamically diagnose Texas Instruments' K3 architecture
15 based processors. K3CONF is intended to provide similar experience to that of
16 OMAPCONF that runs on legacy TI platforms.
18 **WARNING**: This is work in progress! Don't expect things to be complete in any
19 dimension. Use at your own risk. And keep the reset button in reach.
23 SUPPORT:
24 --------
26 K3CONF currently supports AM654, J721E, J7200 and AM64x Devices. Legacy OMAP and DRA7
27 platforms are not supported.
31 Build Instructions:
32 -------------------
34 To build the output binary file run the following command:
36         # make CROSS_COMPILE=aarch64-linux-gnu-
38 Copy the output binary "k3conf" to your Filesystem.
40 That's it!!
44 Help:
45 -----
47 Type "./k3conf --help" to get complete list of available commands and options.
48 Note that in case of incorrect command/option, help will also be displayed.