Re: [U-Boot] Regarding NAND flash support in IMX31

2009-10-15 Thread R Arun Kumar
Hai, The OOB layout of the (u-boot)/drivers/nand/nand_imx.c and (kernel)/drivers/mtd/nand/mxc_nand.c are same. I think the problem should be in the nand_bbt driver, since we run the command *nand -a /dev/nand0.* *after the *addpart *command. The command *nand -a /dev/nand0.* *seems to be hanging

Re: [U-Boot] Regarding NAND flash support in IMX31

2009-10-14 Thread Juergen Beisert
Arun, On Mittwoch, 14. Oktober 2009, R Arun Kumar wrote: > Yes the NAND flash is working fine in linux and i am able to load the > filesystem and boot etc. > Since our NOR flash is of small size 2MB and the linux kernel needs to be > programmed in NAND, I am trying to use the NAND in uboot for sav

Re: [U-Boot] Regarding NAND flash support in IMX31

2009-10-14 Thread R Arun Kumar
Hai, Yes the NAND flash is working fine in linux and i am able to load the filesystem and boot etc. Since our NOR flash is of small size 2MB and the linux kernel needs to be programmed in NAND, I am trying to use the NAND in uboot for saving the kernel and boot the linux kernel from NAND flash Ar

Re: [U-Boot] Regarding NAND flash support in IMX31

2009-10-14 Thread Juergen Beisert
Arun, On Mittwoch, 14. Oktober 2009, R Arun Kumar wrote: > I am trying to port U-boot 2.0.0 for my custom imx31 board and I am able > to boot and load linux etc successfully. Does Linux work with your the NAND flash? > I want to add NAND flash support and it is observed that the NAND flash is >