Dear Experts,
We have developed a custom board for AM5708 SOC and currently working on PDK pdk_am57xx_1_0_12 board addition.
Can you please share us the custom board PDK addition for AM5708 SOC?
Thanks,
Ajit
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.
Dear Experts,
We have developed a custom board for AM5708 SOC and currently working on PDK pdk_am57xx_1_0_12 board addition.
Can you please share us the custom board PDK addition for AM5708 SOC?
Thanks,
Ajit
Thank you Yordan
I have done the steps mentioned in the link and did add the custom board.
When i try to compile the diag code i get the below error as show below
c:\ti\pdk_am57xx_1_0_12\packages\ti\board\diag>gmake GARDPro
gmake: *** No rule to make target `GARDPro'. Stop.
I will recheck the files again..
Hello experts,
I am new to the PDK environment, so need some assistance
I created my custom board library, but not able compile diagnostics application for my custom board
The custom board library created gardAM5708 and below is error when compiling the diagnostic application for UART
gmake buildtarget bboard=gardAM5708 btests=gardAM5708_DIAG gmake[1]: Entering directory `c:/ti/pdk_am57xx_1_0_12/packages/ti/board/diag' gmake -C uart BOARD=gardAM5708 TARGET=armv7 BOOTMODE= gmake[2]: Entering directory `c:/ti/pdk_am57xx_1_0_12/packages/ti/board/diag/uar t' not supported for gardAM5708 gmake[2]: *** [check-board] Error 1 gmake[2]: Leaving directory `c:/ti/pdk_am57xx_1_0_12/packages/ti/board/diag/uart ' gmake[1]: *** [uart_build] Error 2 gmake[1]: Leaving directory `c:/ti/pdk_am57xx_1_0_12/packages/ti/board/diag' gmake: *** [gardAM5708] Error 2
Thanks,
Ajit
Ajit,
You need to update below 2 makefiles with gardAM5708 board. See how idkAM572x board is used and do the same for gardAM5708 board.
pdk_am57x/packages/ti/board/diag/makefile
pdk_am57x/packages/ti/board/diag/uart/makefile
And you need to create folders and makefile for gardAM5708 board, similar to idkAM572x board:
pdk_am57x/packages/ti/board/diag/uart/build/idkAM572x/armv7/makefile
pdk_am57x/packages/ti/board/diag/uart/build/gardAM5708/armv7/makefile
Regards,
Pavel