I'm trying to verify the peripherals on AM3715EVM Mistral board, on CE7.
Here is what I did:
1. Installed Microsoft Visual studio 2008 and SP1 on PC running Windows 7(64bit) Professional.
2. Installed Microsoft Expression Blend 3.
3. Installed Windows Embedded Compact 7.
4. Installed all the updates of Windows Embedded Compact 7.
5. Downloaded BSP_WINCE_ARM_A8_02_00_00_Source.exe from TI website and installed it to my c:\WINCE700.
6. Launched Windows Visual Studio 2008 and opened EVM_3530 project from OSDesigns folder.
7. Built EVM_OMAP3530_ARMV7 Release.
8. Formatted SD card and copied MLO, EBOOTSD.nb0, and NK.bin to SD card using TI’s TI_SDCard_boot_utility_v1_0.
9. Changed SW4 to make it boot from SDCard.
10. Insert SD card and turn on the EVM.
The OS was launched successfully and I have verified the following so far: LCD, touchscreen, SD card, USB memory stick, Ethernet, UART3, Audio player are OK.
But I also noticed some issues:
- The USB keyboard and USB mouse are not working. (USB HID Keyboard and USB HID Mouse are selected in catalog)
- If you go to ControlPanel->System->Memory, The Storage Memory In Use has negative number sometimes.
I increase FSRAMPERCENT to 0x30303030 in config.bib for a test. The allocated Storage Memory is 20224KB. But if I click Memory tab, it still shows negative number, and then it settles to 20224KB which is the same as the memory allocated. I think the memory in use should be less than the memory allocated. At least that’s what happens in our CE6 platform devices.
- Photo viewer can show .jpg and .bmp images but fail to show .gif and .png images. (BMP, GIF, ICO, JPG, PNG are selected in Still Image Decoders in catalog)
- Video player cannot play video files. I have tried several different format such as .avi, .mpg, .wmv and none of them worked.
- I also add ceplayit to the OS image by adding ceplayit.exe $(_FLATRELEASEDIR)\ceplayit.exe NK to platform.bib and run it with video files and it doesn’t work either.
Are these known issues with the BSP source?
Thanks,
John