Re: [U-Boot] CFI driver and P33 64M flash

2009-08-04 Thread psdof
Hi, I have a similar p30 intel 64M flash.When I try to initialize both banks at 0x2000 and 0x2200, u-boot crashes while initializing second bank at 0x2200, i debugged and found out that u-boot couldn't sucessfully write to second bank. But when i plug in the debugger to my board i can

Re: [U-Boot] CFI driver and P33 64M flash

2008-09-26 Thread yusuf khan
>Message: 2 >Date: Thu, 25 Sep 2008 16:50:27 +0300 >From: Felix Radensky <[EMAIL PROTECTED]> >Subject: [U-Boot] CFI driver and P33 64M flash >To: u-boot@lists.denx.de >Message-ID: <[EMAIL PROTECTED]> >Content-Type: text/plain; charset=ISO-8859-1; format=flowed >Hi, >'m running U-Boot 1.3.4 on cus

Re: [U-Boot] CFI driver and P33 64M flash

2008-09-25 Thread Felix Radensky
Hi, Stefan Stefan Roese wrote: > On Thursday 25 September 2008, Felix Radensky wrote: > >> I'm running U-Boot 1.3.4 on custom 460EX based board, >> equipped with 64M P33 flash (similar to Intel P30). See >> http://www.numonyx.com/Documents/Datasheets/314749_P33_Discrete_DS.pdf >> >> This flash

Re: [U-Boot] CFI driver and P33 64M flash

2008-09-25 Thread Wolfgang Denk
Dear Stefan Roese, In message <[EMAIL PROTECTED]> you wrote: > > This will not work. Take a look at the lwmon5 configuration. It has a similar > Intel FLASH which has two chips inside: > > #define CFG_FLASH0 0xFC00 > #define CFG_FLASH1 0xF800 > #define CFG_FLASH

Re: [U-Boot] CFI driver and P33 64M flash

2008-09-25 Thread Stefan Roese
On Thursday 25 September 2008, Felix Radensky wrote: > I'm running U-Boot 1.3.4 on custom 460EX based board, > equipped with 64M P33 flash (similar to Intel P30). See > http://www.numonyx.com/Documents/Datasheets/314749_P33_Discrete_DS.pdf > > This flash is comprised internally of two 32M flashes.