Hi, all
I plan to run the test on our Linux server. But now the problem is I can only run the program with the Simulator configuration, if I configure to run on our C6424 EVM board, an error will occur as follows
$ loadti.sh -c=C6424_evm.ccxml C64_enc.out
SEVERE: Cannot read System Setup data from XML file /home/data/C6424_evm.ccxml
Error parsing file:
Fatal Error at (0, 0): An exception occurred! Type:RuntimeException, Message:The primary document entity could not be opened. Id=/home/data/profile/connections/SDDSKUSB_Connection.xml while parsing file: /home/data/profile/connections/SDDSKUSB_Connection.xml
SEVERE: Can not initialize DebugServer. Cannot read System Setup data from XML file /home/data/C6424_evm.ccxml
I have tried the simulator and C6424_evm.ccxml target configuration on my Windows host, and it works fine. Whenever I run from the cygwin with loadti.bat, it will connect the EVM board directly and then load the program into the board and begin to run. But on Linux host, it will have above connection problem. I don't know if I have to run the program as root because of the USB-JTAG connection driver.
Any idea is appreciated.
Regards
Touse