Re: [U-Boot] *** Warning - bad CRC, using default environment

2010-05-19 Thread anup behare
:11, anup behare wrote: > > Hi, > > > > While using u-boot for ppc440 based board we are getting "*** Warning - > bad > > CRC, using default environment" message. > > On denx site we came to know that message is printed because the flash > > secto

Re: [U-Boot] *** Warning - bad CRC, using default environment

2010-05-18 Thread anup behare
I removing the console warning and this is one of the warning. On Tue, May 18, 2010 at 2:53 PM, Stefan Roese wrote: > On Tuesday 18 May 2010 11:12:26 anup behare wrote: > > I don't want to change the behavior and I can't use > > CONFIG_ENV_IS_NOWHERE because we m

Re: [U-Boot] CONFIG_SYS_LINUX_LOWMEM_MAX_SIZE

2010-05-18 Thread anup behare
only 768MB DDR? 2. What about kernel will it use complete DDR or will work with 768MB only? 3. Means we can’t remove this warning and this warning will come for DDR more than 768MB? ~Anup On Tue, May 18, 2010 at 1:37 PM, Stefan Roese wrote: > Hi Anup, > > On Tuesday 18 May 2010 0

Re: [U-Boot] *** Warning - bad CRC, using default environment

2010-05-18 Thread anup behare
ay 2010 09:11:16 anup behare wrote: > > While using u-boot for ppc440 based board we are getting "*** Warning - > bad > > CRC, using default environment" message. > > On denx site we came to know that message is printed because the flash > > sector or ERPROM c

[U-Boot] *** Warning - bad CRC, using default environment

2010-05-18 Thread anup behare
Hi, While using u-boot for ppc440 based board we are getting "*** Warning - bad CRC, using default environment" message. On denx site we came to know that message is printed because the flash sector or ERPROM containing the environment variables has never been initialized yet. Is there any fix to

[U-Boot] CONFIG_SYS_LINUX_LOWMEM_MAX_SIZE

2010-05-18 Thread anup behare
Hi, We are using taishan based board having 1GB DDR. In u-boot code we found that CONFIG_SYS_LINUX_LOWMEM_MAX_SIZE is set to 768MB hence "if (size < bootm_size)" condition becomes true and u-boot throw "WARNING: adjusting available memory to 0x3000" message on console. Let me know will it pos

Re: [U-Boot] U-Boot Crashes with Dumps

2010-01-16 Thread anup behare
Hi Wolfgnag, I am apologize for debugging with by passing the previous exception. I was curious about u-boot prompt. Now i have implemented the steps suggested by stefan, and debugging the same. ~Anup On Thu, Jan 14, 2010 at 3:45 PM, Wolfgang Denk wrote: > Dear anupbeh...@gmail.com, > > In me

Re: [U-Boot] U-Boot Crashes with Dumps

2010-01-16 Thread anup behare
Thanks Stenfan for your valuable inputs. I have implemented the code suggested by you after completing the ddr initialization : #if defined(CONFIG_DDR_DATA_EYE) /* * Running denali_core_search_data_eye() when ECC is enabled * causes non-ECC machine c