Hi Experts,
I want to run the PCIe example project on my two TMDX654IDKEVM boards.
When trying to follow this: http://software-dl.ti.com/processor-sdk-rtos/esd/docs/latest/rtos/index_overview.html#pdk-example-and-test-project-creation, MyExampleProjects is not generated.
Here is the command prompt printout when I run "pdksetupenv.bat" and then "pdkProjectCreate.bat am65xx am65xx_idk little pcie all arm":
C:\ti\pdk_am65xx_08_00_00_36\packages>pdksetupenv.bat
***************************************************
Environment Configuration:
***************************************************
SDK_INSTALL_PATH : C:/ti
PDK_INSTALL_PATH : C:/ti/pdk_am65xx_08_00_00_36/packages
GMAKE_INSTALL_PATH : C:/ti/xdctools_3_61_04_40_core
PDK_SOC : am65xx
PDK_VERSION : 08_00_00
RULES_MAKE : C:/ti/pdk_am65xx_08_00_00_36/packages/ti/build/Rules.make
***************************************************
C:\ti\pdk_am65xx_08_00_00_36\packages>pdkProjectCreate.bat am65xx am65xx_idk little pcie all arm
=========================================================================
Configuration:
SOC : am65xx
BOARD : am65xx_idk
ENDIAN : little
MODULE : pcie
PROJECT_TYPE : all
PROCESSOR : arm
PDK_SHORT_NAME : C:\ti\PDK_AM~3\packages\
=========================================================================
Checking Configuration...
Complete
=========================================================================
PDK_PARTNO : AM65XX
PDK_ECLIPSE_ID : com.ti.pdk.am65xx
RTSC_PLATFORM_NAME :
RTSC_TARGET :
CCS_DEVICE :
*****************************************************************************
Detecting all projects in PDK and importing them in the workspace C:\ti\PDK_AM~3\packages\\MyExampleProjects
File Not Found
No projects detected
Project generation complete
*****************************************************************************
Event through "am65xx_idk" looks like the correct board name, I have also tried "pdkProjectCreate.bat am65xx all little pcie all arm" nonetheless, but without success.
Many thanks,
Kawai