Re: [U-Boot] Using Micron (Numonyx) m28w640hcb with u-boot (Solved)

2011-11-15 Thread Gudjon I. Gudjonsson
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

Re: [U-Boot] Using Micron (Numonyx) m28w640hcb with u-boot

2011-11-14 Thread Vipin Kumar
On 11/14/2011 9:59 PM, Gudjon I. Gudjonsson wrote: > Hi Vipin >> Hello Gudjon, >> I have had a similar problem with spear3xx board. Basically, this flash >> is write protected in hardware by default. It has to be specifically >> made writable. Please define a flag CONFIG_SYS_FLASH_PROTECTION in y

Re: [U-Boot] Using Micron (Numonyx) m28w640hcb with u-boot

2011-11-14 Thread Gudjon I. Gudjonsson
Hi Vipin > > I have had a similar problem with spear3xx board. Basically, this flash > is write protected in hardware by default. It has to be specifically > made writable. Please define a flag CONFIG_SYS_FLASH_PROTECTION in your > config file. > Thanks a lot. This works like charm :) Now I have

Re: [U-Boot] Using Micron (Numonyx) m28w640hcb with u-boot (Gudjon I. Gudjonsson)

2011-11-14 Thread zq_fan
You should check the datasheet of m28w740hcb and at49bv642d.Maybe there's something uncorrect when you write to your flash.Focus on the write option code.Maybe your software is compatible with at49bv642d, but m28w740hcb is not the same. Hopes to help!

Re: [U-Boot] Using Micron (Numonyx) m28w640hcb with u-boot

2011-11-13 Thread Vipin Kumar
On 11/12/2011 5:31 PM, Gudjon I. Gudjonsson wrote: > Hi list Hi Gudjon, > I have replaced the at49bv642d nor flash memory on my Atmel ngw100 board > with the pin compatible m28w640hcb flash memory from Micron (formerly > Numonyx). > > I can program the U-boot to the flash without proble

[U-Boot] Using Micron (Numonyx) m28w640hcb with u-boot

2011-11-12 Thread Gudjon I. Gudjonsson
Hi list I have replaced the at49bv642d nor flash memory on my Atmel ngw100 board with the pin compatible m28w640hcb flash memory from Micron (formerly Numonyx). I can program the U-boot to the flash without problems using a JTAG. I can also program the full buildroot Linux system using