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.

build output xldruart.nb0 xldruart.nb1

Other Parts Discussed in Thread: DM3730Dear All, The build of bsp for EVM DM3730 gave output of XLDRUART.nb0 and XLDRUART.nb1 with his any way, we are not able to flash the NAND. The BSP is from the BSP_WINCE_ARM_A8_01_00_00 package. why this is not working? should i increase the ROMSIZE in XLDRUART.bib?
  • 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