Re: [U-Boot] ERROR: too many flash sectors

2009-08-23 Thread Penda, Naveen Kumar
> > > > Stefan Roese wrote: > > > >> > >> DRAM: 64 MB > >> ERROR: too many flash sectors > >> ERROR: too many flash sectors > > > >>>This error is important. Searching in the source code > gives you an hint. > You > >>>should increase CONFIG_SYS_MAX_FLASH_SECT to match you hardware.

[U-Boot] Is there anyway for configuring NAND and NOR together

2009-08-06 Thread Penda, Naveen Kumar
Hi All OMAP3_SDP supports both NAND and NOR flash, depending on the dip switch settings it will select NOR or NAND. So I would like to know is there any way I can configure both NAND and NOR in common configuration file. so that I need not rebuild separatley for NAND or NOR. Regards Na

[U-Boot] Error :Unknown command 'mmcinit' - try 'help -- need help

2009-08-06 Thread Penda, Naveen Kumar
Hi All I am trying to get MMC support on omap3_sdp Configuration changes I added are below #define CONFIG_MMC 1 #define CONFIG_OMAP3_MMC 1 //this will pick up the mmc driver for omap3 #define CONFIG_CMD_FAT /* FAT support */ #defin

Re: [U-Boot] [U-BOOT] error: end address not on sector boundary when I use saveenv cmd

2009-08-06 Thread Penda, Naveen Kumar
Hi Wolfgang Denk > > Dear "Penda, Naveen Kumar", > > In message > <5a47e75e594f054baf48c5e4fc4b92ab0305fc6...@dbde02.ent.ti.com> > you wrote: > > > > Thanks for your quick support, > > Now I made CFG_ENV_SIZE to proper sector siz

Re: [U-Boot] [U-BOOT] error: end address not on sector boundary when I use saveenv cmd

2009-08-05 Thread Penda, Naveen Kumar
Alessandro, Thanks for your quick support, Now I made CFG_ENV_SIZE to proper sector size. It is working fine. Regards Naveen > > > I already looked at my config file, but couldn't root > cause the problem > > Here are some of the definitions from my configs, incase > anything wron

Re: [U-Boot] [U-BOOT] error: end address not on sector boundary when I use saveenv cmd

2009-08-05 Thread Penda, Naveen Kumar
Hi Rubini I already looked at my config file, but couldn't root cause the problem Here are some of the definitions from my configs, incase anything wrong Can you please help me. NOR Flash: CONFIG_SYS_FLASH_BASE 0x1000 CONFIG_ENV_ADDR0x1004 CONFIG_SYS

[U-Boot] [U-BOOT] error: end address not on sector boundary when I use saveenv cmd

2009-08-05 Thread Penda, Naveen Kumar
Hi All When I set all the environment variable and try to save on flash , I am getting Error: end address not on sector boundary. But still my kernel boots with the env setting I made, but on restart these enviroment settings are lost. Can someone let me know where it could have gone wrong?

[U-Boot] [PATCH]omap3: bug fix for NOR boot support

2009-07-30 Thread Penda, Naveen Kumar
From: Penda Naveen Kumar This patch provides bug fix, when omap3 uses nor boot. Signed-off-by: Penda Naveen Kumar Index: u-boot/cpu/arm_cortexa8/omap3/lowlevel_init.S === --- u-boot.orig/cpu/arm_cortexa8/omap3/lowlevel_init.S