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.

CCS/TMDSCSK388: TMDSCSK388

Part Number: TMDSCSK388
Other Parts Discussed in Thread: DM385

Tool/software: Code Composer Studio

Hi,

I want build u-boot for TMDSCSK388 in CSS but I unable to do right way to do this, I saw training video (https://training.ti.com/linux-board-porting-series-module-6-building-u-boot-ccs?cu=399066)  and follow the steps but this video is for any other board, please help to build u-boot for TMDSCSK388.

Thank you so much.

Regard 

Engr. Rizwan 

  • Hi Rizwan,

    Do you use IPNC RDK 3.9.1?

    If yes, then this is the video you need to follow, should be similar for DM38x u-boot. There is no special video training for DM38x u-boot CCS build.

    Regards,
    Pavel
  • okay.
    Thanks for reply...!
  • I need help to compile source for tmdscsk388, I was able to create the boot able SD card, booting the device from NAND flash without any change to source. Now I wish to modify the IPNC application only and compile. For testing purpose, I changed the GUI image in ( <path-to-ipnc-install-dir> /Source/ipnc_rdk/ipnc_app/webdata/gui/vLabs/img ) folder of ipnc_app. I kept the image name as exactly same. Recompilation was successful but change doesn't happen. Can you please help me to compile the ipnc_app with some very little changes. I shall be obliged.

    Thank you....!


    Regards

    Engr. Rizwan Khalid
  • Rizwan,

    This thread is regarding u-boot build under CCS. If you have more questions regarding u-boot build under CCS, please let me know.

    For another issues, please open new e2e thread.

    Regards,
    Pavel
  • thanks for giving me your time,

    sir

    Right now I want change this(in figure below) web interface GUI according to our project requirements, please tell me how to do this...?

    Thanks in Advance

    Regard

    Engr. Rizwan Khalid

  • For another issues (different than u-boot CCS build), please open new e2e thread.
  • Hi,
    I follow this this video(training.ti.com/linux-board-porting-series-module-6-building-u-boot-ccs, and try to build u-boot using CCS, now I have problem with gcc path, when go to properties > Environment and then set the path it show 2 error (1. Program "g++" not found in PATH 2. Program "gcc" not found in PATH) using ipnc_rdk-3.9.1,
    please tell me how to solve this problem.

    Thank you.

    Regard
    Rizwan Khalid
  • Sir Pavel Botev please reply,
    I am waiting for your reply,
    please give me your some time to solve this problem.
    thanks
    regard
    Rizwan Khalid
  • Rizwan,

    Which PATH did you set?

    In the example provided, they set {SDK}/linux-devkit/bin:

    While for DM38x IPNC you should set:
    IPNC_RDK_3.9.1/Source/ti_tools/linux_devkit/gcc-linaro-5.3-2016.02-x86_64_arm-linux-gnueabihf/bin:

    Regards,
    Pavel
  • Thanks for your reply,
    In CSS I goto Project... then > C/C++ > Makefile Project with Existing Code > click next > select u-boot using path (cd <path to ipnc-intstall-dir>/Source/ti_tools/ipnc_psp_arago)
    and
    and set the path IPNC_RDK_3.9.1/Source/ti_tools/linux_devkit/gcc-linaro-5.3-2016.02-x86_64_arm-linux-gnueabihf/bin:
    but it show 2 error (1. Program "g++" not found in PATH 2. Program "gcc" not found in PATH) using ipnc_rdk-3.9.1.
    Please help me to solve this problem.
    thanks

    Regard
    Rizwan
  • Rizwan,

    I tested on my side with CCSv7 and I can not reproduce the error you report.

    When exactly you see that error? Can you provide a screen shot just before the error and right after the error?

    Please provide also the output of the below commands:

    pbotev@lin-0306:~/DM385/ipnc_rdk-3.9.1/IPNC_RDK_3.9.1/Source/ti_tools/linux_devkit/gcc-linaro-5.3-2016.02-x86_64_arm-linux-gnueabihf/bin$ ls -al
    total 116652
    drwxr-xr-x 2 pbotev mmsol     4096 Mar  2  2016 .
    drwxr-xr-x 8 pbotev mmsol     4096 Mar  2  2016 ..
    -rwxr-xr-x 1 pbotev mmsol  3955912 Mar  2  2016 arm-linux-gnueabihf-addr2line
    -rwxr-xr-x 1 pbotev mmsol  4129216 Mar  2  2016 arm-linux-gnueabihf-ar
    -rwxr-xr-x 1 pbotev mmsol  6096552 Mar  2  2016 arm-linux-gnueabihf-as
    -rwxr-xr-x 1 pbotev mmsol  2931864 Mar  2  2016 arm-linux-gnueabihf-c++
    -rwxr-xr-x 1 pbotev mmsol  3915920 Mar  2  2016 arm-linux-gnueabihf-c++filt
    -rwxr-xr-x 1 pbotev mmsol  2927112 Mar  2  2016 arm-linux-gnueabihf-cpp
    -rwxr-xr-x 1 pbotev mmsol    98736 Mar  2  2016 arm-linux-gnueabihf-elfedit
    -rwxr-xr-x 1 pbotev mmsol  2931864 Mar  2  2016 arm-linux-gnueabihf-g++
    -rwxr-xr-x 1 pbotev mmsol  2924168 Mar  2  2016 arm-linux-gnueabihf-gcc
    -rwxr-xr-x 1 pbotev mmsol  2924168 Mar  2  2016 arm-linux-gnueabihf-gcc-5.3.1
    -rwxr-xr-x 1 pbotev mmsol   146064 Mar  2  2016 arm-linux-gnueabihf-gcc-ar
    -rwxr-xr-x 1 pbotev mmsol   145816 Mar  2  2016 arm-linux-gnueabihf-gcc-nm
    -rwxr-xr-x 1 pbotev mmsol   145824 Mar  2  2016 arm-linux-gnueabihf-gcc-ranlib
    -rwxr-xr-x 1 pbotev mmsol  1900704 Mar  2  2016 arm-linux-gnueabihf-gcov
    -rwxr-xr-x 1 pbotev mmsol  1782944 Mar  2  2016 arm-linux-gnueabihf-gcov-tool
    -rwxr-xr-x 1 pbotev mmsol 27777592 Mar  2  2016 arm-linux-gnueabihf-gdb
    -rwxr-xr-x 1 pbotev mmsol  2932320 Mar  2  2016 arm-linux-gnueabihf-gfortran
    -rwxr-xr-x 1 pbotev mmsol  4491240 Mar  2  2016 arm-linux-gnueabihf-gprof
    -rwxr-xr-x 1 pbotev mmsol  5523632 Mar  2  2016 arm-linux-gnueabihf-ld
    -rwxr-xr-x 1 pbotev mmsol  5523632 Mar  2  2016 arm-linux-gnueabihf-ld.bfd
    -rwxr-xr-x 1 pbotev mmsol  3995816 Mar  2  2016 arm-linux-gnueabihf-nm
    -rwxr-xr-x 1 pbotev mmsol  4823064 Mar  2  2016 arm-linux-gnueabihf-objcopy
    -rwxr-xr-x 1 pbotev mmsol  5605344 Mar  2  2016 arm-linux-gnueabihf-objdump
    -rwxr-xr-x 1 pbotev mmsol  4129216 Mar  2  2016 arm-linux-gnueabihf-ranlib
    -rwxr-xr-x 1 pbotev mmsol  1219016 Mar  2  2016 arm-linux-gnueabihf-readelf
    -rwxr-xr-x 1 pbotev mmsol  3951320 Mar  2  2016 arm-linux-gnueabihf-size
    -rwxr-xr-x 1 pbotev mmsol  3950504 Mar  2  2016 arm-linux-gnueabihf-strings
    -rwxr-xr-x 1 pbotev mmsol  4823120 Mar  2  2016 arm-linux-gnueabihf-strip
    -rwxr-xr-x 1 pbotev mmsol  3679240 Mar  2  2016 gdbserver
    -rwxr-xr-x 1 pbotev mmsol     3835 Mar  2  2016 runtest

    pbotev@lin-0306:~/DM385/ipnc_rdk-3.9.1/IPNC_RDK_3.9.1/Source/ti_tools/linux_devkit/gcc-linaro-5.3-2016.02-x86_64_arm-linux-gnueabihf/bin$ pwd

    /home/users/pbotev/DM385/ipnc_rdk-3.9.1/IPNC_RDK_3.9.1/Source/ti_tools/linux_devkit/gcc-linaro-5.3-2016.02-x86_64_arm-linux-gnueabihf/bin