Re: [U-Boot-Users] UBOOT port to i.MX27ADS - Network and NAND issues

2008-09-26 Thread Sascha Hauer
Hi Tiju, Sorry, I overlooked your mail :( On Tue, Sep 23, 2008 at 09:32:17PM +0530, Tiju wrote: Hi Sascha, 2. Is it possible to do a NAND boot on i.mx27ads board with uboot? If so how can I do it? NAND support (including booting from NAND) has been

Re: [U-Boot-Users] UBOOT port to i.MX27ADS - Network and NAND issues

2008-09-26 Thread Fabio Estevam
Tiju, --- On Fri, 9/26/08, Sascha Hauer [EMAIL PROTECTED] wrote: ... -O binary -R .note -R .comment -S vmlinux linux.bin #gzip -9 linux.bin #mkimage -A arm -O linux -T kernel -C gzip -a 0xA0008000 -e 0xA0008000 -n Linux kernel image -d linux.bin.gz uImage Use the 'make uImage'

Re: [U-Boot-Users] UBOOT port to i.MX27ADS - Network and NAND issues

2008-09-23 Thread Tiju
Hi Sascha, 2. Is it possible to do a NAND boot on i.mx27ads board with uboot? If so how can I do it? NAND support (including booting from NAND) has been tested on the phycore i.MX27 module. So the NAND driver inself is in place, only the board specific bits are

Re: [U-Boot-Users] UBOOT port to i.MX27ADS - Network and NAND issues

2008-09-23 Thread Tiju
Hi Sascha, 2. Is it possible to do a NAND boot on i.mx27ads board with uboot? If so how can I do it? NAND support (including booting from NAND) has been tested on the phycore i.MX27 module. So the NAND driver inself is in place, only the board

Re: [U-Boot-Users] UBOOT port to i.MX27ADS - Network and NAND issues

2008-09-16 Thread Tiju
Hi Sascha, 2. Is it possible to do a NAND boot on i.mx27ads board with uboot? If so how can I do it? NAND support (including booting from NAND) has been tested on the phycore i.MX27 module. So the NAND driver inself is in place, only the board specific bits are missing.. You can use

Re: [U-Boot-Users] UBOOT port to i.MX27ADS - Network and NAND issues

2008-09-16 Thread Sascha Hauer
On Tue, Sep 16, 2008 at 10:08:05PM +0530, Tiju wrote: Hi Sascha, 2. Is it possible to do a NAND boot on i.mx27ads board with uboot? If so how can I do it? NAND support (including booting from NAND) has been tested on the phycore i.MX27 module. So the NAND driver inself is in