Re: KITL not Working by Kumar
Kumar
Mon Aug 28 05:24:12 CDT 2006
Hai Greats,
I have also confirmed that, the KITL client running in the Target
device, returns NULL in the "ConsumeBuffer" function of the VBridge
library. That is in the "consumebuffer" function the condition "if
(*ppucProducer == *ppucConsumer)" is satisfied and returns NULL and the
KITL got stuck in this loop. So, the Target device could not connect to
the Platform builder through KITL.
So, at what condition the above condition will not be satisfied and
exits this loop and proceed to connection.
Else, what could be the problem ?
Also, I have checked the data transmitted, by debugging "SendFrame"
function, which transmits the packet as per the KITL packet layout.
Thanks in advance.
Yours,
Arun.
Kumar wrote:
> The target does not boot further and the debug message through serial
> port is as follows,
> --------------------------------------------------------------------
> Windows CE Kernel for MIPS Built on Mar 29 2005 at 14:01:11
> +OEMInit
> AMD Alchemy Au1200/Db1200
> Cold Boot
> Using RTCTICK tick source
> BootArgs are at A00FFC00, SIG = ffffffbf
> Before KITL Init
> +OEMKitlInit
> Starting KITL over Ethernet
> LAN91C111: +OEMEthInit
> LAN91C111: MAC Addr:00:00:1A:19:11:EC
> LAN91C111: Starting Auto NegotiationOEMInterruptConnect(BI=0x00000041
> SI=17)
> KITL Ethernet interrupt mode. SYSINTR = 17
> LAN91C111: -OEMEthInit
> DeviceName: DB1200_60433
> MAC Addr: 00:00:1A:19:11:EC
> Calling EdbgInitDHCP
> VBridge:: built on [Aug 7 2006] time [09:39:31]
> VBridgeInit()...TX = [16384] bytes -- Rx = [16384] bytes
> Tx buffer [0xA0149960] to [0xA014D960].
> Rx buffer [0xA014D980] to [0xA0151980].
> VBridge:: NK add MAC: [0-0-1A-19-11-EC]
> -KitlInitEthernet
> -OEMKitlInit (DB1200_60433)
> !Kitl buffer specified by OAL is not required, ignore...
> ApplyFilter: MULTICAST OFF
> ApplyFilter: BROADCAST OFF
> ApplyFilter: PROMISCUOUS OFF
> ApplyFilter: ALL_MULTICAST OFF
> --------------------------------------------------------------
>
> Yours,
> Arun.
>
> Bruce Eitman [eMVP] wrote:
> > What does your debug output show?
> >
> > --
> > Bruce Eitman (eMVP)
> > Senior Engineer
> > beitman AT applieddata DOT net
> >
> > Applied Data Systems
> > www.applieddata.net
> > An ISO 9001:2000 Registered Company
> > Microsoft WEP Gold-level Member
> >
> > "Kumar" <aruneceb_2002@yahoo.co.in> wrote in message
> > news:1156516353.102688.70620@p79g2000cwp.googlegroups.com...
> > > Hai Greats,
> > >
> > > HW : AMD DBAu1200 (MIPS Platform)
> > > SW : Windows CE 5.0.
> > >
> > > Problem:
> > > Windows CE Image built with KITL support and Target Control
> > > (shell.exe). Image is downloaded to the target through Platform builder
> > > with Ethernet transport enabled in the connectivity options. After
> > > download, while booting, the device is not getting connected with the
> > > Platform builder that is KITL Operating in Active mode. And the PB is
> > > waiting to connect with KITL Transport, but it is not occuring.
> > >
> > > So, what could be the problem.
> > >
> > > Yours,
> > > Arun.
> > >