Hello,
I followed with Ubuntu 10.04, the "ti-sdk-am335x-evm" (ti-sdk-am335x-evm-05.05.00.00-Linux-x86-Install) and Qt SDK version 1.2.1 (QtSdk-offline-linux-x86-v1.2.1.run) as root all instructions here: http://processors.wiki.ti.com/index.php/Qt_Creator_Embedded_Debugging_Setup
with the exception of the file paths, which are at this SDK somewhat different. The specified "DebugExample.pro" project did not exist on my machine. That's why I created some. But recently, when the manual says: "At this point you can press release or debug mode under the bar on the left and this will build the project, deploy it to the target, and execute the project." there is still a problem.
I can start the application as indicated on the target, but not debug. It appears settings that specify the configuration of the debugger, which are completely empty. In particular host (I know), port number (in Code Composer Studio 2345 is used), sysroot, startup script on host (overwrite), server startup script. What should be entered there? On the target system debugging with Code Composer Studio (which works) the gdbserver starts automatically only when necessary. So I think that that at least the call of any script must be entered.