How to connection WINDBG/1394 in XP Embedded?

G

Guest

How to connection WINDBG/1394 in XP Embedded?

I want to debug my GFX driver, but Why 1394 can't connect successful in XP
Embedded platform?

I try connection by the com port, the connection status is successful, but
the 1394 can't successful. (I already modify the boot.ini)

But I can connect target and host machine by 1394.

Is the XP E limitation?
Or something that will take cares more?

Thanks
Wei
 
S

Slobodan Brcin \(eMVP\)

Hi Wei,

I have no idea why 1394 do not work. I have tried it long time ago and it did not worked stable, now I can't make it to work at all.
So I'm stuck with RS232 cable and it is working.

Kernel debugging is very low level stuff so it either work or do not work and it is not XPe related problem but more Windows XP
kernel problem in general.

Best regards,
Slobodan
 
G

Guest

Hi Slobodan,

You mean Connection by 1394 in XP E is work, right?
It is so great for me.

I have e two customers that have XP-E environment. 1394 is always not work,
but RS232 is fine. I do a testing. No matter what connection type 1394
/RS232, every thing is fine on the same machine when I changed the OS from XP
E to XP Professional version. So, maybe the debug connection is related about
building OS image / XP E.

Thank you very much. Your information is useful for us.

Would you give me more information about your XP E version and 1394 card
vender ….?

Regards
Wei
 
S

Slobodan Brcin \(eMVP\)

Hi Wei,
You mean Connection by 1394 in XP E is work, right?
It is so great for me.

No I meant that it should work and it worked long time ago. If you can make XP Prof with 1394 to work on your device then XPe will
work also.
So, maybe the debug connection is related about
building OS image / XP E.

If it is working on your XPP then it should work on same XPE.
ntoskrnl.exe support debugging, and if you use same version in XPE as in XPP then it must work.
Would you give me more information about your XP E version and 1394 card
vender ..?

I have SP1 with QFE's and 1394 is integrate on MB, but it is not working :(

Best regards,
Slobodan
 
G

Guest

HI Slobodan,


Hi Wei,

No I meant that it should work and it worked long time ago. If you can make XP Prof with 1394 to work on your device then XPe will
work also.

You mean, “1394 should be wokâ€, so, you does not try 1394 connection in XP E
environment. Only RS232 ?

If it is working on your XPP then it should work on same XPE.
ntoskrnl.exe support debugging, and if you use same version in XPE as in XPP then it must work.

I know the ntoskrnl.exe support debugging in XPE, if ntoskrnl.exe not
support debugging. RS232 should not be work in XPE. but which kernel’s
comport should take care about connection interface, is ntoskrnl.exe or
another kernel exe?
I have SP1 with QFE's and 1394 is integrate on MB, but it is not working :(

I also have the same experience for some 1394 cards.
Connection statuses of some 1394 cards are not fine in WINDBG environment.

Best regards,
Slobodan

Thank you very much.
PS: I am curious about your name? Which country of yours?

Regards
Wei
 
S

Slobodan Brcin \(eMVP\)

You mean Connection by 1394 in XP E is work, right?
You mean, "1394 should be wok", so, you does not try 1394 connection in XP E
environment. Only RS232 ?

1394 does not work for me any more (probably some issues with new hardware), so I must use RS232.
I know the ntoskrnl.exe support debugging in XPE, if ntoskrnl.exe not
support debugging. RS232 should not be work in XPE. but which kernel's
comport should take care about connection interface, is ntoskrnl.exe or
another kernel exe?

I can't remember if anything special was needed. I think that it worked by default.
Can you make connection between two XP Professionals on your devices?

Best regards,
Slobodan
PS: I am curious about your name? Which country of yours?
I have no idea, they change name every few years. Currently it is called "Serbia & Montenegro".
 
W

wei

Hi Slobodan,
time ago. If you can make XP Prof with 1394 to work on
your device then XPe
will

1394 does not work for me any more (probably some issues
with new hardware), so I must use RS232.
I can't remember if anything special was needed. I think that it worked by default.
Can you make connection between two XP Professionals on your devices?

I can connect two XP Professionals on my devices
(1394/RS232). So, I guess this problem is XPE image
setting.

So, you have no idea about connection type that belong
which kernel exe. I will talk with my third party,"ASUS",
that is responsible to provide XP E image. If I have any
special setting,I will tell you.
yours?
I have no idea, they change name every few years.
Currently it is called "Serbia & Montenegro".
I know you country,
"Serbia & Montenegro" is in Europe, that combine two
countries. I can see your country's news in TV.

thank you so much,nice guy.

regards
wei
 
S

Slobodan Brcin \(eMVP\)

Hi Wei,

Ok I took a peek at the files regarding the 1394.

In TD you should add "1394 Kernel Debugger Support Library"
Basically this component will only copy file kd1394.dll to system32 folder, so you can do that manually.

If this does not work try using same ntoskrnl.exe as your XP Prof.

Best regards,
Slobodan
 
G

Guest

HI Slobodan,

1394 is fine after I added KD1394.dll into my computer windows\system32.
You are a remarkable MVP.

Thank you very much.

Regards
Weichun
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top