[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How do I find out where u-boot environment is stored?



On 2019-03-06, Rick Thomas wrote:
> Anybody know how can I determine where u-boot is storing it’s environment?
> Is there an environment variable where that info is stored?
> (-: Any ironic self-reference in the previous question is entirely un-intentional… ;-)

At least for recent u-boot packages in Debian:

  $ zgrep ^C.*ENV_IS_IN /usr/share/doc/u-boot-*/configs/config.*
  /usr/share/doc/u-boot-sunxi/configs/config.a64-olinuxino.gz:CONFIG_ENV_IS_IN_FAT=y
  /usr/share/doc/u-boot-sunxi/configs/config.pine64_plus.gz:CONFIG_ENV_IS_IN_FAT=y
  /usr/share/doc/u-boot-sunxi/configs/config.pinebook.gz:CONFIG_ENV_IS_IN_FAT=y

To get more detailed information, you may need to read the source for
the relevent board.


live well,
  vagrant

Attachment: signature.asc
Description: PGP signature


Reply to: