[U-Boot] RE : RE : Davinci DM365 custom design : Problem when reading uBoot environment variables
Reda MIMOUNE
reda.mimoune at easii-ic.com
Fri Sep 17 14:48:21 CEST 2010
Hello Wolfgang
Thanks for answering.
Good to see that mkimage would be ok with both versions.
What do I fear ? I traditionnaly saw many problems of version coherence between binaries and tools generating them.
Now I prefer to ask.
Concerning the #define, I made a mistake when recopying.
this should be OK.
#define CFG_ENV_SECT_SIZE SZ_128K /* Env sector Size = 128KB*/
#define CFG_ENV_SIZE SZ_128K /* 128KB is 1-Block size without counting spare*/
Concerning the size of 128KB. Obviously it is too much. I think it too. But reading the README file, here is what I read:
Note: CFG_ENV_OFFSET and CFG_ENV_OFFSET_REDUND must be aligned
to a block boundary, and CFG_ENV_SIZE must be a multiple of
the NAND devices block size.
Since my sectors/blocks are 128KB, I must be at least 128KB!
Is the README file wrong ?
Thanks for your help.
Reda
________________________________________
De : Wolfgang Denk [wd at denx.de]
Date d'envoi : vendredi 17 septembre 2010 14:37
À : Reda MIMOUNE
Cc : Scott Wood; u-boot at lists.denx.de
Objet : Re: [U-Boot] RE : Davinci DM365 custom design : Problem when reading uBoot environment variables
Dear Reda MIMOUNE,
In message <1918F436C366B34BB245DD28389E039453ADFAAD25 at mars.easii.fr> you wrote:
>
> Have a question about it, if I upgrade to a new version of uBoot. Is it guaranteed that mkimage
> will wrap the uboot binary the same way. Is mkimage the same version ?
Of course mkimage is not the same version. When upgrade to a new
version of U-Boot, you also get a new version of mkimage.
> If yes, I think I will upgrade.
Where would you expect problems? You can build and test the new
version of mkimage before updating the U-Boot image on your target
board.
And you can keep the old mkimage tool around for reference as well.
> Of course, I understood that. My question was in the config file. I put this:
>
> #define CFG_ENV_SECT_SIZE SZ_16K
> #define CFG_ENV_SIZE SZ_128K
This makes no sense. I doubt that your NAND flash has 16 kB sectors.
Also I seriously doubt that you need 128 kB for environment.
> I saw something equivalent in the Evalution board of Davinci DM365 so it should not be
> impossible.
Please do not copy code without thinking.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
All this doesn't alter anything, you know. The world is still full of
stupid people. They don't use their brains. They don't seem to want
to think straight. - Terry Pratchett, _Soul Music_
More information about the U-Boot
mailing list