All of lore.kernel.org
 help / color / mirror / Atom feed
* Macraigor mpDemon
@ 2006-07-13  9:13 Ria Roy
  2006-07-13 23:55 ` JTAG PPC info ? David H. Lynch Jr.
  0 siblings, 1 reply; 4+ messages in thread
From: Ria Roy @ 2006-07-13  9:13 UTC (permalink / raw)
  To: linuxppc-embedded

Hi, 

Does anyone know if Macriagor's mpDemon is capable of debugging the
linux kernel via the JTAG interface. 

Thanks in advance, 
Ria

^ permalink raw reply	[flat|nested] 4+ messages in thread

* JTAG PPC info ?
  2006-07-13  9:13 Macraigor mpDemon Ria Roy
@ 2006-07-13 23:55 ` David H. Lynch Jr.
  2006-07-14 14:43   ` bennett78
  0 siblings, 1 reply; 4+ messages in thread
From: David H. Lynch Jr. @ 2006-07-13 23:55 UTC (permalink / raw)
  To: linuxppc-embedded

    Has anyone not covered by non-disclosure deciphered the JTAG codes
for the PowerPC ?
   
    I have a situation using a custom JTAG interface that is looking to
impliment host side PPC debugging. JTAG access and manipulation of most
all other JTAG devices on the target is working.
    Right now the problem is deciphering the JTAG commands etc to the
PPC itself.



Ria Roy wrote:
> Hi, 
>
> Does anyone know if Macriagor's mpDemon is capable of debugging the
> linux kernel via the JTAG interface. 
>
> Thanks in advance, 
> Ria
>
> _______________________________________________
> Linuxppc-embedded mailing list
> Linuxppc-embedded@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-embedded
>   


-- 
Dave Lynch 					  	    DLA Systems
Software Development:  				         Embedded Linux
717.627.3770 	       dhlii@dlasys.net 	  http://www.dlasys.net
fax: 1.253.369.9244 			           Cell: 1.717.587.7774
Over 25 years' experience in platforms, languages, and technologies too numerous to list.

"Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction."
Albert Einstein

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: JTAG PPC info ?
  2006-07-13 23:55 ` JTAG PPC info ? David H. Lynch Jr.
@ 2006-07-14 14:43   ` bennett78
  2006-07-14 17:04     ` David H. Lynch Jr.
  0 siblings, 1 reply; 4+ messages in thread
From: bennett78 @ 2006-07-14 14:43 UTC (permalink / raw)
  To: dhlii, David H. Lynch Jr.; +Cc: linuxppc-embedded

Quoting "David H. Lynch Jr." <dhlii@dlasys.net>:

>     Has anyone not covered by non-disclosure deciphered the JTAG codes
> for the PowerPC ?

Is this a big secret or just skimpy Freescale documentation?
Try emailing:
     Ed.Nuckolls@freescale.com
This effort could help expand projects such as:
      http://sourceforge.net/projects/jtager/
for us embedded powerpc users!

For myself, right now I can't get much help from Abatron turning
on a new MPC5200 design. My approach: debugging modified u-boot code 
running out of RAM....lots of machine checks!

Frank Bennett
President
Mathegraphics,LLC
Fort Collins,CO 
www.mathegraphics.com
bennett78@digis.net


>    
>     I have a situation using a custom JTAG interface that is looking to
> impliment host side PPC debugging. JTAG access and manipulation of most
> all other JTAG devices on the target is working.
>     Right now the problem is deciphering the JTAG commands etc to the
> PPC itself.
> 
> 
> 
> Ria Roy wrote:
> > Hi, 
> >
> > Does anyone know if Macriagor's mpDemon is capable of debugging the
> > linux kernel via the JTAG interface. 
> >
> > Thanks in advance, 
> > Ria
> >
> > _______________________________________________
> > Linuxppc-embedded mailing list
> > Linuxppc-embedded@ozlabs.org
> > https://ozlabs.org/mailman/listinfo/linuxppc-embedded
> >   
> 
> 
> -- 
> Dave Lynch 					  	    DLA Systems
> Software Development:  				         Embedded Linux
> 717.627.3770 	       dhlii@dlasys.net 	  http://www.dlasys.net
> fax: 1.253.369.9244 			           Cell: 1.717.587.7774
> Over 25 years' experience in platforms, languages, and technologies too
> numerous to list.
> 
> "Any intelligent fool can make things bigger and more complex... It takes a
> touch of genius - and a lot of courage to move in the opposite direction."
> Albert Einstein
> 
> _______________________________________________
> Linuxppc-embedded mailing list
> Linuxppc-embedded@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-embedded
> 




