From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tolunay Orkun Date: Wed, 11 Oct 2006 21:23:23 -0500 Subject: [U-Boot-Users] Can I write to flash using mw command In-Reply-To: <452D74D2.3080300@orkun.us> References: <20061006033619.65376.qmail@web33205.mail.mud.yahoo.com> <45264A79.1090600@smiths-aerospace.com> <452D74D2.3080300@orkun.us> Message-ID: <452DA71B.5080802@orkun.us> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Tolunay Orkun wrote: >> is it not possible to write consecutively as with >> the conventional memory? > > It works as long as do not try to turn 1 bits to 0. Correction: as long as you do not try to turn 0 bits to 1. Tolunay