
9 May
2012
9 May
'12
9:25 p.m.
Is it possible to have a silent console with the 'silent' environment variable if the environment is stored in NAND?
Essentially both: #define CONFIG_SILENT_CONSOLE #define CONFIG_ENV_IS_IN_NAND
are defined, but I am not seeing a dark console with silent=1.
I've seen the messages concerning the environment stored in SPI Flash and was probably thinking that it applies to NAND as well. I'm just looking for confirmation or another #define to get it to work. I realize that another option is to compile it into my default environment but I want to take advantage of the 'silent' switch.
Thanks.