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.

RTOS/66AK2H14: No ethernet example code for K2H processor.

Part Number: 66AK2H14

Tool/software: TI-RTOS

Dear sir,

               In the path "pdk_k2hk_4_0_6/packages# vim ti/transport/ndk/nimu/example/CCLink/src" example code is not present for K2H processor. If any ethernet example codes are present for k2h processor, I request you to tell the exact path .

  • Hi,

    See this wiki:
    processors.wiki.ti.com/.../Processor_SDK_RTOS_CCLINK
    The output for CClink src directory is:
    x0155517@mms:~/ti/pdk_c667x_2_0_6/packages/ti/transport/ndk/nimu/example/CCLink/src$ ls -la
    total 104
    drwxr-xr-x 2 x0155517 mmsusr 4096 Aug 29 11:25 .
    drwxr-xr-x 10 x0155517 mmsusr 4096 Aug 29 11:25 ..
    -rw-r--r-- 1 x0155517 mmsusr 5746 Jun 26 07:22 cclink_am57xx.c
    -rw-r--r-- 1 x0155517 mmsusr 4895 Jun 26 07:22 cclink_bbbAM335x.c
    -rw-r--r-- 1 x0155517 mmsusr 4626 Jun 26 07:22 cclink_evmAM335x.c
    -rw-r--r-- 1 x0155517 mmsusr 10102 Jun 26 07:22 cclink_evmAM437x.c
    -rw-r--r-- 1 x0155517 mmsusr 13911 Jun 26 07:22 cclink_icev2AM335x.c
    -rw-r--r-- 1 x0155517 mmsusr 11123 Jun 26 07:22 cclink_idkAM437x.c
    -rw-r--r-- 1 x0155517 mmsusr 11939 Jun 26 07:22 cclink_k2g.c
    -rw-r--r-- 1 x0155517 mmsusr 4634 Jun 26 07:22 cclink_skAM335x.c
    -rw-r--r-- 1 x0155517 mmsusr 10458 Jun 26 07:22 cclink_skAM437x.c
    x0155517@mms:~/ti/pdk_c667x_2_0_6/packages/ti/transport/ndk/nimu/example/CCLink/src$

    It seems that this is not supported for K2H devices.

    Best Regards,
    Yordan
  • Hi,

           Thanks for your reply.

         Then could you tell me which source code I can refer to implement 1GbEthernet(ping test) for 66AK2H14 processor?

    Can you tell me exact path of ethernet driver for 66AK2H14 processor?

  • Hi,

    Please check: \pdk_k2hk_4_0_x\packages\ti\transport\ndk\nimu\example\helloWorld\k2h\c66\bios

    -ccs.linkFile "PDK_INSTALL_PATH/ti/transport/ndk/nimu/example/helloWorld/src/helloWorld.c"
    -ccs.linkFile "PDK_INSTALL_PATH/ti/transport/ndk/nimu/example/helloWorld/src/nimu_osal.c"
    -ccs.linkFile "PDK_INSTALL_PATH/ti/transport/ndk/nimu/example/helloWorld/src/nimu_cppi_qmss_iface.c"
    -ccs.linkFile "PDK_INSTALL_PATH/ti/transport/ndk/nimu/example/helloWorld/src/nimu_pa_iface.c"
    -ccs.linkFile "PDK_INSTALL_PATH/ti/transport/ndk/nimu/example/helloWorld/src/udpHello.c"
    -ccs.linkFile "PDK_INSTALL_PATH/ti/transport/ndk/nimu/example/helloWorld/src/setuprm.c"
    -ccs.linkFile "PDK_INSTALL_PATH/ti/drv/rm/device/k2h/policy_dsp-only.c"
    -ccs.linkFile "PDK_INSTALL_PATH/ti/drv/rm/device/k2h/policy_dsp_arm.c"
    -ccs.linkFile "PDK_INSTALL_PATH/ti/drv/rm/device/k2h/global-resource-list.c"
    -ccs.linkFile "PDK_INSTALL_PATH/ti/transport/ndk/nimu/example/helloWorld/k2h/c66/bios/helloWorld.cfg"
    -ccs.setCompilerOptions "-D -mv6600 -g -DSOC_K2H -DDEVICE_K2H -DUSE_BIOS --diag_warning=225 --diag_warning=994 --diag_warning=262 --diag_suppress=1111 --diag_suppress=827 --diag_suppress=824 --diag_suppress=837 --diag_suppress=1037 --diag_suppress=195 --diag_suppress=77 --diag_suppress=232 -I${PDK_INSTALL_PATH}/ti/transport/ndk/nimu -I${PDK_INSTALL_PATH} -I{NDK_INSTALL_DIR}/packages " -rtsc.enableRtsc

    Regards, Eric