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.

RTOS/AM5728: Adding a new board in PDK 1.0.5

Part Number: AM5728

Tool/software: TI-RTOS

I had been using pdk_am57xx_1_0_2 and added new board based on the am5728 board.  I had to modify a couple files: makefile, config.bld. 

We decided last week to upgrade to pdk_am57xx_1_0_5.  Oh my. The makefile structure changed quite a bit and it took me a long time to get my new board to build for just the C66.  I had to modify several files:  makefile, pdksetenv.bat, board/build/makefile.mk, src_files_lld.mk, board.h, board_component.mk, config_mk.bld, package.bld, package.mak, build/makerules/platform.mk.

This seems way harder than it should be.  Is there a new document on adding a board to pdk?  For example, one reason I added a custom board was because the DSP core will never use the I2C only the ARM will, so that was removed.  Maybe I am making more out of this than I should.

Also, I noticed that when I tried to make, I really only wanted to make for the C66 and for board.  It wanted to make for A15 and C66 and it wanted to make for everything, csl, fs, etc.