Open Stanislaw-bnk opened 1 week ago
@Stanislaw-bnk, you must be in the directory where dts-hclmgr
is. Now you are in Downloads
, it will not work.
I opened the terminal in the folder with the downloaded dts-hw-conf-gen
repository, where the dts-hclmgr
file is located. This time, however, I'm receiving the warning Directory bash already exists
.
[sbieniek@3M11 dts-hw-conf-gen]$ find . -name "Micro-Star_International_Co.,_Ltd._MS-7D25*.tar.gz" -print0 | xargs -0 -n1 bash -c './dts-hclmgr cpu "$0"'
Warning: Directory bash already exists.
Please run' find. -name "Micro-Star_International_Co.,_Ltd._MS-7D25*.tar.gz" -print0` in that directory and see if it returns anything.
Please consider this:
unizip
does extract archives with reportsfind
look for specific names in all reports that should be in the current directory; otherwise, nothing is found, and nothing will be processed|
Please spend some time with ChatGPT. It will help you with the basics, and then we can improve documentation to make it usable for everyone.
I downloaded the HCL file from the cloud and extracted the .zip using the command
unzip -o dasharo_hcl_reports.zip &&
. When attempting the next steps, I used the commandfind . -name "platform_name_prefix*.tar.gz" -print0 | xargs -0 -n1 bash -c './dts-hclmgr cpu "$0"'
, in this case for "PC_Engines_apu2". The command located the mentioned files; however, it ended with the message 'No such file or directory.' As a result, I couldn’t complete the final step, i.e., passing the information to the DTS HCL manager.