Part Number: DRA72XEVM
I have a DRA7xx infotainment board and am trying to build the yocto filesystem ( ./build-core-sdk.sh dra7xx-evm ) as per instructions in
processors.wiki.ti.com/.../Processor_SDK_Linux_Automotive_Software_Developers_Guide
Each attempt hangs indefinitely at:
Currently 1 running tasks (7120 of 7294):
0: ti-ccsv6-native-6.1.3.00034-r0 do_unpack (pid 12171)
Although I have manually installed CCSv6 and CCSv7, this doesn't seem to help me as the build-core-sdk.sh wants to install 6.1.3 anyway. Apparently there is a toolchain bundled with CCS, however I have also already downloaded and installed gcc-linaro-5.3-2016.02-x86_64_arm-linux-gnueabihf, so I don't need that either.
What I need to do is compile/link a QT application I have written. I order to do that I need to supply qtcreator with a toolchain (which I already have, linaro), a target-specific qmake (which I am hoping the build-core-sdk produces), and a sysroot (which I assume is the primary output from the build-core-sdk).
So, is there any way to disable the CCS recipe so the build-core-sdk can proceed? I am working on a Dell Precision 3510 running ubuntu 16.04.
Also, is there any other gotchas that I should know about?
Thanks in advance,
John Alfredo