-------------------------------------------------------
Email sent through Digis Networks http://www.digis.net/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: JTAG PPC info ?
  2006-07-14 14:43   ` bennett78
@ 2006-07-14 17:04     ` David H. Lynch Jr.
  0 siblings, 0 replies; 4+ messages in thread
From: David H. Lynch Jr. @ 2006-07-14 17:04 UTC (permalink / raw)
  To: bennett78, linuxppc-embedded

[-- Attachment #1: Type: text/plain, Size: 3582 bytes --]

bennett78@digis.net wrote:
> Quoting "David H. Lynch Jr." <dhlii@dlasys.net>:
>
>   
>>     Has anyone not covered by non-disclosure deciphered the JTAG codes
>> for the PowerPC ?
>>     
>
> Is this a big secret or just skimpy Freescale documentation?
> Try emailing:
>      Ed.Nuckolls@freescale.com
> This effort could help expand projects such as:
>       http://sourceforge.net/projects/jtager/
> for us embedded powerpc users!
>
> For myself, right now I can't get much help from Abatron turning
> on a new MPC5200 design. My approach: debugging modified u-boot code 
> running out of RAM....lots of machine checks!
>   

    It is my understanding that certain aspects of JTAG are specific to
the target (chip) for most devices that information is documented.
    Some processors treat the JTAG communications to the processor as
proprietary.
     Some make the information readily available.

    It is my understanding that the interface to the PPC is only
available under NDA from IBM.

    My client is building a wholely OpenSource SDK to support developing
for their target.
    They have their own pseudo JTAG interface - on the host side it
emulates a JTAG Parallel port in software.
    On the target side it is a full hardware JTAG.
    They are trying to get a gdbserver working and there is no
OpenSource GdbServer that includes PPC support.

    Right now they have a back burner project decyphering the the PPC
interface and are working through it slowly.


> Frank Bennett
> President
> Mathegraphics,LLC
> Fort Collins,CO 
> www.mathegraphics.com
> bennett78@digis.net
>
>
>   
>>    
>>     I have a situation using a custom JTAG interface that is looking to
>> impliment host side PPC debugging. JTAG access and manipulation of most
>> all other JTAG devices on the target is working.
>>     Right now the problem is deciphering the JTAG commands etc to the
>> PPC itself.
>>
>>
>>
>> Ria Roy wrote:
>>     
>>> Hi, 
>>>
>>> Does anyone know if Macriagor's mpDemon is capable of debugging the
>>> linux kernel via the JTAG interface. 
>>>
>>> Thanks in advance, 
>>> Ria
>>>
>>> _______________________________________________
>>> Linuxppc-embedded mailing list
>>> Linuxppc-embedded@ozlabs.org
>>> https://ozlabs.org/mailman/listinfo/linuxppc-embedded
>>>   
>>>       
>> -- 
>> Dave Lynch 					  	    DLA Systems
>> Software Development:  				         Embedded Linux
>> 717.627.3770 	       dhlii@dlasys.net 	  http://www.dlasys.net
>> fax: 1.253.369.9244 			           Cell: 1.717.587.7774
>> Over 25 years' experience in platforms, languages, and technologies too
>> numerous to list.
>>
>> "Any intelligent fool can make things bigger and more complex... It takes a
>> touch of genius - and a lot of courage to move in the opposite direction."
>> Albert Einstein
>>
>> _______________________________________________
>> Linuxppc-embedded mailing list
>> Linuxppc-embedded@ozlabs.org
>> https://ozlabs.org/mailman/listinfo/linuxppc-embedded
>>
>>     
>
>
>
>
> -------------------------------------------------------
> Email sent through Digis Networks http://www.digis.net/
>
>   


-- 
Dave Lynch 					  	    DLA Systems
Software Development:  				         Embedded Linux
717.627.3770 	       dhlii@dlasys.net 	  http://www.dlasys.net
fax: 1.253.369.9244 			           Cell: 1.717.587.7774
Over 25 years' experience in platforms, languages, and technologies too numerous to list.

"Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction."
Albert Einstein


[-- Attachment #2: Type: text/html, Size: 5531 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-07-14 17:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-13  9:13 Macraigor mpDemon Ria Roy
2006-07-13 23:55 ` JTAG PPC info ? David H. Lynch Jr.
2006-07-14 14:43   ` bennett78
2006-07-14 17:04     ` David H. Lynch Jr.

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.