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.

Linux/AM5728: OpenCV bitbake issue

Part Number: AM5728


Tool/software: Linux

I'm trying to build the SDK with the following http://software-dl.ti.com/processor-sdk-linux/esd/docs/04_03_00_05/linux/Overview.html#id13. But the process gets stuck at the step do_unpack on:

ti-cgt6x-native-1_8.2.2-r0
ti-cgt-arm-native-16.9.2-r0

I've tried with bitbake ti-cgt-arm-native -c cleanall but the same issue persists. Any suggestions on how to solve this?

  • Hello Jerry,

    This is Ubuntu 18.04 related issue. The latest recommended version for building the latest Processor SDK is Ubuntu 16.04, but if you want to continue with Ubuntu 18.04 you can open new terminal window, type lsof | grep ti_cgt_c6000_8.2.2_linux_installer_x86.bin find the process which holds that task and kill it. Do the same for ti_cgt_tms470_16.9.2.LTS_linux_installer_x86.bin and any other package which stucks after waiting a while and when you are sure that the package unpacking has completed successfully and you can terminate that task safely.

    Best regards,
    Kemal

  • Thanks, that solved the issue but there's seems to be more issues down the line with Ubuntu 18.04, I'm going to retry wtih 16.04.