From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from outmx009.isp.belgacom.be (outmx009.isp.belgacom.be [195.238.5.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 57EBE67B32 for ; Fri, 19 May 2006 00:10:55 +1000 (EST) Received: from outmx009.isp.belgacom.be (localhost [127.0.0.1]) by outmx009.isp.belgacom.be (8.12.11.20060308/8.12.11/Skynet-OUT-2.22) with ESMTP id k4IEAcPX003752 for ; Thu, 18 May 2006 16:10:39 +0200 (envelope-from ) From: Laurent Pinchart To: linuxppc-embedded@ozlabs.org Subject: Re: About BDI2000 and mpc8247 Date: Thu, 18 May 2006 16:12:06 +0200 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200605181612.06314.laurent.pinchart@tbox.biz> Cc: Gosiuua List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > i have a develop board based on mpc8247. It has no eeprom to restore > hareware configure word and i have to use default config word > 0x00000000. > my bdi config file: [...] You should tell the BDI to initialize the SYPCR register, otherwise the internal watchdog timer will keep resetting the CPU. [INIT] ; *** Initialize the core internal registers ; Program the SYPCR - Disable the watchdog timer WM32 0xf0010004 0xffff2081 You will need to initiliaze other internal registers as well (BCR, SIUMCR, BRx, ORx, ...). I'm not sure if this will be enough to solve your problem, but it should at least be a start. Laurent Pinchart