Hello,
I have encountered a problem in running the CETK tests for USB ports. I
followed
the steps mentioned in
http://msdn.microsoft.com/en-US/library/ee505404%28v=winembedded.60%29.aspx
On the Windows Visual Studio Command Prompt, I ran "s lufldrv"
I got the following messages:
RELFSD: Opening file lufldrv.exe from desktop
PB Debugger Loaded
'C:WINCE600OSDESIGNSAM335X_SK_HANDHELDRELDIRAM33X_BSP_ARMV4I_RELEASELUFLDRV.EXE',
no matching symbolic information found.
NetChip2280 dataloopback driver will be loaded!
PB Debugger Unloaded symbols for
'C:WINCE600OSDESIGNSAM335X_SK_HANDHELDRELDIRAM33X_BSP_ARMV4I_RELEASESERIALUSBFN.DLL'
RELFSD: Opening file net2280lpbk.dll from desktop
PB Debugger Loaded
'C:WINCE600OSDESIGNSAM335X_SK_HANDHELDRELDIRAM33X_BSP_ARMV4I_RELEASENET2280LPBK.DLL',
no matching symbolic information found.
Changed to client "USBTest"
On the same command prompt, I ran "s tux -o -n -d usbtest -x1001"
then I got the following messages:
RELFSD: Opening file tux.exe from desktop
PB Debugger Loaded
'C:WINCE600OSDESIGNSAM335X_SK_HANDHELDRELDIRAM33X_BSP_ARMV4I_RELEASETUX.EXE',
no
matching symbolic information found.
RELFSD: Opening file KATO.DLL from desktop
PB Debugger Loaded
'C:WINCE600OSDESIGNSAM335X_SK_HANDHELDRELDIRAM33X_BSP_ARMV4I_RELEASEKATO.DLL',
no matching symbolic information found.
RELFSD: Opening file usbtest.dll from desktop
PB Debugger Loaded
'C:WINCE600OSDESIGNSAM335X_SK_HANDHELDRELDIRAM33X_BSP_ARMV4I_RELEASEUSBTEST.DLL',
no matching symbolic information found.
g_pKato Loaded
Please stand by, installing usbtest.dll as the test driver...
Library "USBD.DLL", trying to load...
Library "USBD.DLL" loaded: hInst=0x87D95BBC.
Found function @ 0xC08A23A8: "OpenClientRegistryKey()".
Found function @ 0xC08A2218: "RegisterClientDriverID()".
Found function @ 0xC08A230C: "UnRegisterClientDriverID()".
Found function @ 0xC08A253C: "RegisterClientSettings()".
Found function @ 0xC08A27A8: "UnRegisterClientSettings()".
Found function @ 0xC08A3C98: "GetUSBDVersion()".
Library "USBD.DLL" freed, hInstance=0x87D95BBC.
Library "usbtest.dll", trying to load...
Library "usbtest.dll" loaded: hInst=0x87EB0C10.
Found function @ 0xD525974C: "USBDeviceAttach()".
Found function @ 0xD5259508: "USBInstallDriver()".
Found function @ 0xD52595E0: "USBUnInstallDriver()".
USBTEST, USBTEST.CPP: Installing library "usbtest.dll".
USBTEST, USBTEST.CPP: Installing USB driver library "usbtest.dll",
successfull.
Library "usbtest.dll" freed, hInstance=0x87EB0C10.
Please connect USB host with USB test device now!
SetRegReady!BoardNO = 1, PortNo = 3
Please connect USB host with USB test device now!
Please connect USB host with USB test device now!
When I connect the USB cable (micro USB cable) from Host computer to Test
Device, sometimes it asks
"Enter the name of the driver for this USB device Driver Name <
>"
and sometimes it keeps asking to plug the USB cable even after inserting
(didn't
detects it). Then the test is skipped.
What I need to do to run the test successfully? Where I'm going wrong?
Can anyone please help me to overcome this?
Thanks,
Karthik