From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dieter Kiermaier Date: Wed, 22 Jul 2009 08:33:06 +0200 Subject: [U-Boot] cp.b command not working for copy to flash In-Reply-To: <24600612.post@talk.nabble.com> References: <24600612.post@talk.nabble.com> Message-ID: <200907220833.07096.dk-arm-linux@gmx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Nirav, > > I am trying cp.b 22000000 10100000 180000 (i.e. copy from RAM to FLASH) > Its showing me message flash can't Erase. > > But when i tried cp.b 10100000 22000000 180000 its working. (i.e. copy from > FLASH to RAM) > Can please anybody tell me what's going wrong?? Maybe you have to unprotect your flash first? Dieter