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.

How to install/flash WinCE on an OMAP3530 EVM board?

Other Parts Discussed in Thread: OMAP3530

hi All,

I'm trying to flash the XLOADER, EBOOT.NB0 and NK.bin to a empty omap3530 evm board, I get these image file from BSP demo package.

No matter using the flash tool 1.6 and evmflash 2.0, or booting up with uart or usb, get failed.

Anybody workable way to do that?

 

Thanks

 

 

  • Below are the error message from EVMFlash3530_2.0

     

    Download [19:34:43]: [00] dl_connecting.cpp ( 520): Verification of target connectivity (LL) timed out. Disconnecting.
    Download [19:34:43]: [00] dl_disconnected.cpp (  49): Dl connect operation failed. Error code: 0xFFFFFFFD
    Download [19:35:38]: [00] dl_connecting.cpp ( 520): Verification of target connectivity (LL) timed out. Disconnecting.
    Download [19:35:38]: [00] dl_disconnected.cpp (  49): Dl connect operation failed. Error code: 0xFFFFFFFD

  • I figured it out, should use previous version.

    but why the flash v1.6.0.0 always get error

    -stdout

    -omap 3

    -no_force_package_alignment

    -com 1

    -t 60

    -p EVM_MDDR_MICRON_512M

    -2

    chip_download NANDINFO1BITBOOT C:\TI\fastboot\OMAP35xx-nand-logo.raw

    Leaving parameter file:temp_script.txt

    @temp_script.txt

    Looking for device (omap com1)

    Please turn off device, then turn it on again

    Awaiting ASIC id

    AsicId items 04

    AsicId id 01 05 01 34 30 07 54

    AsicId secure_mode 13 02 01 00

    AsicId public_id 12 15 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

    AsicId root_key_hash 14 15 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

    Searching 2nd for: EVM_MDDR_MICRON_512M 343007 54 GP

    Error no 2nd for: EVM_MDDR_MICRON_512M 343007 54 GP

    Console program failed, exit code: 2

     

    and how to flash the NK.bin?

     

  • Hi,

    Earlier I use to boot the OMAP3530 using SD Card and used Linux.

    From the Linux U-Boot I use to flash the X-Loader and EBOOT using U-Boot commands.

    Regards,

    GSR

  • Frank:

    You apparently have an older version of the OMAP35xx silicon.  The ASIC ID does not match.  In Flash v1.6 you should

    use Custom OMAP35xx board target config.

    Make this change in C:\Program Files\Texas Instruments\Flash v1.6\omapflash2nd.txt

    CUSTOM_OMAP35XX_BOARD 343007 54 GP Targets\2nd-Downloaders\dnld_startup_omap3_gp_512m.2nd -pheriphalboot_reopen -board_config Targets\Configurations\configuration_custom_omap35xx.txt

    regards,

    Michael T

    PS: Please mark this post as answered via the Verify Answer button below if you think it answers your question.  Thanks!

  • hi Michael,

     

    Thanks for your help, the flash tool 1.6 works now.

    but I got another problem, when I try to download/flash the NK.bin using the vs2005, the eboot report error as below,

     

    OALFlashStoreOpen: 2048 blocks, 64 sectors/block
    OALFlashStoreOpen: 2048 bytes/sector, 14 reserved blocks
    ERROR: C:\WINCE600\PLATFORM\COMMON\SRC\SOC\COMMON_TI_V1\COMMON_TI\BOOT\LAN911X\.\lan911x.c line 657: Invalid Ethernet chip ID (0x93ff93ff)!
    ERROR: Boot device driver Init call failed

     

    any idea?