Re: Raspberry Debug Probe query

Liste des GroupesRevenir à cs raspberry-pi 
Sujet : Re: Raspberry Debug Probe query
De : theom+news (at) *nospam* chiark.greenend.org.uk (Theo)
Groupes : comp.sys.raspberry-pi
Date : 22. Jun 2024, 17:28:29
Autres entêtes
Organisation : University of Cambridge, England
Message-ID : <bCF*R7BNz@news.chiark.greenend.org.uk>
References : 1
User-Agent : tin/1.8.3-20070201 ("Scotasay") (UNIX) (Linux/5.10.0-28-amd64 (x86_64))
Single Stage to Orbit <alex.buell@munted.eu> wrote:
Does anyone knows how to use the Raspberry Debug Probe with a Raspberry
Pi 3B? I've googled but the articles I've found only explains how to
use it with Raspberry Picos. I have a tricky issue to diagnose and it
needs hardware level debugging to see what's going wrong with it.

What do you want to debug?  The regular Pis have JTAG to which you can hook
up a debug probe and run something like OpenOCD+gdb on another machine (you
can likely do that from another Pi using GPIO, or a USB JTAG widget).  But
you're debugging the whole OS including all the daemons and whatnot that are
running on it.  Unless your issue is with the kernel itself (eg a boot
failure) or with some code running bare-metal, I don't think JTAG is going
to help much.

The Pico's Debug Probe provides SWD, which is for microcontrollers but not
for application-cores on the big Pis.  It provides 2 signal wires where JTAG
needs 4, so I don't think you could repurpose it for JTAG even if you wanted
to.

Theo

Date Sujet#  Auteur
21 Jun 24 * Raspberry Debug Probe query5Single Stage to Orbit
22 Jun 24 `* Re: Raspberry Debug Probe query4Theo
25 Jun 24  `* Re: Raspberry Debug Probe query3Single Stage to Orbit
25 Jun 24   `* Re: Raspberry Debug Probe query2Theo
26 Jun 24    `- Re: Raspberry Debug Probe query1Single Stage to Orbit

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal