[U-Boot] RE : RE : Davinci DM365 custom design : Problem when reading uBoot environment variables

2010-09-21 Thread Reda MIMOUNE
: Scott Wood [scottw...@freescale.com] Date d'envoi : vendredi 17 septembre 2010 20:01 À : Wolfgang Denk Cc : Reda MIMOUNE; u-boot@lists.denx.de Objet : Re: [U-Boot] RE : Davinci DM365 custom design : Problem when reading uBoot environment variables On Fri, 17 Sep 2010 16:32:04 +0200 Wolfgang

Re: [U-Boot] RE : RE : Davinci DM365 custom design : Problem when reading uBoot environment variables

2010-09-17 Thread Reda MIMOUNE
Thank you No Davinci did not mess it up. I read 0x4000 (16KB) instead of 0x4 (256KB). So if I understand you I can swap the values in my first email: CONFIG_ENV_SECT_SIZE= 128KB CFG_ENV_SIZE= 16KB Thanks for help. Cordialement, Reda MIMOUNE Reda MIMOUNE Ingénieur Software

[U-Boot] RE : RE : Davinci DM365 custom design : Problem when reading uBoot environment variables

2010-09-17 Thread Reda MIMOUNE
README file wrong ? Thanks for your help. Reda De : Wolfgang Denk [...@denx.de] Date d'envoi : vendredi 17 septembre 2010 14:37 À : Reda MIMOUNE Cc : Scott Wood; u-boot@lists.denx.de Objet : Re: [U-Boot] RE : Davinci DM365 custom design : Problem when re

[U-Boot] RE : Davinci DM365 custom design : Problem when reading uBoot environment variables

2010-09-17 Thread Reda MIMOUNE
Hi Scott; Again thank you for the answer. >My expense request for a time machine was denied, so we can't go back >and put new features in old versions. :-) >Please upgrade, or backport the features yourself. Have a question about it, if I upgrade to a new version of uBoot. Is it guaranteed that

[U-Boot] RE : Davinci DM365 custom design : Problem when reading uBoot environment variables

2010-09-16 Thread Reda MIMOUNE
Hi Scott. Thank you for your answer. >You can use CONFIG_ENV_RANGE to declare a multi-block range, larger than >the environment size, to allow bad blocks to be skipped. >You need to use CONFIG_ENV_RANGE and keep the environment the same size >-- otherwise it thinks you really want two blocks of e

[U-Boot] Davinci DM365 custom design : Problem when reading uBoot environment variables

2010-09-15 Thread Reda MIMOUNE
Hello all uboot mailist members First of all, i am new to uboot coding, though i am a user of uboot on many platforms (so without knowing how it is done). So for a custom design, i had to dig inside the uboot code to adapt to a DaVinci board we have built. I use uBoot version 1.3.4 which is used