From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gudjon I. Gudjonsson Date: Tue, 15 Nov 2011 19:48:29 +0100 Subject: [U-Boot] Using Micron (Numonyx) m28w640hcb with u-boot (Solved) In-Reply-To: <4EC1F44A.6040600@st.com> References: <4EC0964D.3040905@st.com> <201111141729.57833.gudjon@gudjon.org> <4EC1F44A.6040600@st.com> Message-ID: <201111151948.29679.gudjon@gudjon.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Vipin > > > > Now I have spent the whole day on trying to mount the device from Linux > > as a read/write partition but without luck. > > Ideally, it should have happened now Setting FORCE_WORD_WRITE to 1 in the cfi_cmdset_0001.c fixes the problem. #define FORCE_WORD_WRITE 1 but it is set to 0 by default. Thanks again a lot for your help Regards Gudjon