Dear "Dach Miroslaw", In message <1b4f8000449511488d1a640dd6deca350392a...@mailbox0a.psi.ch> you wrote: > > >What do you mean my "u-boot parameters"? > > To be clear I mean u-boot parameters the environment variables which are > denied for example: > CFG_ENV_IS_IN_FLASH > or > CFG_ENV_IS_IN_EEPROM
CFG_* ? You code must be _extremely_ old. Update! > My new board does not have Flash nor EEPROM. It has only Compact Flash. Then #define CONFIG_ENV_IS_NOWHERE > What would be than your suggestion > to access (read/write) u-boot (parameters) environ variables? Reserve some space (like a tiny partition) somewhere on your CF card; say 32 sectors for 16 kB environment data. Use ide read combined with env import to load the envrionment from CF card, and use env export combined with ide write to write it back if needed. 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: w...@denx.de After a time, you may find that "having" is not so pleasing a thing, after all, as "wanting." It is not logical, but it is often true. -- Spock, "Amok Time", stardate 3372.7 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot