From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from penguin.ncube.com (penguin.ncube.com [134.242.67.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 02CC667BB4 for ; Sat, 30 Sep 2006 07:33:45 +1000 (EST) Message-Id: <200609292133.k8TLXUUv072654@penguin.ncube.com> To: "Reeve Yang" Subject: Re: Need help on PPC8343E bringup In-reply-to: <198592450609291408w2dbf7e5ckf5e4cf7023d2000@mail.gmail.com> References: <198592450609291408w2dbf7e5ckf5e4cf7023d2000@mail.gmail.com> Date: Fri, 29 Sep 2006 14:33:30 -0700 From: Michael Galassi Cc: linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , >Hello linux-ppc experts, > >I'm trying to use using wind river jtag probe to download uboot to our >switching box which is with PPC8343E/Intel 28F128J3D memory flash(16M). >Memory mapping is starting from 0xFF000000 to 0xFFFFFFFF which is 16M. The >JTAG software I'm using is visionclick8. > >The problem now is that I even couldn't erash flash, with following error >message: > >TF ERASE FFF00000..FFFFFFFF INTEL 28F128Jx ( 8192 x 16 ) 1 Device >Erasing Flash(s) ... Failed >!ERROR! - [msg100000] Failed while erasing the device(s) >>BKM> >!HALT! - [msg90009] Target Stopped : CheckStop taken; PC = 0x00007404 [EVENT >Taken] >>BKM> > >Does anyone has experiece to bring up this CPU, and could shed some lights >on it? Thank you in advance. > >- Reeve Your flash part[s] are almost certainly write-protected, or part of them is. Get the data-sheet for them and find what combination to write to them to un-protect them and try again. For the parts I'm using (micron MT28F128J3) writing 0x00600060 followed by 0x00d000d0 to the part does the trick. -michael