Workaround for CCS AM62 Target Configuration issue¶
In CCS 12.2 there are some target configuration files which use the wrong case name and a wrong path and can result in an error on a AM62x target configuration file.
If you follow the steps below, you can workaround this issue.
For CCS 12.2, the following are needed:
cd ~/ti/ccs1220/ccs/ccs_base/common ln -sf targetdb/Modules Modules ln -sf am62x targetdb/Modules/AM62x
Go to top