Part Number: PROCESSOR-SDK-AM437X
I am using processor_sdk_rtos_am437x_6_03_00_106 and pdk_am437x_1_0_17.
According to instructions in the Developers Manual of proc SDK, noted under this link
I am trying to create a custom board library.
Section 3.1.3.5 titled Creating Board Library with Custom Name refers to this goal. I am trying to create a board library for myCustomBoard according to instructions in that section of the manual.
I have followed the instructions but at the end when I try to build the library, the file include $(PDK_INSTALL_PATH)/ti/build/Rules.make is missing. So I can't build the library.
The manual does indicate that building board libraries for AM335x and AM437x targets requires additional precautions, but it does not explain what those precautions are. Also the Board package lacks any documentation in the pdk package which is not helpful.
Are you able to supply a template for the Rules.mk file that I could use with the rest of the set up in the Board package to build the library?