Re: RNDIS USB KITL
From: David Liao \(MS\) (davli_at_online.microsoft.com)
Date: 02/24/04
- Next message: David Liao \(MS\): "Re: ISR16550"
- Previous message: David Liao \(MS\): "Re: CE as USB device?"
- In reply to: Andrew: "Re: RNDIS USB KITL"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 24 Feb 2004 14:24:01 -0800
Yes. you could.
However you have to re-write you CE side USB serial function driver that can
work with KITL (Kernel mode).
RNDIS should work as well. I never seen XP has trouble after SP1.
David Liao
"Andrew" <anonymous@discussions.microsoft.com> wrote in message
news:0d1501c3fb22$45500dc0$a001280a@phx.gbl...
> Can't you make the XSC1BD USB Function driver ID as a USB
> serial port and then just send the raw KITL transport
> packets? I know that if you plug a normal USB to Serial
> converter into a PC, it registers a new com port (com3)
> and it becomes available in PB. Could I not configure PB
> to debug over serial?
>
> I'm worried that if I plug the USB cable (using RNDIS)
> into my PC and it is detected as a USB to Ethernet
> device, windows sometimes has trouble sending the correct
> packets to the right network device (if the PC already
> has a network card). Has this been a problem for anyone?
>
>
> >-----Original Message-----
> >Which is the reason why you need to go the RNDIS route.
> Since the device
> >won't show up as a COM port that PB can use, it would
> require a custom
> >transport.
> >
> >--
> >Dean Ramsier - eMVP
> >Accelent Systems
> >http://www.accelent.com
> >
> >"K. S. Huang" <ks_huang@dlink.com.tw.remove.this> wrote
> in message
> >news:eAuiFmp%23DHA.268@TK2MSFTNGP10.phx.gbl...
> >> I think everything about your idea is just fine,
> >> but the COM port emulated on desktop side can not be
> access via the PB!
> >> it seems that the wceshusb.sys will not publish the
> COM port as a normal
> >com
> >> port...
> >>
> >> "Andrew" <anonymous@discussions.microsoft.com>
> >> ???????:034b01c3fa96$c4c6d7f0$a101280a@phx.gbl...
> >> > Ok. Let me clarify.
> >> >
> >> > Can I modify the XSC1BD USB Function driver so that
> my PC
> >> > detects it as if it was a normal serial port? If
> so, can
> >> > I use KITL over serial to do all
> >> > downloading/debugging/CESH etc?
> >> >
> >> > It just seems that eboot and the main image code is
> very
> >> > interwoven with Ethernet functionality ip/mac
> addresses,
> >> > tcpip, dhcp, tftp etc. Otherwise I guess we should
> just
> >> > use RNDIS and remove everything except the HW
> components
> >> > of the XSC1BD USB Function Driver.
> >> >
> >> > Cheers, Andrew
> >> >
> >> >
> >> >
> >> > >-----Original Message-----
> >> > >Hi All,
> >> > >
> >> > >this is related to my previous post "KITL, Edbg and
> >> > >serial debug".
> >> > >
> >> > >I'm trying to get a grasp on how much work is
> involved
> >> > >and which files will need to be modified.
> >> > >
> >> > >To use my USB Client in my PXA255 as my debug
> >> > >interface/KITL/download, could I replace my
> >> > >"..\XSC1BD\Drivers\Ethdbg\SMC.C" file with USB
> handling
> >> > >functions and connect a USB to Ethernet line
> converter
> >> > to
> >> > >the output of my USB Client port?
> >> > >
> >> > >Or would it be quicker to use KITL to make calls to:
> >> > >
> >> > >"..\PUBLIC\COMMON\OAK\DRIVERS\ETHDBG\RNE_MDD"
> >> > >
> >> > >and write a new USB Client Serial driver as the
> existing
> >> > >XSC1BD USB function driver appears to ID as a MS
> >> > >ActiveSync Device? Would I connect to the target
> >> > >using "serial" in PB if I use the RNDIS driver on my
> >> > >target?
> >> > >
> >> > >Anyone done this before?
> >> > >
> >> > >Cheers, Andrew
> >> > >
> >> > >
> >> > >.
> >> > >
> >>
> >>
> >
> >
> >.
> >
- Next message: David Liao \(MS\): "Re: ISR16550"
- Previous message: David Liao \(MS\): "Re: CE as USB device?"
- In reply to: Andrew: "Re: RNDIS USB KITL"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|