Hi,
I am using OMAP-L137 v2, WINCE600. I have encounter problems on ftp and ActiveSync if Kitl disabled.
The ftp and ActiveSync both work well on kitl is enabled, however both doesn't work when kitl is disabled.
In the kitl disabled build, I did check the ftp opotion, and can ping the device after boot up.
The followings lines, are messages exchanged between my develop computer and the CE device that I sniffed by wireshark.
Time Source Destination Protocol Info
1 0.000000 HewlettP_2f:8a:2a Broadcast ARP Who has 10.0.13.3? Tell 10.0.13.101
2 0.000821 10:40:00:00:9e:7a HewlettP_2f:8a:2a ARP 10.0.13.3 is at 10:40:00:00:9e:7a
3 0.000867 10.0.13.101 10.0.13.3 TCP 61802 > ftp [SYN] Seq=0 Win=8192 Len=0 MSS=1460 WS=2 SACK_PERM=1
4 0.001672 10.0.13.3 10.0.13.101 TCP ftp > 61802 [RST, ACK] Seq=1 Ack=1 Win=0 Len=0
5 0.498551 10.0.13.101 10.0.13.3 TCP 61802 > ftp [SYN] Seq=0 Win=8192 Len=0 MSS=1460 WS=2 SACK_PERM=1
6 0.499387 10.0.13.3 10.0.13.101 TCP ftp > 61802 [RST, ACK] Seq=1 Ack=1 Win=0 Len=0
7 0.998574 10.0.13.101 10.0.13.3 TCP 61802 > ftp [SYN] Seq=0 Win=8192 Len=0 MSS=1460 SACK_PERM=1
Same as ActiceSync( only worked if kitl is enabled). I did check the options recommanded in
the OMAP-L137-AM17x-Quick-Start-Guid.pdf
1. Third party\ ....\Device Drivers\USB\USB Function.
2. ....\USB Function\USB Function Clients\Serial
3. Core OD\CEBase\Application-End User\Active Sync
4............\Dial up Networking\AutoDial
5. ......\Telphony API(TAPI2.0)
6. .....\Shell\Graphical Shell\Standard Shell
7. .....\UserInter\Network User Interface
The device can be seen in the "Devices and Printers" (in Control Panel) in "Unspecified" section on my develop computer(runs window 7 OS). The product name shown correctly, as I configured in "usbfn.reg" in reg key of "HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers\Serial_Class]". However, Manufacturer name, I configured didn't show up, and shown as "unknown". The device status in the device's property said "The device is working properly", Device description in the property shows "MircroSoft USB Sync" (I still use microsoft Vendor ID and Product ID, I tried to use other IDs but did not help). Seems everything is OK, however the "windows mobile device center" just din't connect to the device.
Any idea?
Thank you very much
-kc