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.

AM437x : Board porting with TI RTOS sdk

Expert 1700 points

using this document :

5277.AM335x_AMIC110_Board_Porting_using_PRSDK.pdf

we are porting our applications that was based on IDKAM437x to a custom board.

with respect to board detect (page 8)

according to the document 2 files needs to be modified. as the custom board does not have the same functionality in the same HW , it needs to be overridden.

1) I could not find the function mentioned in the document "BoradID_detect. maybe the documentation lags behind the code ? I did find at

C:\ti\pdk_am437x_1_0_17\packages\ti\starterware\board\am43xx\board_am43xx.c the function boardId_t BoardGetIdAm43xx(void). can you confirm this is the function I need to change ?

2) the document points out that there are 2 places board id is read and used : board library and bootloader source. while I could find board_am43xx.c , I did not find xxxx_info.c . can you point out the exact names of the relevant files ?