I have 3 USB driver, USB function controller driver (USB Bus driver), USB
transceiver driver(USB Bus driver), USB host controller driver(Host
controller driver) in my catalog. When I add these drivers to my OS design, I
am able to see only USB transceiver driver and USB function controller
driver. Even though I have added USB host controller driver, it is not seen
in the OS design view. Am I missing something here.

Regards,
-Rams

Re: Driver not seen in design view by ms

ms
Mon Aug 29 05:02:49 CDT 2005

This is a multi-part message in MIME format.

------=_NextPart_000_0079_01C5AC89.32789EF0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: quoted-printable

Check your cec file USB Host setting and make sure MODULE_NAME field has =
the name=20
of the USB Host dll set. The other thing would be to check your BSP.bat =
file and make sure=20
any environment variable associated with your USB Host is set correctly.

"Rams" <Rams@discussions.microsoft.com> wrote in message =
news:A70647FE-E58B-4FBB-BED2-195751B0CFDD@microsoft.com...
> I have 3 USB driver, USB function controller driver (USB Bus driver), =
USB=20
> transceiver driver(USB Bus driver), USB host controller driver(Host=20
> controller driver) in my catalog. When I add these drivers to my OS =
design, I=20
> am able to see only USB transceiver driver and USB function controller =

> driver. Even though I have added USB host controller driver, it is not =
seen=20
> in the OS design view. Am I missing something here.=20
>=20
> Regards,
> -Rams
------=_NextPart_000_0079_01C5AC89.32789EF0
Content-Type: text/html;
charset="Utf-8"
Content-Transfer-Encoding: quoted-printable

=EF=BB=BF<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<META content=3D"MSHTML 6.00.2800.1498" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV align=3Djustify><FONT face=3DArial size=3D2>Check your cec file USB =
Host setting=20
and make sure MODULE_NAME field has the name </FONT></DIV>
<DIV align=3Djustify><FONT face=3DArial size=3D2>of the USB Host dll =
set. The other=20
thing would be to check your BSP.bat file and make sure </FONT></DIV>
<DIV align=3Djustify><FONT face=3DArial size=3D2>any environment =
variable associated=20
with your USB Host is set correctly.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>"Rams" &lt;</FONT><A=20
href=3D"mailto:Rams@discussions.microsoft.com"><FONT face=3DArial=20
size=3D2>Rams@discussions.microsoft.com</FONT></A><FONT face=3DArial =
size=3D2>&gt;=20
wrote in message </FONT><A=20
href=3D"news:A70647FE-E58B-4FBB-BED2-195751B0CFDD@microsoft.com"><FONT =
face=3DArial=20
size=3D2>news:A70647FE-E58B-4FBB-BED2-195751B0CFDD@microsoft.com</FONT></=
A><FONT=20
face=3DArial size=3D2>...</FONT></DIV><FONT face=3DArial size=3D2>&gt; I =
have 3 USB=20
driver, USB function controller driver (USB Bus driver), USB <BR>&gt;=20
transceiver driver(USB Bus driver), USB host controller driver(Host =
<BR>&gt;=20
controller driver) in my catalog. When I add these drivers to my OS =
design, I=20
<BR>&gt; am able to see only USB transceiver driver and USB function =
controller=20
<BR>&gt; driver. Even though I have added USB host controller driver, it =
is not=20
seen <BR>&gt; in the OS design view. Am I missing something here. =
<BR>&gt;=20
<BR>&gt; Regards,<BR>&gt; -Rams</FONT></BODY></HTML>

------=_NextPart_000_0079_01C5AC89.32789EF0--


Re: Driver not seen in design view by Rams

Rams
Mon Aug 29 05:39:07 CDT 2005

Thanks for ur immediate response. I am copying the contents of the cec file
for my USB drivers:

