Tool/software: TI-RTOS
Hello,
I am working on the TDA2xx and i need to have networking capabilities on one of the M4 cores.
In order to do that we are using NDK which requires sysBios.
I would like to replace the ducatiBoot process with my own modified implementation but i have no idea how to get read of the ducatiBoot.
What i could do so far is add my modified boot but i still had to allocating the .ductiBoot section - i could not find a way to get rid of it.
I could override most of the automatic XDC linker command file settings by setting a different setting to the same sections on my linker command file, and my command file seems to get the "upper hand".
The only problem i having is that i was not able to replace the entry-point. from some reason the entry point set by the XDC linker file is not overwritten by any setting i make either on my linker file or as passing a linker command file parameter.
It would be best if there is a way to completely get rid of the ducatiBoot, but if there isn't, is there a way to change the entry point set by the XDC linker file ( every rebuild we rebuild the XDC also i cannot just modify the created XDC linker file as is is being recreated and i would like to keep this like this).
Another question, can you please explain in some detail what is the ducatiGates - what is it for and how/when/where it is being used?
Thanks
Guy