Hardware you need:
1. TQ2440, in this example, we are using a 7″ TQ2440, http://www.cutedigi.com/product_info.php?products_id=4238
2. WM-G-MR09 SDIO interface card:
WinCE driver of WM-G-MR-09: http://www.cutedigi.com/pub/ARM9/TQ2440/WM-G-MR-09/MARVELL_WIFI(2440)_SDIO.rar
In this example, we are going to use the SDIO interface. If you want to use GSPI, here is the driver:
http://www.cutedigi.com/pub/ARM9/TQ2440/WM-G-MR-09/S3C2440_P47_GSPI8686.rar
Please refer to for basic introduction on BSP compilation, and download the TQ2440 BSP and project.
Detailed steps to add WM-G-MR09 driver to Win CE:
1. Copy the SDIO WM-G-MR-09 driver to PLATFORMTQ2440SrcDrivers:
2.
Add the directory to PLATFORMTQ2440SrcDriversdirs:
3.
Copy the content in PLATFORMTQ2440SrcDriversMARVELL_WIFIsources.cmn and paste to: PLATFORMTQ2440sources.cmn
4.
Open the TQ2440 project, (please first import the TQ2440 BSP),
Copy the register content in
to platform.reg as shown
5.
Add the following line to platform.bib
6. Build the image
Note: you may want to remove some modules as the final NK.bin shouldn’t be larger than 32MB. or you need some extra work.
The modified and working RQ2440 BSP: http://www.cutedigi.com/pub/ARM9/TQ2440/WM-G-MR-09/TQ2440.rar
project file: http://www.cutedigi.com/pub/ARM9/TQ2440/WM-G-MR-09/TQ2440A.pbxml
Finally, WM-G-MR-09 is working for us:
Leave a Reply
You must be logged in to post a comment.