USB Host:
ComponentType
(
Name ( "USB Host Controllers" )
GUID ( {6563AD78-E71C-11D4-B892-0050FC049781} )
Description ( "USB Host Controllers" )
Group ( "\Device Drivers\USB Host" )
Vendor ( "Microsoft" )
HelpID ( 490 )
MaxResolvedImpsAllowed( 1 )
RequiredCEModules( ALL, "usbd device" )
Implementations
(
Implementation
(
Name ( "My Host Controller Driver" )
GUID ( {7D04C8C1-6485-49DB-BCA8-A14061310CEF} )
BSPPlatformDir ( "myplatform" )
Version ( "5.0.0.0" )
Locale ( 0409 )
Vendor ( "Myself" )
BSPVariable( "BSP_USB_HCD" )
Variable( "module_name", "ohci2" )
SizeIsCPUDependent( 1 )
BuildMethods
(
BuildMethod
(
GUID ( {01A0B5B5-734C-4659-81FA-44F382D475BD} )
Step ( BSP )
CPU ( "ARMV4I" )
Action (
'#SRCCODE(SOURCES,"$(_WINCEROOT)\PLATFORM\MYPLATFORM\DRIVERS\USB\HCD\OHCD2",
"My Host Controller Driver")' )
)
)
)
)
)

That of Function drivers is:

