From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sj-iport-5.cisco.com (sj-iport-5.cisco.com [171.68.10.87]) by ozlabs.org (Postfix) with ESMTP id 6FDBA67A5B for ; Sat, 25 Mar 2006 09:05:09 +1100 (EST) Received: from xbh-sjc-221.amer.cisco.com (xbh-sjc-221.cisco.com [128.107.191.63]) by sj-core-3.cisco.com (8.12.10/8.12.6) with ESMTP id k2OM571p002786 for ; Fri, 24 Mar 2006 14:05:08 -0800 (PST) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C64F8F.01F2AE4F" Subject: Diagnostic tool Date: Fri, 24 Mar 2006 14:05:05 -0800 Message-ID: From: "Bizhan Gholikhamseh \(bgholikh\)" To: List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This is a multi-part message in MIME format. ------_=_NextPart_001_01C64F8F.01F2AE4F Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, I am using PQIII Freescale cpu 8541 on a custom board. Is anyone aware of diagnostics tool as a kernel module to test cpu, memory and other hardware components that may be out there. This is normally a test suit that will be used manufacturing for extensive HW testing.=20 Thanks and Regards, Bizhan ------_=_NextPart_001_01C64F8F.01F2AE4F Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi,

I am using PQIII Freescale cpu 8541 on a = custom=20 board.

Is anyone aware of diagnostics tool as a = kernel=20 module to test cpu, memory and other hardware components that may be out = there.=20 This is normally a test suit that will be used manufacturing for = extensive HW=20 testing.

Thanks and Regards,

Bizhan

------_=_NextPart_001_01C64F8F.01F2AE4F-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ovro.ovro.caltech.edu (ovro.ovro.caltech.edu [192.100.16.2]) by ozlabs.org (Postfix) with ESMTP id BF3FE679E9 for ; Sat, 25 Mar 2006 09:37:29 +1100 (EST) Message-ID: <4424750C.7020809@ovro.caltech.edu> Date: Fri, 24 Mar 2006 14:39:08 -0800 From: David Hawkins MIME-Version: 1.0 To: "Bizhan Gholikhamseh (bgholikh)" Subject: Re: Diagnostic tool References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Bizhan Gholikhamseh (bgholikh) wrote: > Hi, > > I am using PQIII Freescale cpu 8541 on a custom board. > > Is anyone aware of diagnostics tool as a kernel module to test cpu, > memory and other hardware components that may be out there. This is > normally a test suit that will be used manufacturing for extensive HW > testing. > The AMCC Yosemite 440EP board came with a proprietry package called Kozio Diagnostics. If you don't get any nice open source suggestions, you could check them out. On the Yosemite board, they were run from the U-Boot prompt as a stand-alone application. Personally I'm not a fan of proprietry stuff, and would write my own, but since you asked ... Dave