Part Number: TDA4VMXEVM
Tool/software: Code Composer Studio
Hi TI,
Could you please tell me what the problem could be for the following error when I try to build my project:
Thank you,
Brahim
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TDA4VMXEVM
Tool/software: Code Composer Studio
Hi TI,
Could you please tell me what the problem could be for the following error when I try to build my project:
Thank you,
Brahim
Hi Todd,
I'm building this in CCS.
In this project I'm using PSDK RTOS, I'm trying build and run DSS examples to display something in my screen (external). I didn't build it using PDK but just copying dss display example files to my project and try to build the project.
I'm using EVM_J721E target, the output file should be .xer5f as I need it for R5 core.
Regards,
Brahim
HI Brahim,
Can you please try to build the example from terminal?
In PSDKRA, we do not support the CCS based project build (atleast that is not tested). Makefiles based is what is validated.
Regards.
Karan
Hi Karan,
I can build the examples from terminal but when I come to CCS to load the program the procedure takes a huge time (15 minutes instead of 1 minute)
These are the steps I follow after building the examples from the terminal:
1) Open CCS and create Target configuration (EVM_J721E.ccxml)
2) execute this command in scripting console: loadJSFile ("/home/brahim/PSDKRA/psdk_rtos_auto_j7_06_02_00_21/pdk/packages/ti/drv/sciclient/tools/ccsLoadDmsc/j721e/launch.js")
3) go to Run > Load > Program to load > select dss_display_testapp_mcu2_1_debug.xer5f > OK
The 2nd step takes almost 15 minutes and that's too much, after that CCS bugs and doesn't respond.
That's why I'm thinking to create a new project and use the same code of DSS example and build it and do the debug.
Hope you understand my issue.
Regards,
Brahim
Hi Brahim,
Is your launch.js and the rest of the PSDKRA installed over a network drive? That could slow the loading process.
I use the xds110 (on board debugger) and it takes me arounf 30secs for that step. What debugger are you using?
Regards,
Karan
Hi Karan,
No, launch.js and PSDKRA are installed locally in Ubuntu.
I'm using the on-board debugger XDS110 as well.
I'm using Ubuntu 18.04 in virtual machine. Unfortunately this cannot be done in CCS Windows and I cannot get a laptop from TI where Ubuntu is native OS (in case VM is the problem source)
Regards,
Brahim
Hi Brahim,
I think the problem would be that you are not reserving enough RAM and cores for the VM. You can go to the Virtual Box settings to change these settings.
Recommended would be to dedicate atleast 4GB RAM and reserve atleast 2 core. This should take 2-3 mins for the GEL files and sysfw load using launch.js.
Regards,
Karan