linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* COP Status 0x21
@ 2005-08-25 14:38 Andrew Williams
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Williams @ 2005-08-25 14:38 UTC (permalink / raw)
  To: linuxppc-embedded

Hello List..
  (hope this is considered "on" topic)

   Situation: New hardware (mcp8347)
              BDI connected, but unable to read PVR
              Prior to the READ I see a "COP status is 0x21"
       =20
   Q. What does a status of 0x21 mean?=20

   Q. I've searched online for some type of a reference to the=20
      COP interface to no avail. Can anyone direct me to=20
      a technical reference?=20


Thanks,
Andrew

-- BDI Config [TARGET] section --
[TARGET]
CPUTYPE     8349                        ;the CPU type
JTAGCLOCK   0                           ;use 16 MHz JTAG clock
BOOTADDR    0xfff00100                  ;boot address used for start-up
break
POWERUP     2000                        ;start delay after power-up
detected in ms
WAKEUP      800                         ;give reset time to complete
STARTUP     RESET                       ;halt immediatelly at the boot
vector
BREAKMODE   HARD                        ;SOFT or HARD, HARD uses PPC
hardware breakpoint
STEPMODE    HWBP                        ;TRACE or HWBP, HWBP uses a
hardware breakpoint


-- BDI Debug Output --
- TARGET: waiting for target Vcc
- TARGET: processing power-up delay
- TARGET: processing user reset request
- BDI asserts HRESET
- Reset JTAG controller passed
- Bypass check: 0x00000001 =3D> 0x00000001
- Bypass check: 0x00000001 =3D> 0x00000001
- JTAG exists check passed
- COP status is 0x21
- Check running state passed
- BDI scans COP freeze command
- BDI removes HRESET
- Target PVR is 0x00000000
- This PVR is not supported
- TARGET: Target PVR is 0x00000000
*** TARGET: resetting target failed
# PPC: This target is not supported
- TARGET: target will be restarted in 10 sec

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

* RE: COP Status 0x21
@ 2005-08-25 15:19 Andrew Williams
  2005-08-25 16:18 ` Grant Likely
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Williams @ 2005-08-25 15:19 UTC (permalink / raw)
  To: linuxppc-embedded

<insert favorite curses here>

  Spend 6 hours searching, draft an email to the list, and solve=20
problem 20 minutes later. Compared my BDI to a co-workers and=20
and discovered that although we had the same firmware, we didn't have=20
the same "Logic" version in the device. Reflashed and I can=20
now read the PVR correctly.

  Sorry to waste everyone's time on this.

Andrew

  =20

> -----Original Message-----
> From: linuxppc-embedded-bounces@ozlabs.org=20
> [mailto:linuxppc-embedded-bounces@ozlabs.org] On Behalf Of=20
> Williams, Andrew [CAR:9D30:EXCH]
> Sent: August 25, 2005 10:38 AM
> To: linuxppc-embedded@ozlabs.org
> Subject: COP Status 0x21
>=20
>=20
> Hello List..
>   (hope this is considered "on" topic)
>=20
>    Situation: New hardware (mcp8347)
>               BDI connected, but unable to read PVR
>               Prior to the READ I see a "COP status is 0x21"
>        =20
>    Q. What does a status of 0x21 mean?=20
>=20
>    Q. I've searched online for some type of a reference to the=20
>       COP interface to no avail. Can anyone direct me to=20
>       a technical reference?=20
>=20
>=20
> Thanks,
> Andrew
>=20
> -- BDI Config [TARGET] section --
> [TARGET]
> CPUTYPE     8349                        ;the CPU type
> JTAGCLOCK   0                           ;use 16 MHz JTAG clock
> BOOTADDR    0xfff00100                  ;boot address used=20
> for start-up
> break
> POWERUP     2000                        ;start delay after power-up
> detected in ms
> WAKEUP      800                         ;give reset time to complete
> STARTUP     RESET                       ;halt immediatelly at the boot
> vector
> BREAKMODE   HARD                        ;SOFT or HARD, HARD uses PPC
> hardware breakpoint
> STEPMODE    HWBP                        ;TRACE or HWBP, HWBP uses a
> hardware breakpoint
>=20
>=20
> -- BDI Debug Output --
> - TARGET: waiting for target Vcc
> - TARGET: processing power-up delay
> - TARGET: processing user reset request
> - BDI asserts HRESET
> - Reset JTAG controller passed
> - Bypass check: 0x00000001 =3D> 0x00000001
> - Bypass check: 0x00000001 =3D> 0x00000001
> - JTAG exists check passed
> - COP status is 0x21
> - Check running state passed
> - BDI scans COP freeze command
> - BDI removes HRESET
> - Target PVR is 0x00000000
> - This PVR is not supported
> - TARGET: Target PVR is 0x00000000
> *** TARGET: resetting target failed
> # PPC: This target is not supported
> - TARGET: target will be restarted in 10 sec=20
> _______________________________________________
> Linuxppc-embedded mailing list
> Linuxppc-embedded@ozlabs.org=20
> https://ozlabs.org/mailman/listinfo/linuxppc-> embedded
>=20
>=20

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

* Re: COP Status 0x21
  2005-08-25 15:19 COP Status 0x21 Andrew Williams
@ 2005-08-25 16:18 ` Grant Likely
  0 siblings, 0 replies; 3+ messages in thread
From: Grant Likely @ 2005-08-25 16:18 UTC (permalink / raw)
  To: Andrew Williams, linuxppc-embedded

On Thu, Aug 25, 2005 at 11:19:31AM -0400, Andrew Williams wrote:
> <insert favorite curses here>
> 
>   Spend 6 hours searching, draft an email to the list, and solve 
> problem 20 minutes later. Compared my BDI to a co-workers and 
> and discovered that although we had the same firmware, we didn't have 
> the same "Logic" version in the device. Reflashed and I can 
> now read the PVR correctly.
> 
>   Sorry to waste everyone's time on this.
Ah, but the next person to have this problem (should) find your post
when they search.  :)

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

end of thread, other threads:[~2005-08-25 16:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-25 15:19 COP Status 0x21 Andrew Williams
2005-08-25 16:18 ` Grant Likely
  -- strict thread matches above, loose matches on Subject: below --
2005-08-25 14:38 Andrew Williams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).