There are two u-boot partition in my NAND:
0: boot 0x00400000 0x00000000 0
1: ubootenv 0x00100000 0x00400000 0
I defined bootaugs and bootcmd in #define CONFIG_EXTRA_ENV_SETTINGS of the board header file, built the u=boot and installed u-boot to NAND boot partition, but during NAND boot that does not automatically set up bootaugs and bootcmd to ubootenv partition, if the CONFIG_EXTRA_ENV_SETTINGS cannot be used to set boot parameters automatically, what it is useful? How can i set u-boot parameters automatically for NAND boot without manual setup in u-boot?
Thank you.
Kind regards