Re: [U-Boot] U-Boot NAND-Access

2012-11-13 Thread Scott Wood
On 11/13/2012 03:57:50 AM, Peter Niklas wrote: Yes, I understand. Unfortunate for me. But besides the custom uboot version: Would I need to configure additional commands to use NAND-Flash in the mainline? You would need to add support for your hardware. -Scott _

Re: [U-Boot] U-Boot NAND-Access

2012-11-13 Thread Peter Niklas
Yes, I understand. Unfortunate for me. But besides the custom uboot version: Would I need to configure additional commands to use NAND-Flash in the mainline? Regards, Peter From: Scott Wood To: Peter Niklas , Cc: Date: 13.11.2012 04:13 Subject: Re: [U-Boot] U-Boot NAND-Access On 11/08

Re: [U-Boot] U-Boot NAND-Access

2012-11-12 Thread Scott Wood
On 11/08/2012 09:31:10 AM, Peter Niklas wrote: Hello, We are using a Zynq SoC on a custom Board. We are trying to use a NAND-Flash (MT29F8G08ABABAWP-IT) to store the Xilinx First Stage Boot Loader, U-Boot, Kernel We are having trouble to use the NAND-Flash in U-Boot. Currently we are using

Re: [U-Boot] U-Boot NAND-Access

2012-11-08 Thread Wolfgang Denk
Dear Peter Niklas, In message you wrote: > > We are using a Zynq SoC on a custom Board. We are trying to use a > NAND-Flash (MT29F8G08ABABAWP-IT) to store the Xilinx First Stage Boot ... > Currently we are using U-Boot 2012.04.01-00304-g7639205-dirty. Commmit 7639205 is not known in mainline

[U-Boot] U-Boot NAND-Access

2012-11-08 Thread Peter Niklas
Hello, We are using a Zynq SoC on a custom Board. We are trying to use a NAND-Flash (MT29F8G08ABABAWP-IT) to store the Xilinx First Stage Boot Loader, U-Boot, Kernel We are having trouble to use the NAND-Flash in U-Boot. Currently we are using U-Boot 2012.04.01-00304-g7639205-dirty. and I g