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.

Trying to build SD Boot's sdmmc UBL code

I am trying to compile the SDMMC UBL in Constantine's dm3xx_sd_boot-6.1 sources.  Anybody hand any success at this? Need to be able to customize it for a custom board but want to test on the dm355.  Testing via the dm355 SD environment seems (seemed)  the easiest.

Don't see how to build this directly. Have seen the makefile in flash_utils/DM35x/GNU/ubl/build and seen the support  for sdmmc, but no part of the build in the SD sources sets TYPE=sdmmc, so it doesn't look like these sources are being compiled by Constantine's build.   Tried to run the local make and found debug.c being compiled but without including sdc_debug.h which has the color defines(NOCOLOR, GRAY) it requires. Went ahead and modified the make to solve but then hit undefined references. This all tells me I am not building it correctly or it doesn't build.  So before playing with this more would like to know if these sources are actually being built by others and they work. Pointers to the correct SDMMC UBL source or the incantations to build would be appreciated.