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