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 the MLO file for wince

Hi

      I have modified Platform.c under platform\ti_evm_3530\src\boot\xldr directory in wince BSP. I build the xler with release configuration. The size of MLO file is 1KB .I copy the MLO file to SD card and try to boot wince, it didn't work.  Please can someone let me know what is the problem. Thanks in advance.

  •    I have solve the problem. I find the XLDRSD.bin in the directory(C:\WINCE600\PLATFORM\TI_EVM_3530\target\ARMV4I\retail) and convert it to xldrsd.nb0 with the command (cvrtbin -r -a 0x40200000 -l 0x0000C000 -w 32 xldrsd.nb0) .

       I open the build.log file. The command create the MLO file(copy /b C:\WINCE600\platform\TI_EVM_3530\src\boot\xldr\sdmemory\xldrtocsd.raw + C:\WINCE600\platform\TI_EVM_3530\target\ARMV4I\retail\xldrsd.nb0 C:\WINCE600\platform\TI_EVM_3530\target\ARMV4I\retail\MLO).  

       sorry , my english is ....., I don't know whether the message is helpful.     

      my email is    wushibin1@gmail.com   expect more information about this.