|
105 | 105 |
|
106 | 106 | ## Tools list description |
107 | 107 |
|
108 | | -* sof-boot-once.sh |
109 | | -<br> This script writes to rc.local, which is loaded and read after reboot. |
110 | | -<br> After rc.local command is run, the command will be removed. |
111 | | -<br> example: sof-boot-once.sh reboot |
112 | | -<br> Effect: when system boots up it will auto reboot again |
113 | | - |
114 | | -* sof-combinatoric.py |
115 | | -<br> Used to compute permutations or combinations of the various pipelines |
116 | | - avilable during tests if multiple are needed at once. |
117 | | - |
118 | | -* sof-disk-usage.sh |
119 | | -<br> Used to ensure we have enough disk space to collect logs and avoid system |
120 | | - problems. |
121 | | - |
122 | | -* sof-dump-status.py |
123 | | -<br> Dump the sound card status |
124 | | - |
125 | | -* sof-get-default-tplg.sh |
126 | | -<br> Load the tplg file name from system log which is recorded from system bootup |
127 | | - |
128 | | -* sof-get-kernel-line.sh |
129 | | -<br> Print all kernel versions and their line numbers from /var/log/kern.log, |
130 | | - with the most recent <first/last> |
131 | | - |
132 | | -* sof-kernel-dump.sh |
133 | | -<br> Catch all kernel information after system boot up from /var/log/kern.log file |
134 | | - |
135 | | -* sof-kernel-log-check.sh |
136 | | -<br> Check dmesg for errors and ensure that any found are real errors |
137 | | - |
138 | | -* sof-process-kill.sh |
139 | | -<br> Kills aplay or arecord processes |
140 | | - |
141 | | -* sof-process-state.sh |
142 | | -<br> Shows the current state of a given process |
143 | | - |
144 | | -* sof-tplgreader.py |
145 | | -<br> tplgtool.py wrapper, it reads info from tplgtool.py to analyze topologies. |
146 | | - |
147 | | -* tplgtool2.py |
148 | | -<br> Dumps info from tplg binary file. |
149 | | - SOF CI uses this to generate a topology graph. |
150 | | - |
151 | | -* tplgtool.py |
152 | | -<br> Dumps info from tplg binary file. sof-tplgreader.py still use this but new features |
153 | | - will go to tplgtool2.py. When all functions are migrated to tplgtool2.py |
154 | | - it will be deprecated. |
155 | | - |
| 108 | +See tools/README.md |
156 | 109 |
|
157 | 110 | ## System configuration tips |
158 | 111 |
|
|
0 commit comments