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.
Satish,
XLDR runs from onchip SRAM, which has only 64KB. So increase size will not work.
If you use the XLDR build from original ARM_A8_01_00_00 release, it should work. We have done some level of optimization in XLDR, however the memory space is very tight. Here are a few tips to add more code into XLDR
1. Remove OAL messages that are not needed; see post (http://e2e.ti.com/support/embedded/f/353/t/103918.aspx)
2. If you can move the code to Eboot, then add the code in Eboot instead.
3. If one library is common across XLDR/Eboot/NK, and XLDR only needs a small portion of the function, you can create a XLDR version. Example: BOOTLOADER\STUB
Thanks,
Tao