Re: just cut the kitl cord and my ethernet stopped working
From: remcow (whybcuz_at_yahoo.com)
Date: 07/09/04
- Next message: Dean Ramsier: "Re: Converting ARMV4I BSP into ARMV4"
- Previous message: lu shen: "Re: kernel debugging problem"
- In reply to: Art: "RE: just cut the kitl cord and my ethernet stopped working"
- Next in thread: Andrew McGrath: "Re: just cut the kitl cord and my ethernet stopped working"
- Reply: Andrew McGrath: "Re: just cut the kitl cord and my ethernet stopped working"
- Reply: Art: "Re: just cut the kitl cord and my ethernet stopped working"
- Messages sorted by: [ date ] [ thread ]
Date: 8 Jul 2004 19:01:53 -0700
Hi Art
Thanks for the reply.
I took out enable kitl out of the settings. Before my bootloader got
an ip address that was passed along to the debug ethernet connection.
I am not exactly sure how the mechanism worked, but this ip address
was used for both debug and normal ethernet operations.
Now that I no longer have a debug connection, the normal operations
also stopped working. Actually, it appears like the normal port is
working but my device is totally headless so I have no idea what the
IP address is. (I do know it isn't the same one as the bootloader
had).
I guess the normal driver has to now re-use the bootloader's ip
address from the global area they both have in common. If that is the
correct way to do this, how would I go about doing it?
Regards,
Remco
Art <Art@discussions.microsoft.com> wrote in message news:<C4960E24-F961-4D99-A81B-E36921948115@microsoft.com>...
> define "get rid of the kitl connection"? What did you do?
>
> I believe unless you build a ship version of your image, the device will hang looking for a PB connection on start up. Ship version of the image removes KITL support and other debug stuff.
>
> Also, I am not sure if you are aware, but KITl relies on ETHDBG driver to mainitain KITL connection over Ethernet. This is a debug/kernel ehternet driver. When you remove KITL, this driver is not active anymore. You need to develop/port a true NDIS mini-port Ethernet device driver for you product to get non-debug image to work on Ethernet. ETHDBG and NDIS mini-port are mutual exclusive
>
> "remcow" wrote:
>
> > Hi All
> >
> > I am developing an SH4 4.2 platform that seems to work quite well now
> > so thought I'd get rid of the kitl connection.
> >
> > After it downloads (using a ethernet loader) it does not re-use the ip
> > address that the bootloader uses.
> >
> > There is obviously something else I need to do, but can't quite see
> > what that might be.
> >
> > Another question: if I made the kitl connection passive, it doesn't
> > need PB anymore, right? If I ever needed it again, how would I invoke
> > it?
> >
> > Any help would be much appreciated.
> >
> > Remco
> >
- Next message: Dean Ramsier: "Re: Converting ARMV4I BSP into ARMV4"
- Previous message: lu shen: "Re: kernel debugging problem"
- In reply to: Art: "RE: just cut the kitl cord and my ethernet stopped working"
- Next in thread: Andrew McGrath: "Re: just cut the kitl cord and my ethernet stopped working"
- Reply: Andrew McGrath: "Re: just cut the kitl cord and my ethernet stopped working"
- Reply: Art: "Re: just cut the kitl cord and my ethernet stopped working"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|