I started and connected an AMI EC2 instance following this steps: https://arm-software.github.io/VHT/main/infrastructure/html/run_ami_local.htmlThen, I tried following this command: cp_install.sh packlistbut got an error saying "cp_install.sh: command not found".If I try cp_list.sh or cbuild.sh, those are already in by system. Do I have to somehow install cp_install.sh to the system? Is it not already in the instance?I am new to this CMSIS-Build ecosystem and not sure what is the right way to get hold of the cp_install.sh.If there is any additional steps that I omitted, please let me know.Thank you,Best regards,Kiwan
Hi Kiwan,
cp_install has been replaced by cpackget in the latest version of CMSIS-Build, as used in the latest AMI.https://github.com/Open-CMSIS-Pack/devtools/releases/tag/tools%2Fbuildmgr%2F0.10.4
I have updated the documentation. Thank you for reporting this.
(Apologies - accidentally deleted previous reply history!)
Hi, Thank you for the update. I actually was drifted off of this project and now came back to do some more exploring, but it seems like the earlier link I posted is invalid. The new link I found which has the steps (https://arm-software.github.io/AVH/main/examples/html/MicroSpeech.html#autotoc_md3) still uses cp_install.sh. Can you update it to use cpackget again? Also, for the reference it would be great if you can write here what the command should look like with cpackget, in case the link changes again.
Ah, I guess now you have packlist.sh that does all the work. NVM. It would still be great if the doc can be updated :) Thank you for the help!