Tool/software: TI-RTOS
Hi,
I am using TMS320C6678 for a project. I need to use jumbo packet (8K). According documents "Enabling Jumbo Packet Support for C6678" it's needed to make NDK modification, NDK build, NIMU modification, NIMU build. NDK modification and NDK build I've done successfully. NIMU modification I've done in some files (where I've found string (NULL == (hPkt = PBM_alloc(1514))), because the folder "pdk_c667x_2_0_13\packages\ti\transport\ndk\nimu\src\" contains 8 foldes: V0...V7. But I don't understand process of the rebuilding the NIMU. According the document I need to import the project located at "pdk_c667x_2_0_13\packages\ti\transport\ndk\nimu". I've found no project at the mentioned location.
I've done the example NIMU_emacExample_EVMC6678C66BiosExampleProject from pdk. Before NDK rebuild there are no errors of project build. After NDK rebuild I have:
unresolved symbol _jumbo_mmInit, first referenced in C:\ti\sdk-rtos-c667x-evm-05.03.00.07\ndk_3_40_01_01\packages\ti\ndk\netctrl\lib\netctrl.ae66<netctrl.oe66>
unresolved symbol jumbo_mmAlloc, first referenced in C:\ti\sdk-rtos-c667x-evm-05.03.00.07\ndk_3_40_01_01\packages\ti\ndk\stack\lib\stk6_ppp_pppoe.ae66<pbm.oe66>
unresolved symbol jumbo_mmFree, first referenced in C:\ti\sdk-rtos-c667x-evm-05.03.00.07\ndk_3_40_01_01\packages\ti\ndk\stack\lib\stk6_ppp_pppoe.ae66<pbm.oe66>
Pls explain the steps order I need to do for Enabling Jumbo Packet Support for C6678.
my configuration:
CCS Version: 8.3.1.00004
sdk-rtos-c667x-evm-05.03.00.07
xdctools_3_51_01_18_core
bios_6_75_02_00
With the best regards,
Alex