RE: Spansion S25FL128-Flash and MTD

2009-08-05 Thread EXTERNAL Lange Matthias (AA-DGW/ENG1)
ge=beissbarth@lis ts.ozlabs.org] On Behalf Of EXTERNAL Lange Matthias (AA-DGW/ENG1) > Sent: Wednesday, August 05, 2009 9:17 AM > To: linuxppc-...@ozlabs.org > Subject: Spansion S25FL128-Flash and MTD > > Hi, > > I am trying to get a MTD running on my embedded PowerPC

RE: Spansion S25FL128-Flash and MTD

2009-08-05 Thread EXTERNAL Lange Matthias (AA-DGW/ENG1)
> Hi, > > >#address-cells = <1>; > >#size-cells = <1>; > >roo...@80 { > > The partition must be called > partit...@... > Thanks, though that didn't solve my problem. The naming seems to be a bug in booting-without-of.txt where the example

Re: Spansion S25FL128-Flash and MTD

2009-08-05 Thread Benjamin Krill
Hi, >#address-cells = <1>; >#size-cells = <1>; >roo...@80 { The partition must be called partit...@... >label = "rootfs"; >reg = <0x80 0x80>; >}; >}; >}; c

Spansion S25FL128-Flash and MTD

2009-08-05 Thread EXTERNAL Lange Matthias (AA-DGW/ENG1)
Hi, I am trying to get a MTD running on my embedded PowerPC board. I am using a Xilinx Virtex4 with an embedded PowerPC 405. In the FPGA there is a Xilinx SPI controller implemented to which a Spansion S25FL128 SPI-flash (16MB) is connected. The problem is that with my setup the flash chips ge