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.

OMAP-L138 LCDK WinCE not working

Other Parts Discussed in Thread: OMAP-L138, OMAPL138

Hello Engineers!

I am trying to execute WinCE on L138 LCDK board (195$) and i am not able to do this... :(

I do everything like it described here: http://processors.wiki.ti.com/index.php/AM18x/OMAP-L138_WinCE_BSP_Quick_Start_Guide (switches are different) and here: http://processors.wiki.ti.com/index.php/ARM9_WinCE_BSP_User_Guide#Flashing_EBOOT_to_OMAP-L138.2FAM18x_Development_Kit_.28NAND_Flash.29

I am using BSP_WINCE_ARM9_01_10_00.

I am trying to execute eBoot: ebootxxxflash from SD card, from NAND, but it is not working. I do not see any message on my hyperterminal.

I see BOOTME when switching to UART boot mode (SW 0101), and i am able to boot linux from NAND and SD with: u-boot-lcdk_ais.bin

But for some reason WinCE is not working. :(

Have someone the same problems or know someone solution?

Thanks and Respects,

Dmitry

  • Hi Engineers! :)

    I have solve the problem! At list partly! :)

    Problem was not the WinCE at all!

    The problem was in  arm-nand-ais.bin and  sfh_OMAP-L138.exe from "OMAP-L138_FlashAndBootUtils_2_40".

    For sfh_OMAP-L138.exe from OMAP-L138_FlashAndBootUtils_2_40 we have to use file from this package:  ubl_OMAPL138_LCDK_NAND.bin

    It is located in

    ...\OMAP-L138_FlashAndBootUtils_2_40\OMAP-L138_FlashAndBootUtils_2_40\OMAP-L138\GNU\ubl\ubl_OMAPL138_LCDK_NAND.bin

    Finally, the boot string will be not

    sfh_OMAP-L138.exe -flash -targetType OMAPL138_LCDK -flashType NAND -v -p COM1 -appStartAddr 0xc7f60000 -appLoadAddr 0xc7f60000 arm-nand-ais.bin EBOOTNANDFLASH.nb0


    It will be:

    sfh_OMAP-L138.exe -flash -targetType OMAPL138_LCDK -flashType NAND -v -p COM1 -appStartAddr 0xc7f60000 -appLoadAddr 0xc7f60000 ubl_OMAPL138_LCDK_NAND.bin EBOOTNANDFLASH.nb0

    :)