How u-boot bootloader reads/saves its environment Variables?

Viewed 26465
  • How u-boot bootloader reads/saves its environment Variables ?
  • How we declare address of u-boot environment Variable section in Flash ?

  • From description at here : The U-Boot environment is a block of memory that is kept on persistent storage and copied to RAM when U-Boot starts.

What's meaning of " copied to RAM" ?

U-boot will copy block of memory of environment variables to RAM ?

Thanks

2 Answers
Related