ComponentType
(
Name ( "USB Function Bus Drivers" )
GUID ( {2C359054-1F2B-4CF3-8D3E-07B7EB279962} )
Description ( "USB Function Bus Drivers" )
Group ( "\Device Drivers\USB Function" )
Vendor ( "Microsoft" )
HelpID ( 489 )
MaxResolvedImpsAllowed( 999 )
RequiredCEModules( ANY, "net2280" )
RequiredCEModules( ALL, "device" )
Implementations
(
Implementation
(
Name ( "My USB Function Driver" )
GUID ( {C26EAC0C-8249-4C4C-8383-1F6EFD872C98} )
Description ( "My USB Function Driver" )
BSPPlatformDir ( "MYPLATFORM" )
Version ( "5.0.0.0" )
Locale ( 0409 )
Vendor ( "My Semiconductor" )
Date ( "4/4/2005" )
FeatureVariable( "SYSGEN_USBFN_SERIAL", "1" )
BSPVariable( "BSP_USB" )
Variable( "module_name", "my_usbfn" )
SizeIsCPUDependent( 1 )
BuildMethods
(
BuildMethod
(
GUID ( {E3E4C566-58EB-4264-967B-3393244D0D15} )
Step ( CESYSGEN )
CPU ( "ARMV4I" )
Action ( '#SRCCODE( SOURCES,
"$(_WINCEROOT)\PLATFORM\MYPLATFORM\DRIVERS\USB\FUNCTION", "" )' )
)
)
)
Implementation
(
Name ( "My Transceiver Driver" )
GUID ( {48466929-D1F8-4618-AA2B-172A02DDDCB7} )
BSPPlatformDir ( "MYPLATFORM" )
Version ( "1.0.0.0" )
Locale ( 0409 )
Vendor ( "My Semiconductor" )
BSPVariable( "BSP_USB_XVC" )
Variable( "module_name", "xvc" )
SizeIsCPUDependent( 1 )
BuildMethods
(
BuildMethod
(
GUID ( {82CD5D4C-3718-4845-BDDE-0272CEA88647} )
Step ( BSP )
CPU ( "ARMV4I" )
Action (
'#SRCCODE(SOURCES,"$(_WINCEROOT)\PLATFORM\MYPLATFORM\DRIVERS\USB\XVC", "My
Transceiver Driver")' )
)
)
)
)
)

Is it possible to trace from this?

Thanks & Regards,
-Rams


Re: Driver not seen in design view by ms

ms
Mon Aug 29 05:56:36 CDT 2005

Do you have the BSP_USB_HCD set to 1 in your bsp.bat file

"Rams" <Rams@discussions.microsoft.com> wrote in message
news:7C5E668D-6690-43AA-BA49-5B7B67623188@microsoft.com...
> Thanks for ur immediate response. I am copying the contents of the cec
file
> for my USB drivers:
>
> USB Host:
> ComponentType
> (
> Name ( "USB Host Controllers" )
> GUID ( {6563AD78-E71C-11D4-B892-0050FC049781} )
> Description ( "USB Host Controllers" )
> Group ( "\Device Drivers\USB Host" )
> Vendor ( "Microsoft" )
> HelpID ( 490 )
> MaxResolvedImpsAllowed( 1 )
> RequiredCEModules( ALL, "usbd device" )
> Implementations
> (
> Implementation
> (
> Name ( "My Host Controller Driver" )
> GUID ( {7D04C8C1-6485-49DB-BCA8-A14061310CEF} )
> BSPPlatformDir ( "myplatform" )
> Version ( "5.0.0.0" )
> Locale ( 0409 )
> Vendor ( "Myself" )
> BSPVariable( "BSP_USB_HCD" )
> Variable( "module_name", "ohci2" )
> SizeIsCPUDependent( 1 )
> BuildMethods
> (
> BuildMethod
> (
> GUID ( {01A0B5B5-734C-4659-81FA-44F382D475BD} )
> Step ( BSP )
> CPU ( "ARMV4I" )
> Action (
>
'#SRCCODE(SOURCES,"$(_WINCEROOT)\PLATFORM\MYPLATFORM\DRIVERS\USB\HCD\OHCD2",
> "My Host Controller Driver")' )
> )
> )
> )
> )
> )
>
> That of Function drivers is:
>
> ComponentType
> (
> Name ( "USB Function Bus Drivers" )
> GUID ( {2C359054-1F2B-4CF3-8D3E-07B7EB279962} )
> Description ( "USB Function Bus Drivers" )
> Group ( "\Device Drivers\USB Function" )
> Vendor ( "Microsoft" )
> HelpID ( 489 )
> MaxResolvedImpsAllowed( 999 )
> RequiredCEModules( ANY, "net2280" )
> RequiredCEModules( ALL, "device" )
> Implementations
> (
> Implementation
> (
> Name ( "My USB Function Driver" )
> GUID ( {C26EAC0C-8249-4C4C-8383-1F6EFD872C98} )
> Description ( "My USB Function Driver" )
> BSPPlatformDir ( "MYPLATFORM" )
> Version ( "5.0.0.0" )
> Locale ( 0409 )
> Vendor ( "My Semiconductor" )
> Date ( "4/4/2005" )
> FeatureVariable( "SYSGEN_USBFN_SERIAL", "1" )
> BSPVariable( "BSP_USB" )
> Variable( "module_name", "my_usbfn" )
> SizeIsCPUDependent( 1 )
> BuildMethods
> (
> BuildMethod
> (
> GUID ( {E3E4C566-58EB-4264-967B-3393244D0D15} )
> Step ( CESYSGEN )
> CPU ( "ARMV4I" )
> Action ( '#SRCCODE( SOURCES,
> "$(_WINCEROOT)\PLATFORM\MYPLATFORM\DRIVERS\USB\FUNCTION", "" )' )
> )
> )
> )
> Implementation
> (
> Name ( "My Transceiver Driver" )
> GUID ( {48466929-D1F8-4618-AA2B-172A02DDDCB7} )
> BSPPlatformDir ( "MYPLATFORM" )
> Version ( "1.0.0.0" )
> Locale ( 0409 )
> Vendor ( "My Semiconductor" )
> BSPVariable( "BSP_USB_XVC" )
> Variable( "module_name", "xvc" )
> SizeIsCPUDependent( 1 )
> BuildMethods
> (
> BuildMethod
> (
> GUID ( {82CD5D4C-3718-4845-BDDE-0272CEA88647} )
> Step ( BSP )
> CPU ( "ARMV4I" )
> Action (
> '#SRCCODE(SOURCES,"$(_WINCEROOT)\PLATFORM\MYPLATFORM\DRIVERS\USB\XVC", "My
> Transceiver Driver")' )
> )
> )
> )
> )
> )
>
> Is it possible to trace from this?
>
> Thanks & Regards,
> -Rams
>



Re: Driver not seen in design view by Rams

Rams
Mon Aug 29 06:13:01 CDT 2005

Only "set BSP_USB=" is there in the myplatform.bat and none other usb drv
settings are available. let me knwo if i neeed to seet it?

-Rams

"ms" wrote:

> Do you have the BSP_USB_HCD set to 1 in your bsp.bat file
>
> "Rams" <Rams@discussions.microsoft.com> wrote in message
> news:7C5E668D-6690-43AA-BA49-5B7B67623188@microsoft.com...
> > Thanks for ur immediate response. I am copying the contents of the cec
> file
> > for my USB drivers:
> >
> > USB Host:
> > ComponentType
> > (
> > Name ( "USB Host Controllers" )
> > GUID ( {6563AD78-E71C-11D4-B892-0050FC049781} )
> > Description ( "USB Host Controllers" )
> > Group ( "\Device Drivers\USB Host" )
> > Vendor ( "Microsoft" )
> > HelpID ( 490 )
> > MaxResolvedImpsAllowed( 1 )
> > RequiredCEModules( ALL, "usbd device" )
> > Implementations
> > (
> > Implementation
> > (
> > Name ( "My Host Controller Driver" )
> > GUID ( {7D04C8C1-6485-49DB-BCA8-A14061310CEF} )
> > BSPPlatformDir ( "myplatform" )
> > Version ( "5.0.0.0" )
> > Locale ( 0409 )
> > Vendor ( "Myself" )
> > BSPVariable( "BSP_USB_HCD" )
> > Variable( "module_name", "ohci2" )
> > SizeIsCPUDependent( 1 )
> > BuildMethods
> > (
> > BuildMethod
> > (
> > GUID ( {01A0B5B5-734C-4659-81FA-44F382D475BD} )
> > Step ( BSP )
> > CPU ( "ARMV4I" )
> > Action (
> >
> '#SRCCODE(SOURCES,"$(_WINCEROOT)\PLATFORM\MYPLATFORM\DRIVERS\USB\HCD\OHCD2",
> > "My Host Controller Driver")' )
> > )
> > )
> > )
> > )
> > )
> >
> > That of Function drivers is:
> >
> > ComponentType
> > (
> > Name ( "USB Function Bus Drivers" )
> > GUID ( {2C359054-1F2B-4CF3-8D3E-07B7EB279962} )
> > Description ( "USB Function Bus Drivers" )
> > Group ( "\Device Drivers\USB Function" )
> > Vendor ( "Microsoft" )
> > HelpID ( 489 )
> > MaxResolvedImpsAllowed( 999 )
> > RequiredCEModules( ANY, "net2280" )
> > RequiredCEModules( ALL, "device" )
> > Implementations
> > (
> > Implementation
> > (
> > Name ( "My USB Function Driver" )
> > GUID ( {C26EAC0C-8249-4C4C-8383-1F6EFD872C98} )
> > Description ( "My USB Function Driver" )
> > BSPPlatformDir ( "MYPLATFORM" )
> > Version ( "5.0.0.0" )
> > Locale ( 0409 )
> > Vendor ( "My Semiconductor" )
> > Date ( "4/4/2005" )
> > FeatureVariable( "SYSGEN_USBFN_SERIAL", "1" )
> > BSPVariable( "BSP_USB" )
> > Variable( "module_name", "my_usbfn" )
> > SizeIsCPUDependent( 1 )
> > BuildMethods
> > (
> > BuildMethod
> > (
> > GUID ( {E3E4C566-58EB-4264-967B-3393244D0D15} )
> > Step ( CESYSGEN )
> > CPU ( "ARMV4I" )
> > Action ( '#SRCCODE( SOURCES,
> > "$(_WINCEROOT)\PLATFORM\MYPLATFORM\DRIVERS\USB\FUNCTION", "" )' )
> > )
> > )
> > )
> > Implementation
> > (
> > Name ( "My Transceiver Driver" )
> > GUID ( {48466929-D1F8-4618-AA2B-172A02DDDCB7} )
> > BSPPlatformDir ( "MYPLATFORM" )
> > Version ( "1.0.0.0" )
> > Locale ( 0409 )
> > Vendor ( "My Semiconductor" )
> > BSPVariable( "BSP_USB_XVC" )
> > Variable( "module_name", "xvc" )
> > SizeIsCPUDependent( 1 )
> > BuildMethods
> > (
> > BuildMethod
> > (
> > GUID ( {82CD5D4C-3718-4845-BDDE-0272CEA88647} )
> > Step ( BSP )
> > CPU ( "ARMV4I" )
> > Action (
> > '#SRCCODE(SOURCES,"$(_WINCEROOT)\PLATFORM\MYPLATFORM\DRIVERS\USB\XVC", "My
> > Transceiver Driver")' )
> > )
> > )
> > )
> > )
> > )
> >
> > Is it possible to trace from this?
> >
> > Thanks & Regards,
> > -Rams
> >
>
>
>

Re: Driver not seen in design view by ms

ms
Mon Aug 29 06:20:39 CDT 2005


http://groups.google.co.uk/group/microsoft.public.windowsce.platbuilder/browse_frm/thread/d992285388398867/bdbc0622813f8c6b?q=BSP+variables&rnum=1&hl=en#bdbc0622813f8c6b

This explains it, search for similar other posts aswell

"Rams" <Rams@discussions.microsoft.com> wrote in message
news:52D18C78-CD80-4A69-9329-5164361FEF3D@microsoft.com...
> Only "set BSP_USB=" is there in the myplatform.bat and none other usb drv
> settings are available. let me knwo if i neeed to seet it?
>
> -Rams
>
> "ms" wrote:
>
> > Do you have the BSP_USB_HCD set to 1 in your bsp.bat file
> >
> > "Rams" <Rams@discussions.microsoft.com> wrote in message
> > news:7C5E668D-6690-43AA-BA49-5B7B67623188@microsoft.com...
> > > Thanks for ur immediate response. I am copying the contents of the cec
> > file
> > > for my USB drivers:
> > >
> > > USB Host:
> > > ComponentType
> > > (
> > > Name ( "USB Host Controllers" )
> > > GUID ( {6563AD78-E71C-11D4-B892-0050FC049781} )
> > > Description ( "USB Host Controllers" )
> > > Group ( "\Device Drivers\USB Host" )
> > > Vendor ( "Microsoft" )
> > > HelpID ( 490 )
> > > MaxResolvedImpsAllowed( 1 )
> > > RequiredCEModules( ALL, "usbd device" )
> > > Implementations
> > > (
> > > Implementation
> > > (
> > > Name ( "My Host Controller Driver" )
> > > GUID ( {7D04C8C1-6485-49DB-BCA8-A14061310CEF} )
> > > BSPPlatformDir ( "myplatform" )
> > > Version ( "5.0.0.0" )
> > > Locale ( 0409 )
> > > Vendor ( "Myself" )
> > > BSPVariable( "BSP_USB_HCD" )
> > > Variable( "module_name", "ohci2" )
> > > SizeIsCPUDependent( 1 )
> > > BuildMethods
> > > (
> > > BuildMethod
> > > (
> > > GUID ( {01A0B5B5-734C-4659-81FA-44F382D475BD} )
> > > Step ( BSP )
> > > CPU ( "ARMV4I" )
> > > Action (
> > >
> >
'#SRCCODE(SOURCES,"$(_WINCEROOT)\PLATFORM\MYPLATFORM\DRIVERS\USB\HCD\OHCD2",
> > > "My Host Controller Driver")' )
> > > )
> > > )
> > > )
> > > )
> > > )
> > >
> > > That of Function drivers is:
> > >
> > > ComponentType
> > > (
> > > Name ( "USB Function Bus Drivers" )
> > > GUID ( {2C359054-1F2B-4CF3-8D3E-07B7EB279962} )
> > > Description ( "USB Function Bus Drivers" )
> > > Group ( "\Device Drivers\USB Function" )
> > > Vendor ( "Microsoft" )
> > > HelpID ( 489 )
> > > MaxResolvedImpsAllowed( 999 )
> > > RequiredCEModules( ANY, "net2280" )
> > > RequiredCEModules( ALL, "device" )
> > > Implementations
> > > (
> > > Implementation
> > > (
> > > Name ( "My USB Function Driver" )
> > > GUID ( {C26EAC0C-8249-4C4C-8383-1F6EFD872C98} )
> > > Description ( "My USB Function Driver" )
> > > BSPPlatformDir ( "MYPLATFORM" )
> > > Version ( "5.0.0.0" )
> > > Locale ( 0409 )
> > > Vendor ( "My Semiconductor" )
> > > Date ( "4/4/2005" )
> > > FeatureVariable( "SYSGEN_USBFN_SERIAL", "1" )
> > > BSPVariable( "BSP_USB" )
> > > Variable( "module_name", "my_usbfn" )
> > > SizeIsCPUDependent( 1 )
> > > BuildMethods
> > > (
> > > BuildMethod
> > > (
> > > GUID ( {E3E4C566-58EB-4264-967B-3393244D0D15} )
> > > Step ( CESYSGEN )
> > > CPU ( "ARMV4I" )
> > > Action ( '#SRCCODE( SOURCES,
> > > "$(_WINCEROOT)\PLATFORM\MYPLATFORM\DRIVERS\USB\FUNCTION", "" )' )
> > > )
> > > )
> > > )
> > > Implementation
> > > (
> > > Name ( "My Transceiver Driver" )
> > > GUID ( {48466929-D1F8-4618-AA2B-172A02DDDCB7} )
> > > BSPPlatformDir ( "MYPLATFORM" )
> > > Version ( "1.0.0.0" )
> > > Locale ( 0409 )
> > > Vendor ( "My Semiconductor" )
> > > BSPVariable( "BSP_USB_XVC" )
> > > Variable( "module_name", "xvc" )
> > > SizeIsCPUDependent( 1 )
> > > BuildMethods
> > > (
> > > BuildMethod
> > > (
> > > GUID ( {82CD5D4C-3718-4845-BDDE-0272CEA88647} )
> > > Step ( BSP )
> > > CPU ( "ARMV4I" )
> > > Action (
> > > '#SRCCODE(SOURCES,"$(_WINCEROOT)\PLATFORM\MYPLATFORM\DRIVERS\USB\XVC",
"My
> > > Transceiver Driver")' )
> > > )
> > > )
> > > )
> > > )
> > > )
> > >
> > > Is it possible to trace from this?
> > >
> > > Thanks & Regards,
> > > -Rams
> > >
> >
> >
> >



Re: Driver not seen in design view by Steve

Steve
Mon Aug 29 09:19:41 CDT 2005

Variable( "module_name", "ohci2" )
make that:
Variable( "MODULE_NAME", "ohci2.dll" )


--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com



Re: Driver not seen in design view by Rams

Rams
Mon Aug 29 09:43:02 CDT 2005

After i had been through the link sent by ms and implementing the same, i was
able to see my USB drivers as desired. I found that setting the environment
variables through BSP wizard the variables were not getting set and one more
thing is that the module_name was in small letter when done but when set
through cec editor, everything was fine as desired. May be this is a bug in
the PB BSP wizard.

Thanks a lot for the support.

-Rams

"Steve Maillet (eMVP)" wrote:

> Variable( "module_name", "ohci2" )
> make that:
> Variable( "MODULE_NAME", "ohci2.dll" )
>
>
> --
> Steve Maillet
> EmbeddedFusion
> www.EmbeddedFusion.com
> smaillet at EmbeddedFusion dot com
>
>
>

Re: Driver not seen in design view by Igor

Igor
Fri Sep 02 15:02:28 CDT 2005

You need the following:

SYSGEN_CERTS_PFX=1
SYSGEN_CRYPTMSG=1

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Igor Dvorkin ( igord at microsoft dot com)
This posting is provided "AS IS" with no warranties, and confers no rights.

* Rams <Rams@discussions.microsoft.com>:
> I have 3 USB driver, USB function controller driver (USB Bus driver), USB
> transceiver driver(USB Bus driver), USB host controller driver(Host
> controller driver) in my catalog. When I add these drivers to my OS design, I
> am able to see only USB transceiver driver and USB function controller
> driver. Even though I have added USB host controller driver, it is not seen
> in the OS design view. Am I missing something here.
>
> Regards,
> -Rams